forked from MapComplete/MapComplete
Add default line rendering
This commit is contained in:
parent
a041fbf050
commit
24b4d30d6e
3 changed files with 3 additions and 4 deletions
|
@ -23,7 +23,7 @@ export default class SplitRoadWizard extends Toggle {
|
|||
source: {osmTags: "_cutposition=yes"},
|
||||
mapRendering: [
|
||||
{
|
||||
location: ["point"],
|
||||
location: ["point","centroid"],
|
||||
icon: {render: "circle:white;./assets/svg/scissors.svg"},
|
||||
iconSize: {render: "30,30,center"}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue