Skip to content

Commit

Permalink
Merge pull request #4500 from openstreetmap/tyrasd-music_school
Browse files Browse the repository at this point in the history
add preset for music schools
  • Loading branch information
bhousel authored Nov 4, 2017
2 parents 3627eaa + 3fb4872 commit bde8173
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions data/presets/presets/amenity/music_school.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"icon": "school",
"fields": [
"name",
"operator",
"address"
],
"geometry": [
"point",
"area"
],
"terms": [
"school of music"
],
"tags": {
"amenity": "music_school"
},
"name": "Music School"
}

0 comments on commit bde8173

Please sign in to comment.