• Resolved dreadedhamish

    (@dreadedhamish)


    I’m trying to use the visibility checkboxes for hiding groups as demonstrated on the Leaflet.FeatureGroup.Subgroup tab, but I don’t want clustering enabled.

    I couldn’t find the filtering checkboxes under any other function, so thought I’d use the above feature but at the same time turn clustering off.

    I’ve tried the following:
    [leaflet-featuregroup disableClusteringAtZoom=0 property=”Distributor” values=”a-c,r-f,n-s” groups=”AC,RF,NS”]
    and
    [leaflet-featuregroup disableClusteringAtZoom=18 property=”Distributor” values=”a-c,r-f,n-s” groups=”AC,RF,NS”]
    but in both cases clustering is still enabled (but removing the specific [leaflet…] groups works as expected)

    How can I disable clustering while using this feature?
    Or alternatively is there a different method to enabled hiding/showing different [leaflet….] groups?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Leaflet.FeatureGroup without marker cluseter?’ is closed to new replies.