forked from MapComplete/MapComplete
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:
parent
71499bbf15
commit
ae26ee5383
1 changed files with 2 additions and 1 deletions
|
@ -32,6 +32,7 @@
|
|||
"osmTags": {
|
||||
"or": [
|
||||
"highway=residential",
|
||||
"highway=unclassified",
|
||||
"highway=tertiary",
|
||||
"highway=secondary"
|
||||
]
|
||||
|
@ -177,4 +178,4 @@
|
|||
"allowSplit": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue