forked from MapComplete/MapComplete
Move SPlit-points to seperate layer; fix rendering bug on minimaps
This commit is contained in:
parent
5bba0f0a9b
commit
a3185f2d13
4 changed files with 36 additions and 25 deletions
20
assets/layers/split_point/split_point.json
Normal file
20
assets/layers/split_point/split_point.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"id": "split_point",
|
||||
"description": "Layer rendering the little scissors for the minimap in the 'splitRoadWizard'",
|
||||
"minzoom": 1,
|
||||
"source": {
|
||||
"osmTags": "_split_point=yes"
|
||||
},
|
||||
"name": "Split point",
|
||||
"title": "Split point",
|
||||
"mapRendering": [
|
||||
{
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
],
|
||||
"icon": "circle:white;./assets/svg/scissors.svg",
|
||||
"iconSize": "30,30,center"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue