add ambulance station preset, improve artwork preset

This commit is contained in:
Ansis Brammanis
2013-08-01 22:01:31 -04:00
parent db3b6280c4
commit 758bcf7d1e
4 changed files with 29 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"key": "artist_name",
"type": "text",
"label": "Artist"
}
+5
View File
@@ -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"
}
+5 -1
View File
@@ -1,4 +1,8 @@
{
"fields": [
"artwork_type",
"artist"
],
"icon": "art-gallery",
"geometry": [
"point",
@@ -9,4 +13,4 @@
"tourism": "artwork"
},
"name": "Artwork"
}
}