Fixes to sidewalks theme

This commit is contained in:
Pieter Vander Vennet 2021-10-28 01:26:35 +02:00
parent 070262a959
commit 10d9f18110
6 changed files with 136 additions and 91 deletions

View file

@ -11,10 +11,21 @@
},
"mapRendering": [
{
"location": [
"point"
]
},
{}
"width": 15,
"color": {
"render": "#ff000088",
"mappings": [{
"if": "id=left",
"then": "#0000ff88"
}]
},
"offset": {
"render": "-15",
"mappings": [{
"if": "id=right",
"then": "15"
}]
}
}
]
}