Add elevator and stairs to blindOSM theme

This commit is contained in:
Robin van der Linde 2022-10-22 15:51:36 +02:00
parent 62a835b876
commit 82edaa8d67
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
8 changed files with 169 additions and 10 deletions

View file

@ -37,7 +37,9 @@
}
]
},
"hideTagRenderingsWithLabels": ["crossing-bicycle-allowed"]
"hideTagRenderingsWithLabels": [
"crossing-bicycle-allowed"
]
},
{
"builtin": "kerbs",
@ -77,6 +79,13 @@
}
]
}
}
},
{
"builtin": "elevator",
"override": {
"minzoom": 17
}
},
"stairs"
]
}