forked from MapComplete/MapComplete
Themes: disable maxspeed and cycleway question for pedestrian roads
This commit is contained in:
parent
b85b2ace0b
commit
e580f55319
1 changed files with 4 additions and 2 deletions
|
@ -211,7 +211,8 @@
|
|||
"and": [
|
||||
"highway!=cycleway",
|
||||
"highway!=path",
|
||||
"highway!=footway"
|
||||
"highway!=footway",
|
||||
"highway!=pedestrian"
|
||||
]
|
||||
},
|
||||
"mappings": [
|
||||
|
@ -449,7 +450,8 @@
|
|||
"and": [
|
||||
"highway!=cycleway",
|
||||
"highway!=path",
|
||||
"highway!=footway"
|
||||
"highway!=footway",
|
||||
"highway!=pedestrian"
|
||||
]
|
||||
},
|
||||
"mappings": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue