forked from MapComplete/MapComplete
First working version with multi-rendering
This commit is contained in:
parent
0c0ef48a96
commit
20fa5028d9
5 changed files with 129 additions and 21 deletions
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue