mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
add embassy, stadium, theatre, courthouse presets
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"key": "note",
|
||||
"type": "textarea",
|
||||
"universal": true
|
||||
"universal": true,
|
||||
"icon": "note"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "embassy"
|
||||
},
|
||||
"fields": [
|
||||
"country"
|
||||
],
|
||||
"icon": "embassy"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"icon": "theatre",
|
||||
"fields": [
|
||||
"operator",
|
||||
"building_area",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"performance",
|
||||
"play",
|
||||
"musical"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "theatre"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "stadium"
|
||||
},
|
||||
"fields": [
|
||||
"sport"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user