Add unclassified highways to Sidewalks theme

In the hierarchy, unclassified highways are between residential and tertiary / secondary, which are already considered in the theme.
This commit is contained in:
riQQ 2021-11-05 20:08:26 +01:00 committed by GitHub
parent 71499bbf15
commit ae26ee5383
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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