Giter VIP home page Giter VIP logo

Comments (8)

bjorn2404 avatar bjorn2404 commented on August 27, 2024

This is something I'm going to look into for a future version. Others have asked for this as well.

from jquery-store-locator-plugin.

ddalli avatar ddalli commented on August 27, 2024

@herooutoftime -- I tried implementing your above code, in a temp. fashion before this feature is officially supported, but I'm seeing an error:

"Uncaught ReferenceError: MarkerClusterer is not defined"

Thoughts? I'd appreciate any feedback. Thanks.

from jquery-store-locator-plugin.

ddalli avatar ddalli commented on August 27, 2024

Nevermind, forgot to include markerclusterer.js -- via http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/src/markerclusterer.js

from jquery-store-locator-plugin.

chuck808 avatar chuck808 commented on August 27, 2024

Could you please let me know whereabouts this goes

...
if(_this.settings.markerCluster === true) {
var markerCluster = new MarkerClusterer(map, markers, {
'styles': _this.settings.markerClusterStyles
});
}
...

Thanks

from jquery-store-locator-plugin.

ddalli avatar ddalli commented on August 27, 2024

@chuck808, I placed it on line 1890 in jquery.storelocator.js; however, this may differ from yours, for I have various additions/edits throughout the doc.. Nevertheless, I have it directly below the code that sets the list li background colors...

Search for the comment: "// Add the list li background colors" in your doc... and place it under that.

from jquery-store-locator-plugin.

chuck808 avatar chuck808 commented on August 27, 2024

Hi ddalli,

Sorry for the delayed response. I haven't had time to give it a go yet but thank you very much for your help.

from jquery-store-locator-plugin.

angeenes avatar angeenes commented on August 27, 2024

Thanks, works great except for the markerClusterStyles , for some reason, I can't make it work, anyways, just use 'markerCluster': true, and then it all works fine ! 👍

from jquery-store-locator-plugin.

bjorn2404 avatar bjorn2404 commented on August 27, 2024

I've added support for Marker Clusterer in v2.6.0 with the new markerCluster setting. When set, that setting value (needs to be an object) gets passed in to the third parameter of the MarkerClusterer constructor (options object). https://googlemaps.github.io/js-marker-clusterer/docs/reference.html

from jquery-store-locator-plugin.

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.