mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Merge pull request #4500 from openstreetmap/tyrasd-music_school
add preset for music schools
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