mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
@@ -234,6 +234,8 @@ en:
|
||||
label: Supervised
|
||||
surface:
|
||||
label: Surface
|
||||
toilets/disposal:
|
||||
label: Disposal
|
||||
tourism:
|
||||
label: Type
|
||||
towertype:
|
||||
|
||||
@@ -572,6 +572,11 @@
|
||||
"type": "combo",
|
||||
"label": "Surface"
|
||||
},
|
||||
"toilets/disposal": {
|
||||
"key": "toilets:disposal",
|
||||
"type": "combo",
|
||||
"label": "Disposal"
|
||||
},
|
||||
"tourism": {
|
||||
"key": "tourism",
|
||||
"type": "combo",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "toilets:disposal",
|
||||
"type": "combo",
|
||||
"label": "Disposal"
|
||||
}
|
||||
@@ -1078,8 +1078,10 @@
|
||||
},
|
||||
"amenity/toilets": {
|
||||
"fields": [
|
||||
"toilets/disposal",
|
||||
"operator",
|
||||
"building_area"
|
||||
"building_area",
|
||||
"access"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
@@ -1088,7 +1090,15 @@
|
||||
],
|
||||
"terms": [
|
||||
"bathroom",
|
||||
"restroom"
|
||||
"restroom",
|
||||
"outhouse",
|
||||
"privy",
|
||||
"head",
|
||||
"lavatory",
|
||||
"latrine",
|
||||
"water closet",
|
||||
"WC",
|
||||
"W.C."
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "toilets"
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"fields": [
|
||||
"toilets/disposal",
|
||||
"operator",
|
||||
"building_area"
|
||||
"building_area",
|
||||
"access"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
@@ -10,7 +12,15 @@
|
||||
],
|
||||
"terms": [
|
||||
"bathroom",
|
||||
"restroom"
|
||||
"restroom",
|
||||
"outhouse",
|
||||
"privy",
|
||||
"head",
|
||||
"lavatory",
|
||||
"latrine",
|
||||
"water closet",
|
||||
"WC",
|
||||
"W.C."
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "toilets"
|
||||
|
||||
Vendored
+4
-1
@@ -695,6 +695,9 @@
|
||||
"surface": {
|
||||
"label": "Surface"
|
||||
},
|
||||
"toilets/disposal": {
|
||||
"label": "Disposal"
|
||||
},
|
||||
"tourism": {
|
||||
"label": "Type"
|
||||
},
|
||||
@@ -945,7 +948,7 @@
|
||||
},
|
||||
"amenity/toilets": {
|
||||
"name": "Toilets",
|
||||
"terms": "bathroom,restroom"
|
||||
"terms": "bathroom,restroom,outhouse,privy,head,lavatory,latrine,water closet,WC,W.C."
|
||||
},
|
||||
"amenity/townhall": {
|
||||
"name": "Town Hall",
|
||||
|
||||
Reference in New Issue
Block a user