From 8aa35cfc764850d2b55996bf04baf970419d42ac Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Fri, 23 Jul 2021 12:54:14 +0200 Subject: [PATCH] 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. --- assets/themes/cyclenodes/cyclenodes.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/themes/cyclenodes/cyclenodes.json b/assets/themes/cyclenodes/cyclenodes.json index d70eae42ba..7dedd64611 100644 --- a/assets/themes/cyclenodes/cyclenodes.json +++ b/assets/themes/cyclenodes/cyclenodes.json @@ -20,6 +20,10 @@ "startZoom": 11, "widenFactor": 0.05, "roamingRenderings": [], + "clustering":{ + "maxZoom": 11, + "minNeededElements": 1000000 + }, "layers": [ { "id": "node2node",