First working version with multi-rendering

This commit is contained in:
Pieter Vander Vennet 2021-10-22 01:42:44 +02:00
parent 0c0ef48a96
commit 20fa5028d9
5 changed files with 129 additions and 21 deletions

View file

@ -45,8 +45,23 @@
"width": 8
},
{
"color": "#888",
"width": 8,
"color": {
"render": "#888"
},
"width": {
"render": "8",
"mappings": [
{
"if": {
"or": [
"sidewalk:left=no",
"sidewalk:left=separate"
]
},
"then": 0
}
]
},
"offset": -8
},
{
@ -55,7 +70,7 @@
"offset": 8
}
],
"allowSplit": true
"allowSplit": true
}
]
}