npm run build

This commit is contained in:
Bryan Housel
2017-11-04 10:56:41 -04:00
parent 2afaca92cb
commit 2ea12678e0
4 changed files with 32 additions and 0 deletions

View File

@@ -1971,6 +1971,11 @@ en:
# amenity=motorcycle_parking
name: Motorcycle Parking
terms: '<translate with synonyms or related terms for ''Motorcycle Parking'', separated by commas>'
amenity/music_school:
# amenity=music_school
name: Music School
# 'terms: school of music'
terms: '<translate with synonyms or related terms for ''Music School'', separated by commas>'
amenity/nightclub:
# amenity=nightclub
name: Nightclub

View File

@@ -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": [

View File

@@ -367,6 +367,10 @@
"key": "amenity",
"value": "motorcycle_parking"
},
{
"key": "amenity",
"value": "music_school"
},
{
"key": "amenity",
"value": "nightclub"

View File

@@ -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"