forked from MapComplete/MapComplete
Add basic bicycle count layer (#2101)
This commit is contained in:
parent
f830870ca3
commit
e009ff93f6
6 changed files with 208 additions and 3 deletions
|
@ -55,7 +55,8 @@
|
|||
"layers": [
|
||||
"cycleways_and_roads",
|
||||
"barrier",
|
||||
"crossings"
|
||||
"crossings",
|
||||
"bicycle_counter"
|
||||
],
|
||||
"enableDownload": true,
|
||||
"widenFactor": 1.5
|
||||
|
|
|
@ -216,7 +216,8 @@
|
|||
"minzoom": 18,
|
||||
"isCounted": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"bicycle_counter"
|
||||
],
|
||||
"widenFactor": 2
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue