forked from MapComplete/MapComplete
Add room name question to indoors
This commit is contained in:
parent
32e0c18b09
commit
0c3dd66090
1 changed files with 13 additions and 1 deletions
|
@ -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": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue