Giter VIP home page Giter VIP logo

Comments (5)

Lawris avatar Lawris commented on June 20, 2024

Update: I think the whole issue is related to this function called in this delegate:
func mapView(_ mapView: MGLMapView, regionDidChangeAnimated animated: Bool) { mapView.clusterManager.updateClustersIfNeeded() }

updateClustersIfNeeded() and updateClusters() seem to "delete" the annotation views when not visible (the camera is elsewhere), that could explain why they are recreated each time I scroll fast to the original camera position.

Any fix for this?

from clusterkit.

GauravTechbirds avatar GauravTechbirds commented on June 20, 2024

@Lawris any hack for this fix ?

from clusterkit.

Lawris avatar Lawris commented on June 20, 2024

@GauravTechbirds did not find anything relevant, maybe we should contact Mapbox to ask them what alternative solution could be useful about clustering. Anyhow maybe those hacks could work (not tested yet):

  • Slowing down the scrolling speed when searching through the map
  • Extend the perimeter where the annotations views are being loaded

from clusterkit.

maxep avatar maxep commented on June 20, 2024

ClusterKit will indeed remove and delete annotations on the map based on zoom or translation. Clusters are computed within a frame which is the visible area + a margin factor. This behavior allows increasing performances on a large set of annotation. If you prefer computing clusters on the entire world map, you can set the margin factor to kCKMarginFactorWorld value (it is actually the default value).

What is the value of your clusterManager's marginFactor property?

from clusterkit.

maxep avatar maxep commented on June 20, 2024

I will close this as a nofix. Feel free to comment later in case you have additional questions!

from clusterkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.