Refactoring: fix rendering of new roads, generated by a split

This commit is contained in:
Pieter Vander Vennet 2023-04-20 01:52:23 +02:00
parent 840990c08b
commit 8eb2c68f79
34 changed files with 443 additions and 333 deletions

View file

@ -0,0 +1,21 @@
{
"id": "split_road",
"description": "Layer rendering the way to split in the 'splitRoadWizard'. This one is used instead of the variable rendering by the themes themselves, as they might not always be very visible",
"minzoom": 1,
"source": "special",
"name": null,
"title": null,
"mapRendering": [
{
"location": [
"point"
],
"icon": "bug",
"iconSize": "30,30,center"
},
{
"width": "8",
"color": "black"
}
]
}

View file

@ -379,7 +379,7 @@
],
"overrideAll": {
"allowSplit": true,
"tagRenderings+": [
"+tagRenderings": [
{
"id": "is_cyclestreet",
"question": {
@ -723,4 +723,4 @@
}
]
}
}
}