Themes: add toilet layers automatically if toilet information is included

This commit is contained in:
Pieter Vander Vennet 2025-04-27 23:45:09 +02:00
parent cf7e005fd1
commit af2636bfaa
8 changed files with 72 additions and 22 deletions

View file

@ -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
}
]
}