Fix pedestrian layer

This commit is contained in:
Robin van der Linde 2022-09-12 10:44:07 +02:00
parent 4bb80cab0a
commit 986966b068
No known key found for this signature in database
GPG key ID: 53956B3252478F0D
3 changed files with 24 additions and 13 deletions

View file

@ -31,9 +31,15 @@
]
},
{
"color": "#b33",
"width": 4,
"dashArray": "12 6"
"color": {
"render": "#b33"
},
"width": {
"render": 4
},
"dashArray": {
"render": "12 6"
}
}
]
}
}

View file

@ -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>"
}
]
}
}
]
}
}

View file

@ -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 @@
]
}
]
}
}