forked from MapComplete/MapComplete
Filter out roads without lit tag in lit_streets
This commit is contained in:
parent
dccb1daddb
commit
3fbff41261
1 changed files with 2 additions and 1 deletions
|
@ -251,7 +251,8 @@
|
||||||
"osmTags": {
|
"osmTags": {
|
||||||
"and": [
|
"and": [
|
||||||
"highway!=",
|
"highway!=",
|
||||||
"lit!=no"
|
"lit!=no",
|
||||||
|
"lit!="
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue