Add room name question to indoors

This commit is contained in:
Pieter Vander Vennet 2022-07-28 11:16:45 +02:00
parent 32e0c18b09
commit 0c3dd66090

View file

@ -53,7 +53,19 @@
}, },
"minzoom": 13, "minzoom": 13,
"tagRenderings": [ "tagRenderings": [
"images" "images",
{
"id": "ref",
"question":{
"en": "What is the name of this room?"
},
"render": {
"en": "This room is named {name}"
},
"freeform": {
"key": "name"
}
}
], ],
"mapRendering": [ "mapRendering": [
{ {