forked from MapComplete/MapComplete
Exclude highway=path
This commit is contained in:
parent
c1d94cfdee
commit
e0ae7e33bd
1 changed files with 6 additions and 2 deletions
|
@ -99,7 +99,9 @@
|
|||
"en": "What kind of cycleway is there?",
|
||||
"nl": "Wat voor fietspad is hier?"
|
||||
},
|
||||
"condition": "highway!=cycleway",
|
||||
"condition": {
|
||||
"and": ["highway!=cycleway", "highway!=path"]
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "cycleway=shared_lane",
|
||||
|
@ -536,7 +538,9 @@
|
|||
"en": "Is there a cycleway?",
|
||||
"nl": "Is er een fietspad?"
|
||||
},
|
||||
"condition": "highway!=cycleway",
|
||||
"condition": {
|
||||
"and": ["highway!=cycleway", "highway!=path"]
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "cycleway=shared_lane",
|
||||
|
|
Loading…
Reference in a new issue