Giter VIP home page Giter VIP logo

Comments (4)

bradcornford avatar bradcornford commented on July 1, 2024

Hi there,

Marker clusters are enabled by default, check your config.php for this section:

    /*
    |--------------------------------------------------------------------------
    | Map Marker Cluster
    |--------------------------------------------------------------------------
    |
    | Enable default Googlmapper map marker cluster.
    |
    */
    'cluster' => true,

It uses https://github.com/googlemaps/js-marker-clusterer

from googlmapper.

bradcornford avatar bradcornford commented on July 1, 2024

Did you have any luck with this?

from googlmapper.

m7vm7v avatar m7vm7v commented on July 1, 2024

Yep. You can close the issue now. Everything works fine. The only think is that with huge data is making a problems but it is a normal. I need to load 30 000 points at the same time and for that it took me a 30 seconds. If there is a better way to do that will be perfect but....

from googlmapper.

bradcornford avatar bradcornford commented on July 1, 2024

I think with that amount of data, you'll see slowdowns, as the amount to render to the browser is large, along with JS having to process those items into the map. I would suggest you look at loading a smaller set at load, and then loading sets via ajax when needed.

from googlmapper.

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.