From 2ea12678e03cda5410fcb38daaaf152661820b7b Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sat, 4 Nov 2017 10:56:41 -0400 Subject: [PATCH] npm run build --- data/presets.yaml | 5 +++++ data/presets/presets.json | 19 +++++++++++++++++++ data/taginfo.json | 4 ++++ dist/locales/en.json | 4 ++++ 4 files changed, 32 insertions(+) diff --git a/data/presets.yaml b/data/presets.yaml index 4e855290e..d8743fee2 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -1971,6 +1971,11 @@ en: # amenity=motorcycle_parking name: Motorcycle Parking terms: '' + amenity/music_school: + # amenity=music_school + name: Music School + # 'terms: school of music' + terms: '' amenity/nightclub: # amenity=nightclub name: Nightclub diff --git a/data/presets/presets.json b/data/presets/presets.json index 3ec4bcb95..cfa075262 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -1885,6 +1885,25 @@ }, "name": "Motorcycle Parking" }, + "amenity/music_school": { + "icon": "school", + "fields": [ + "name", + "operator", + "address" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "school of music" + ], + "tags": { + "amenity": "music_school" + }, + "name": "Music School" + }, "amenity/nightclub": { "icon": "bar", "fields": [ diff --git a/data/taginfo.json b/data/taginfo.json index 1935f3690..f155d3a1b 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -367,6 +367,10 @@ "key": "amenity", "value": "motorcycle_parking" }, + { + "key": "amenity", + "value": "music_school" + }, { "key": "amenity", "value": "nightclub" diff --git a/dist/locales/en.json b/dist/locales/en.json index 49cda42a7..d80219936 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -2800,6 +2800,10 @@ "name": "Motorcycle Parking", "terms": "" }, + "amenity/music_school": { + "name": "Music School", + "terms": "school of music" + }, "amenity/nightclub": { "name": "Nightclub", "terms": "disco*,night club,dancing,dance club"