forked from MapComplete/MapComplete
Refactoring: move anchor out of iconSize
This commit is contained in:
parent
3e49929f25
commit
140c813151
52 changed files with 168 additions and 87 deletions
|
@ -11,13 +11,14 @@
|
|||
"mapRendering": [
|
||||
{
|
||||
"icon": "circle:red",
|
||||
"iconSize": "1,1,center",
|
||||
"iconSize": "1,1",
|
||||
"location": [
|
||||
"point",
|
||||
"projected_centerpoint"
|
||||
],
|
||||
"css": "box-shadow: red 0 0 20px 20px; z-index: -1; height: 1px; width: 1px;",
|
||||
"cssClasses": "block relative rounded-full"
|
||||
"cssClasses": "block relative rounded-full",
|
||||
"anchor": "center"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue