Merge pull request #550 from riQQ/patch-2

Add unclassified highways to Sidewalks theme
This commit is contained in:
Pieter Vander Vennet 2021-11-05 21:43:29 +01:00 committed by GitHub
commit dfba275744
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,7 @@
"osmTags": { "osmTags": {
"or": [ "or": [
"highway=residential", "highway=residential",
"highway=unclassified",
"highway=tertiary", "highway=tertiary",
"highway=secondary" "highway=secondary"
] ]
@ -177,4 +178,4 @@
"allowSplit": true "allowSplit": true
} }
] ]
} }