mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
add preset for music schools
see https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dmusic_school
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"icon": "school",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"school of music"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "music_school"
|
||||
},
|
||||
"name": "Music School"
|
||||
}
|
||||
Reference in New Issue
Block a user