Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2022-07-26 16:58:51 +02:00
parent 6d99dd5045
commit 6cf6e3c6ea
57 changed files with 4812 additions and 800 deletions

View file

@ -4153,6 +4153,32 @@
"render": "Hospital"
}
},
"hotel": {
"description": "Layer showing all hotels",
"name": "Hotels",
"presets": {
"0": {
"title": "a hotel"
}
},
"tagRenderings": {
"name": {
"freeform": {
"placeholder": "Name of the hotel"
},
"question": "What is the name of this hotel?",
"render": "This hotel is called {name}"
}
},
"title": {
"mappings": {
"0": {
"then": "Hotel {name}"
}
},
"render": "Hotel"
}
},
"hydrant": {
"description": "Map layer to show fire hydrants.",
"name": "Map of hydrants",
@ -5667,7 +5693,8 @@
"question": "What paper formats does this shop offer?"
},
"shops-name": {
"question": "What is the name of this shop?"
"question": "What is the name of this shop?",
"render": "This shop is called <i>{name}</i>"
}
},
"title": {
@ -6310,6 +6337,9 @@
},
"1": {
"then": "No wheelchair access"
},
"2": {
"then": "There is only a dedicated toilet for wheelchair users"
}
},
"question": "Is there a dedicated toilet for wheelchair users?"

View file

@ -4005,6 +4005,32 @@
"render": "Ziekenhuis"
}
},
"hotel": {
"description": "Laag die alle hotels toont",
"name": "Hotels",
"presets": {
"0": {
"title": "een hotel"
}
},
"tagRenderings": {
"name": {
"freeform": {
"placeholder": "Naam van het hotel"
},
"question": "Wat is de naam van dit hotel?",
"render": "Dit hotel heet {name}"
}
},
"title": {
"mappings": {
"0": {
"then": "Hotel {name}"
}
},
"render": "Hotel"
}
},
"hydrant": {
"description": "Kaartlaag met brandkranen.",
"name": "Kaart van brandkranen",
@ -6017,6 +6043,9 @@
},
"1": {
"then": "Niet toegankelijk voor rolstoelgebruikers"
},
"2": {
"then": "Er is alleen een toilet voor rolstoelgebruikers"
}
},
"question": "Is er een rolstoeltoegankelijke toilet voorzien?"