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"