Filter out roads without lit tag in lit_streets

This commit is contained in:
Robin van der Linde 2021-10-19 12:11:56 +02:00
parent dccb1daddb
commit 3fbff41261

View file

@ -251,7 +251,8 @@
"osmTags": { "osmTags": {
"and": [ "and": [
"highway!=", "highway!=",
"lit!=no" "lit!=no",
"lit!="
] ]
} }
}, },