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
|
@ -17,7 +17,8 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"iconSize": "10,10,center"
|
||||
"iconSize": "10,10",
|
||||
"anchor": "center"
|
||||
},
|
||||
{
|
||||
"location": "end",
|
||||
|
@ -34,7 +35,8 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"iconSize": "10,10,center"
|
||||
"iconSize": "10,10",
|
||||
"anchor": "center"
|
||||
},
|
||||
{
|
||||
"location": "start",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue