googlearchive / js-marker-clusterer

A marker clustering library for the Google Maps JavaScript API v3.
https://googlemaps.github.io/js-marker-clusterer/docs/reference.html
Apache License 2.0
1.28k stars 772 forks source link

Update markerclusterer.js #137

Closed Znerox closed 5 years ago

Znerox commented 7 years ago

Previous version would look for the "images" folder in the web root, it now looks for the images in a relative path. Example: previously, with a website at "www.mydamin.com/somename" the client would look for images in "www.mydomain.com/images", instead of "www.mydomain.com/somename/images"