add embassy, stadium, theatre, courthouse presets

This commit is contained in:
Ansis Brammanis
2013-03-16 01:14:27 -04:00
parent 0ef4c1f2cf
commit c34779dcaa
7 changed files with 141 additions and 3 deletions
+17 -2
View File
@@ -57,6 +57,10 @@
"key": "construction",
"type": "combo"
},
"country": {
"key": "country",
"type": "combo"
},
"crossing": {
"key": "crossing",
"type": "combo"
@@ -150,8 +154,8 @@
"note": {
"key": "note",
"type": "textarea",
"icon": "note",
"universal": true
"universal": true,
"icon": "note"
},
"office": {
"key": "office",
@@ -260,6 +264,17 @@
"key": "wetland",
"type": "combo"
},
"wheelchair": {
"key": "wheelchair",
"type": "radio",
"options": [
"yes",
"limited",
"no"
],
"icon": "wheelchair",
"universal": "true"
},
"wikipedia": {
"key": "wikipedia",
"type": "text",
+2 -1
View File
@@ -1,5 +1,6 @@
{
"key": "note",
"type": "textarea",
"universal": true
"universal": true,
"icon": "note"
}
+61
View File
@@ -209,6 +209,34 @@
"amenity": "cinema"
}
},
"amenity/courthouse": {
"fields": [
"operator",
"building_area",
"address"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"amenity": "courthouse"
}
},
"amenity/embassy": {
"geometry": [
"area",
"point"
],
"tags": {
"amenity": "embassy"
},
"fields": [
"country"
],
"icon": "embassy"
},
"amenity/fast_food": {
"icon": "fast-food",
"fields": [
@@ -670,6 +698,27 @@
"amenity": "telephone"
}
},
"amenity/theatre": {
"icon": "theatre",
"fields": [
"operator",
"building_area",
"address"
],
"geometry": [
"point",
"vertex",
"area"
],
"terms": [
"performance",
"play",
"musical"
],
"tags": {
"amenity": "theatre"
}
},
"amenity/toilets": {
"fields": [
"operator",
@@ -1417,6 +1466,18 @@
"leisure": "playground"
}
},
"leisure/stadium": {
"geometry": [
"point",
"area"
],
"tags": {
"leisure": "stadium"
},
"fields": [
"sport"
]
},
"man_made": {
"fields": [
"man_made"
@@ -0,0 +1,15 @@
{
"fields": [
"operator",
"building_area",
"address"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"amenity": "courthouse"
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"geometry": [
"area",
"point"
],
"tags": {
"amenity": "embassy"
},
"fields": [
"country"
],
"icon": "embassy"
}
+21
View File
@@ -0,0 +1,21 @@
{
"icon": "theatre",
"fields": [
"operator",
"building_area",
"address"
],
"geometry": [
"point",
"vertex",
"area"
],
"terms": [
"performance",
"play",
"musical"
],
"tags": {
"amenity": "theatre"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"geometry": [
"point",
"area"
],
"tags": {
"leisure": "stadium"
},
"fields": [
"sport"
]
}