This commit is contained in:
Pieter Vander Vennet 2022-07-09 18:04:35 +02:00
parent 1055e3c47b
commit 92f9a25fb0

View file

@ -68,6 +68,19 @@
"type": "pnat" "type": "pnat"
}, },
"mappings": [ "mappings": [
{
"if": {
"and":["highway=living_street","_country!=be"]
},
"then": {
"en": "This is a living street"
},
"icon": {
"path": "./assets/layers/maxspeed/living_street_be.svg",
"class": "large"
},
"hideInAnswer": true
},
{ {
"if": "highway=living_street", "if": "highway=living_street",
"then": { "then": {