From 3c7a248826d6fab4c8312829608331cbcc9dc8d8 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 30 Jul 2015 09:30:47 -0400 Subject: [PATCH] Add preset for leisure=bowling_alley (closes #2734) --- data/presets.yaml | 4 ++++ data/presets/presets.json | 18 ++++++++++++++++++ .../presets/leisure/bowling_alley.json | 19 +++++++++++++++++++ data/taginfo.json | 4 ++++ dist/locales/en.json | 4 ++++ 5 files changed, 49 insertions(+) create mode 100644 data/presets/presets/leisure/bowling_alley.json diff --git a/data/presets.yaml b/data/presets.yaml index e82a65102..83d0e8e52 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -2329,6 +2329,10 @@ en: name: Adult Gaming Center # 'terms: gambling,slot machine' terms: "" + leisure/bowling_alley: + # leisure=bowling_alley + name: Bowling Alley + terms: "" leisure/common: # leisure=common name: Common diff --git a/data/presets/presets.json b/data/presets/presets.json index 5f7157db6..99d3db962 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -5063,6 +5063,24 @@ }, "name": "Adult Gaming Center" }, + "leisure/bowling_alley": { + "fields": [ + "operator", + "address", + "building_area", + "opening_hours", + "smoking" + ], + "geometry": [ + "point", + "area" + ], + "terms": [], + "tags": { + "leisure": "bowling_alley" + }, + "name": "Bowling Alley" + }, "leisure/common": { "geometry": [ "point", diff --git a/data/presets/presets/leisure/bowling_alley.json b/data/presets/presets/leisure/bowling_alley.json new file mode 100644 index 000000000..9e7d6e77d --- /dev/null +++ b/data/presets/presets/leisure/bowling_alley.json @@ -0,0 +1,19 @@ +{ + "fields": [ + "operator", + "address", + "building_area", + "opening_hours", + "smoking" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + ], + "tags": { + "leisure": "bowling_alley" + }, + "name": "Bowling Alley" +} diff --git a/data/taginfo.json b/data/taginfo.json index 368880aee..90f0cf69a 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -1175,6 +1175,10 @@ "key": "leisure", "value": "adult_gaming_centre" }, + { + "key": "leisure", + "value": "bowling_alley" + }, { "key": "leisure", "value": "common" diff --git a/dist/locales/en.json b/dist/locales/en.json index 878e66fc2..552b3e8ec 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -2623,6 +2623,10 @@ "name": "Adult Gaming Center", "terms": "gambling,slot machine" }, + "leisure/bowling_alley": { + "name": "Bowling Alley", + "terms": "" + }, "leisure/common": { "name": "Common", "terms": "open space"