forked from MapComplete/MapComplete
Themes: add toilet layers automatically if toilet information is included
This commit is contained in:
parent
cf7e005fd1
commit
af2636bfaa
8 changed files with 72 additions and 22 deletions
|
@ -3358,6 +3358,19 @@
|
|||
"en": "Has no toilets",
|
||||
"nl": "Heeft geenad toiletten"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "toilets=separate",
|
||||
"then": {
|
||||
"en": "The toilets are marked separately on the map",
|
||||
"nl": "De toiletten zijn als alleenstaand punt op de kaart aangeduid"
|
||||
}
|
||||
}
|
||||
],
|
||||
"requiredLayers": [
|
||||
{
|
||||
"id": "toilet",
|
||||
"minzoom": 18
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue