mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 09:34:04 +02:00
add ambulance station preset, improve artwork preset
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "artist_name",
|
||||
"type": "text",
|
||||
"label": "Artist"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "artwork_type",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"fields": [
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"area",
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"emergency": "ambulance_station"
|
||||
},
|
||||
"name": "Ambulance Station"
|
||||
}
|
||||
@@ -1,4 +1,8 @@
|
||||
{
|
||||
"fields": [
|
||||
"artwork_type",
|
||||
"artist"
|
||||
],
|
||||
"icon": "art-gallery",
|
||||
"geometry": [
|
||||
"point",
|
||||
@@ -9,4 +13,4 @@
|
||||
"tourism": "artwork"
|
||||
},
|
||||
"name": "Artwork"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user