forked from MapComplete/MapComplete
Add minimap baseElement; add this as special rendering, add minimap beneath direction input element
This commit is contained in:
parent
89df28ae06
commit
eba1772ab9
16 changed files with 411 additions and 153 deletions
|
@ -6,7 +6,7 @@
|
|||
"render": "{reviews()}"
|
||||
},
|
||||
"minimap": {
|
||||
"render": "<div class='w-full h-6 rounded-full'>{minimap(19, {id})}</div>"
|
||||
"render": "{minimap(19, id): width:100%; height:6rem; border-radius:999rem; overflow: hidden; pointer-events: none;}"
|
||||
},
|
||||
"phone": {
|
||||
"question": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue