forked from MapComplete/MapComplete
Fix #933
This commit is contained in:
parent
1055e3c47b
commit
92f9a25fb0
1 changed files with 13 additions and 0 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue