Add toilets preset

This commit is contained in:
John Firebaugh
2013-03-07 17:55:45 -08:00
parent f563c95bf2
commit 078ecb1946
3 changed files with 40 additions and 0 deletions

View File

@@ -975,6 +975,25 @@
"address"
]
},
{
"name": "toilets",
"match": {
"type": [
"point",
"area"
],
"terms": [],
"tags": {
"amenity": "toilets"
}
},
"icon": "",
"form": [
"operator",
"building",
"address"
]
},
{
"name": "hotel",
"match": {

View File

@@ -0,0 +1,20 @@
{
"name": "toilets",
"match": {
"type": [
"point",
"area"
],
"terms": [
],
"tags": {
"amenity": "toilets"
}
},
"icon": "",
"form": [
"operator",
"building",
"address"
]
}

View File

@@ -40,6 +40,7 @@
"amenity/fire_station",
"amenity/police",
"amenity/library",
"amenity/toilets",
"tourism/hotel",
"tourism/museum",
"amenity/townhall",