forked from MapComplete/MapComplete
Fix stair rendering
This commit is contained in:
parent
1ead95029f
commit
bc2c41e348
2 changed files with 13 additions and 11 deletions
|
@ -31,15 +31,9 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"color": {
|
||||
"render": "#b33"
|
||||
},
|
||||
"width": {
|
||||
"render": 4
|
||||
},
|
||||
"dashArray": {
|
||||
"render": "12 6"
|
||||
}
|
||||
"color": "#b33",
|
||||
"width": 4,
|
||||
"dashArray": "12 6"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -36,7 +36,12 @@
|
|||
"override": {
|
||||
"title": null,
|
||||
"name": null,
|
||||
"mapRendering": null
|
||||
"mapRendering": [
|
||||
{},
|
||||
{
|
||||
"width": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -79,7 +84,10 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"builtin": ["shops", "bike_parking"],
|
||||
"builtin": [
|
||||
"shops",
|
||||
"bike_parking"
|
||||
],
|
||||
"override": {
|
||||
"isShown": {
|
||||
"or": [
|
||||
|
|
Loading…
Reference in a new issue