Add images to stairs, add to stations
This commit is contained in:
parent
4ef8a77a7a
commit
244a722519
2 changed files with 11 additions and 34 deletions
|
@ -27,6 +27,7 @@
|
||||||
"osmTags": "highway=steps"
|
"osmTags": "highway=steps"
|
||||||
},
|
},
|
||||||
"tagRenderings": [
|
"tagRenderings": [
|
||||||
|
"images",
|
||||||
{
|
{
|
||||||
"id": "handrail",
|
"id": "handrail",
|
||||||
"question": {
|
"question": {
|
||||||
|
@ -126,7 +127,7 @@
|
||||||
{
|
{
|
||||||
"color": "gray",
|
"color": "gray",
|
||||||
"width": 10,
|
"width": 10,
|
||||||
"dashArray": "2 2"
|
"dashArray": "6 12"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,38 +34,14 @@
|
||||||
{
|
{
|
||||||
"builtin": "pedestrian_path",
|
"builtin": "pedestrian_path",
|
||||||
"override": {
|
"override": {
|
||||||
"mapRendering": [
|
"title": null,
|
||||||
{},
|
"name": null,
|
||||||
{
|
"mapRendering": null
|
||||||
"color": {
|
}
|
||||||
"render": "#b33",
|
},
|
||||||
"mappings": [
|
{
|
||||||
{
|
"builtin": "stairs",
|
||||||
"if": "highway=steps",
|
"override": {
|
||||||
"then": "gray"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"width": {
|
|
||||||
"render": 4,
|
|
||||||
"mappings": [
|
|
||||||
{
|
|
||||||
"if": "highway=steps",
|
|
||||||
"then": 10
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"dashArray": {
|
|
||||||
"render": "12 6",
|
|
||||||
"mappings": [
|
|
||||||
{
|
|
||||||
"if": "highway=steps",
|
|
||||||
"then": "2 2"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"minzoom": 19
|
"minzoom": 19
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue