Add switch to hide certain features, cleanup of code
This commit is contained in:
parent
aa0989b72a
commit
1b1ec9f15d
18 changed files with 230 additions and 173 deletions
|
@ -6,13 +6,19 @@
|
|||
"minzoom": 16,
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"or": [
|
||||
"highway=pedestrian",
|
||||
"highway=footway",
|
||||
"highway=path",
|
||||
"highway=bridleway",
|
||||
"highway=living_street",
|
||||
"highway=track"
|
||||
"and": [
|
||||
{
|
||||
"or": [
|
||||
"highway=pedestrian",
|
||||
"highway=footway",
|
||||
"highway=path",
|
||||
"highway=bridleway",
|
||||
"highway=living_street",
|
||||
"highway=track"
|
||||
]
|
||||
},
|
||||
"access!=no",
|
||||
"access!=private"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
@ -51,7 +57,8 @@
|
|||
"nl": "Woonerf"
|
||||
}
|
||||
},
|
||||
{"if": "highway=path",
|
||||
{
|
||||
"if": "highway=path",
|
||||
"then": "Klein pad"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue