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": [
|
||||
"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": {
|
||||
|
@ -128,7 +128,9 @@
|
|||
"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; }"
|
||||
},
|
||||
{
|
||||
"render": {
|
||||
|
@ -225,4 +227,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue