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": {
|
"color": "#b33",
|
||||||
"render": "#b33"
|
"width": 4,
|
||||||
},
|
"dashArray": "12 6"
|
||||||
"width": {
|
|
||||||
"render": 4
|
|
||||||
},
|
|
||||||
"dashArray": {
|
|
||||||
"render": "12 6"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,7 +36,12 @@
|
||||||
"override": {
|
"override": {
|
||||||
"title": null,
|
"title": null,
|
||||||
"name": null,
|
"name": null,
|
||||||
"mapRendering": null
|
"mapRendering": [
|
||||||
|
{},
|
||||||
|
{
|
||||||
|
"width": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -79,7 +84,10 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"builtin": ["shops", "bike_parking"],
|
"builtin": [
|
||||||
|
"shops",
|
||||||
|
"bike_parking"
|
||||||
|
],
|
||||||
"override": {
|
"override": {
|
||||||
"isShown": {
|
"isShown": {
|
||||||
"or": [
|
"or": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue