forked from MapComplete/MapComplete
Refactoring: fix rendering of new roads, generated by a split
This commit is contained in:
parent
840990c08b
commit
8eb2c68f79
34 changed files with 443 additions and 333 deletions
21
assets/layers/split_road/split_road.json
Normal file
21
assets/layers/split_road/split_road.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -379,7 +379,7 @@
|
|||
],
|
||||
"overrideAll": {
|
||||
"allowSplit": true,
|
||||
"tagRenderings+": [
|
||||
"+tagRenderings": [
|
||||
{
|
||||
"id": "is_cyclestreet",
|
||||
"question": {
|
||||
|
@ -723,4 +723,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue