Fix pedestrian layer
This commit is contained in:
parent
4bb80cab0a
commit
986966b068
3 changed files with 24 additions and 13 deletions
|
@ -31,9 +31,15 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"color": "#b33",
|
||||
"width": 4,
|
||||
"dashArray": "12 6"
|
||||
"color": {
|
||||
"render": "#b33"
|
||||
},
|
||||
"width": {
|
||||
"render": 4
|
||||
},
|
||||
"dashArray": {
|
||||
"render": "12 6"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -58,12 +58,12 @@
|
|||
],
|
||||
"label": {
|
||||
"mappings": [
|
||||
{
|
||||
"if": "ref~*",
|
||||
"then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{ref}</div>"
|
||||
}
|
||||
]
|
||||
{
|
||||
"if": "ref~*",
|
||||
"then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{ref}</div>"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -164,7 +164,10 @@
|
|||
],
|
||||
"presets": [
|
||||
{
|
||||
"tags": ["amenity=vending_machine", "vending=public_transport_tickets"],
|
||||
"tags": [
|
||||
"amenity=vending_machine",
|
||||
"vending=public_transport_tickets"
|
||||
],
|
||||
"title": {
|
||||
"en": "a ticket machine"
|
||||
}
|
||||
|
@ -241,7 +244,9 @@
|
|||
],
|
||||
"presets": [
|
||||
{
|
||||
"tags": ["departures_board=yes"],
|
||||
"tags": [
|
||||
"departures_board=yes"
|
||||
],
|
||||
"title": {
|
||||
"en": "a departures board"
|
||||
},
|
||||
|
@ -261,4 +266,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue