forked from MapComplete/MapComplete
Disable clustering
Hi, I used your theme today which is pretty cool. However, I was hindered by the fact that clustering got enabled automatically and hid some cyclenodes, so I disabled it.
This commit is contained in:
parent
49f7857eb0
commit
8aa35cfc76
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
|||
"startZoom": 11,
|
||||
"widenFactor": 0.05,
|
||||
"roamingRenderings": [],
|
||||
"clustering":{
|
||||
"maxZoom": 11,
|
||||
"minNeededElements": 1000000
|
||||
},
|
||||
"layers": [
|
||||
{
|
||||
"id": "node2node",
|
||||
|
|
Loading…
Reference in a new issue