forked from MapComplete/MapComplete
Merge pull request #536 from nicolelaine/postoffices_postboxes_minimap_test
Postoffices postboxes minimap test
This commit is contained in:
commit
343b64e69b
1 changed files with 6 additions and 4 deletions
|
@ -48,8 +48,8 @@
|
||||||
"tagRenderings": [
|
"tagRenderings": [
|
||||||
"images",
|
"images",
|
||||||
{
|
{
|
||||||
"id": "minimap",
|
|
||||||
"render": "{minimap(18): height: 5rem; overflow: hidden; border-radius:3rem; }"
|
"render": "{minimap(17): height: 10rem; overflow: hidden; border: 1px solid #DADADA; border-radius: 0.5rem; }"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": {
|
"icon": {
|
||||||
|
@ -128,7 +128,9 @@
|
||||||
"images",
|
"images",
|
||||||
{
|
{
|
||||||
"id": "minimap",
|
"id": "minimap",
|
||||||
"render": "{minimap(18): height: 5rem; overflow: hidden; border-radius:3rem; }"
|
|
||||||
|
|
||||||
|
"render": "{minimap(17): height: 10rem; overflow: hidden; border: 1px solid #DADADA; border-radius: 0.5rem; }"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"render": {
|
"render": {
|
||||||
|
@ -225,4 +227,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue