mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Add toilets preset
This commit is contained in:
@@ -975,6 +975,25 @@
|
||||
"address"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "toilets",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [],
|
||||
"tags": {
|
||||
"amenity": "toilets"
|
||||
}
|
||||
},
|
||||
"icon": "",
|
||||
"form": [
|
||||
"operator",
|
||||
"building",
|
||||
"address"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "hotel",
|
||||
"match": {
|
||||
|
||||
20
data/presets/presets/amenity/toilets.json
Normal file
20
data/presets/presets/amenity/toilets.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "toilets",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "toilets"
|
||||
}
|
||||
},
|
||||
"icon": "",
|
||||
"form": [
|
||||
"operator",
|
||||
"building",
|
||||
"address"
|
||||
]
|
||||
}
|
||||
@@ -40,6 +40,7 @@
|
||||
"amenity/fire_station",
|
||||
"amenity/police",
|
||||
"amenity/library",
|
||||
"amenity/toilets",
|
||||
"tourism/hotel",
|
||||
"tourism/museum",
|
||||
"amenity/townhall",
|
||||
|
||||
Reference in New Issue
Block a user