Linting themes

This commit is contained in:
Pieter Vander Vennet 2021-10-22 14:24:30 +02:00
parent e334f806bc
commit 02a1d9696f
12 changed files with 311 additions and 123 deletions

View file

@ -41,49 +41,11 @@
"tagRenderings": [],
"mapRendering": [
{
"color": "#ffffff55",
"width": 8
"location": [
"point"
]
},
{
"color": {
"render": "#888"
},
"width": {
"render": 6,
"mappings": [
{
"if": {
"or": [
"sidewalk:left=",
"sidewalk:left=no",
"sidewalk:left=separate"
]
},
"then": 0
}
]
},
"offset": -6
},
{
"color": "#888",
"width": {
"render": 6,
"mappings": [
{
"if": {
"or": [
"sidewalk:right=",
"sidewalk:right=no",
"sidewalk:right=separate"
]
},
"then": 0
}
]
},
"offset": 6
}
{}
],
"allowSplit": true
}