Using Google's GMarkerManager cause the javascript error, because GMarkerManager is no longer supported by API version 3.

markermanager for ver3 is provided in the following.
http://google-maps-utility-library-v3.googlecode.com/svn/tags/markermana...


But it seems difficult to apply to gmap module.., because it need to change the structure of existing code.

EDIT: no, necessity patch for markermanager_marker.js

CommentFileSizeAuthor
#1 1573062.patch2.01 KBhaiiro.shimeji
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

haiiro.shimeji’s picture

Title: GMarkerManager is no longer supported by API ver3 » GMarkerManager is lo longer supported by API ver3
FileSize
2.01 KB

Google's GMarkerManager is no longer supported.
To use markermanager with googlemap v3, apply the following patch, and choose the radio button "GMaps Utility Library MarkerManager" in GMap setting (admin/config/services/gmap).
Downroad markermanager_packed.js from http://google-maps-utility-library-v3.googlecode.com/svn/tags/markermana...,
and place this in thirdparty/ directory.

cf) to use markermanager
https://groups.google.com/group/google-maps-js-api-v3/browse_thread/thre...

mmowers’s picture

Title: GMarkerManager is lo longer supported by API ver3 » GMarkerManager is no longer supported by API ver3
Status: Active » Needs review

I performed these steps and my markers are now showing up fine. Thanks!

haiiro.shimeji’s picture

Title: GMarkerManager is lo longer supported by API ver3 » GMarkerManager is no longer supported by API ver3
Status: Needs review » Fixed

Applied the patch to 7.x-2.x and disable GMarkerManager radio button.
http://drupalcode.org/project/gmap.git/commit/a05cfa0

gabriel.achille’s picture

Hi
May a suggest to update the link to the old version of markermanager_packed.js present in the admin page: admin/config/services/gmap. (in file gmap_settings_ui.inc:376:)
I waste a few times before realizing my mistake...

gabriel.achille’s picture

Status: Fixed » Needs work
haiiro.shimeji’s picture

Status: Needs work » Fixed

@gabriel.achille
Thank you for your suggestion.
I fixed the url for getting markermanager.js and markerclusterer.js.
http://drupalcode.org/project/gmap.git/commit/a934ffd

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

misunderstanding.