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", "color": {
"width": 4, "render": "#b33"
"dashArray": "12 6" },
"width": {
"render": 4
},
"dashArray": {
"render": "12 6"
}
} }
] ]
} }

View file

@ -58,12 +58,12 @@
], ],
"label": { "label": {
"mappings": [ "mappings": [
{ {
"if": "ref~*", "if": "ref~*",
"then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{ref}</div>" "then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{ref}</div>"
} }
] ]
} }
} }
] ]
} }

View file

@ -164,7 +164,10 @@
], ],
"presets": [ "presets": [
{ {
"tags": ["amenity=vending_machine", "vending=public_transport_tickets"], "tags": [
"amenity=vending_machine",
"vending=public_transport_tickets"
],
"title": { "title": {
"en": "a ticket machine" "en": "a ticket machine"
} }
@ -241,7 +244,9 @@
], ],
"presets": [ "presets": [
{ {
"tags": ["departures_board=yes"], "tags": [
"departures_board=yes"
],
"title": { "title": {
"en": "a departures board" "en": "a departures board"
}, },
@ -261,4 +266,4 @@
] ]
} }
] ]
} }