Closed (fixed)
Project:
Geolocation Views
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 May 2016 at 09:45 UTC
Updated:
12 Mar 2017 at 01:33 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
giorgoskI downloaded this file
https://code.google.com/p/google-maps-utility-library-v3/source/browse/t...
and put in the module folder and changed
to
it worked great but the clustered icon was not showing
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclu...
https://google-maps-utility-library-v3.googlecode.com/svn/trunk/markercl...
with either the github library (https://github.com/googlemaps/js-marker-clusterer) or the library from googlecode.com
I changed the "Custom icon url" on the view settings markerClusterer options and it was displaying the icon with wrong offset and always on the top of the map
Any ideas ?
Comment #3
vincenzodb commentedMapcluster library has moved to github. see https://code.google.com/p/google-maps-utility-library-v3/
I've downloaded the library from the new repo then added to the page
By removing old library with a js_alter I've removed errors in the page and markers are showing without problems
In the general project js:
Comment #4
giorgosk@vincenzodb what is "general project js" ?
your theme's js file ?
it would be nice to change this module with a patch so it can get committed !
Comment #5
vincenzodb commented@GiorgosK yes sorry
at this moment I can't generate a patch. I'll try tonigh..
Comment #6
alex8080 commentedI've the same error, but with de GMap module. I don't have installed the Geolocation Views.
I've updated the module, but the error persist. Finally, I've downloaded the file markercluster.js from GitHub and change manually the line number 191. I've commented the URL and I've put this URL: 'https://raw.githubusercontent.com/googlemaps/js-marker-clusterer/gh-page...'.
Now, all it's OK.
Comment #7
sagar ramgade commentedThe attached patch saves the markerclusterer_complied.js and geolocation_views.js file in the js folder.
Comment #8
thommyboy commentedsolved- wrong path, sorry...
Comment #9
slashrsm commentedMarkerCluser is not GPL and delivering it with the module violates drupal.org rules.
Correct way to solve this would be to create a library and add instructions for installation.
Comment #11
xandeadx commentedFixed.
Thanks all!
Comment #12
xandeadx commentedComment #14
DrCord commented