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
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue