Skip to content

Commit

Permalink
npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Nov 4, 2017
1 parent 2afaca9 commit 2ea1267
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 19 additions & 0 deletions data/presets/presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
4 changes: 4 additions & 0 deletions data/taginfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,10 @@
"key": "amenity",
"value": "motorcycle_parking"
},
{
"key": "amenity",
"value": "music_school"
},
{
"key": "amenity",
"value": "nightclub"
Expand Down
4 changes: 4 additions & 0 deletions dist/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2ea1267

Please sign in to comment.