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
|
@ -35,14 +35,15 @@
|
|||
"mapRendering": [
|
||||
{
|
||||
"icon": "direction_gradient:var(--catch-detail-color)",
|
||||
"iconSize": "200,200,center",
|
||||
"iconSize": "200,200",
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
],
|
||||
"rotation": {
|
||||
"render": "{_direction:numerical}deg"
|
||||
}
|
||||
},
|
||||
"anchor": "center"
|
||||
},
|
||||
{
|
||||
"color": "--catch-detail-color"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue