Move SPlit-points to seperate layer; fix rendering bug on minimaps

This commit is contained in:
Pieter Vander Vennet 2021-12-03 01:29:09 +01:00
parent 5bba0f0a9b
commit a3185f2d13
4 changed files with 36 additions and 25 deletions

View 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"
}
]
}