2021-12-03 01:29:09 +01:00
|
|
|
{
|
|
|
|
"id": "split_point",
|
2023-10-30 18:08:38 +01:00
|
|
|
"name": "Split point",
|
2021-12-03 01:29:09 +01:00
|
|
|
"description": "Layer rendering the little scissors for the minimap in the 'splitRoadWizard'",
|
2023-03-25 02:48:24 +01:00
|
|
|
"source": "special",
|
2023-10-30 18:08:38 +01:00
|
|
|
"minzoom": 1,
|
2021-12-03 01:29:09 +01:00
|
|
|
"title": "Split point",
|
2023-09-19 14:04:13 +02:00
|
|
|
"pointRendering": [
|
2021-12-03 01:29:09 +01:00
|
|
|
{
|
|
|
|
"location": [
|
|
|
|
"point",
|
|
|
|
"centroid"
|
|
|
|
],
|
2023-06-20 02:02:45 +02:00
|
|
|
"iconSize": "30,30",
|
2023-10-06 23:56:50 +02:00
|
|
|
"anchor": "center",
|
|
|
|
"marker": [
|
|
|
|
{
|
|
|
|
"icon": "circle",
|
|
|
|
"color": "white"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"icon": "./assets/svg/scissors.svg"
|
|
|
|
}
|
|
|
|
]
|
2021-12-03 01:29:09 +01:00
|
|
|
}
|
2023-09-19 14:04:13 +02:00
|
|
|
],
|
|
|
|
"lineRendering": []
|
2023-06-20 01:52:15 +02:00
|
|
|
}
|