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

@ -565,6 +565,9 @@
"12": {
"then": "Woodcarving"
},
"13": {
"then": "Poem"
},
"2": {
"then": "Painting"
},
@ -9333,6 +9336,9 @@
},
"1": {
"then": "Has no toilets"
},
"2": {
"then": "The toilets are marked separately on the map"
}
},
"question": "Has {title()} toilets?"
@ -14563,4 +14569,4 @@
"render": "wind turbine"
}
}
}
}

View file

@ -551,6 +551,9 @@
"12": {
"then": "Houtsculptuur"
},
"13": {
"then": "Gedicht"
},
"2": {
"then": "Schilderij"
},
@ -7954,6 +7957,9 @@
},
"1": {
"then": "Heeft geenad toiletten"
},
"2": {
"then": "De toiletten zijn als alleenstaand punt op de kaart aangeduid"
}
},
"question": "Heeft {title()} toiletten?"
@ -11558,4 +11564,4 @@
"render": "windturbine"
}
}
}
}