Refine toilet preset

Fixes #1697
This commit is contained in:
John Firebaugh
2013-08-21 16:41:06 -07:00
parent b52eb9ce72
commit 57371ed515
6 changed files with 40 additions and 5 deletions
+2
View File
@@ -234,6 +234,8 @@ en:
label: Supervised
surface:
label: Surface
toilets/disposal:
label: Disposal
tourism:
label: Type
towertype:
+5
View File
@@ -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"
}
+12 -2
View File
@@ -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"
+12 -2
View File
@@ -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"
+4 -1
View File
@@ -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",