Add images to stairs, add to stations

This commit is contained in:
Robin van der Linde 2022-10-29 22:06:17 +02:00
parent 4ef8a77a7a
commit 244a722519
No known key found for this signature in database
GPG key ID: 53956B3252478F0D
2 changed files with 11 additions and 34 deletions

View file

@ -27,6 +27,7 @@
"osmTags": "highway=steps"
},
"tagRenderings": [
"images",
{
"id": "handrail",
"question": {
@ -126,7 +127,7 @@
{
"color": "gray",
"width": 10,
"dashArray": "2 2"
"dashArray": "6 12"
}
]
}
}

View file

@ -34,38 +34,14 @@
{
"builtin": "pedestrian_path",
"override": {
"mapRendering": [
{},
{
"color": {
"render": "#b33",
"mappings": [
{
"if": "highway=steps",
"then": "gray"
}
]
},
"width": {
"render": 4,
"mappings": [
{
"if": "highway=steps",
"then": 10
}
]
},
"dashArray": {
"render": "12 6",
"mappings": [
{
"if": "highway=steps",
"then": "2 2"
}
]
}
}
],
"title": null,
"name": null,
"mapRendering": null
}
},
{
"builtin": "stairs",
"override": {
"minzoom": 19
}
},