On Jun 6, 5:13 pm, DiGiaCom <[email protected]> wrote: > I have had a map page up on my site for some time now with mouse move > and right-click event listenets. > > www.digiacom.com... Look for 'Spotting Calculator' on the menu.
And what don't we see that we should be seeing? > > Sometime last month these events stopped working alltogether. Note > that all other basic Google Map mouse funtionality is still working > (zooming, panning, etc.). I have tried different version number > settings and browsers but nothing seems to works. Your map is calling for v=3.2; per the documentation that version is now retired. (from http://code.google.com/apis/maps/documentation/javascript/basics.html#VersionDocs ) + Documentation of Versions + + Documentation will always reflect the nightly (development) version. However, for each + version, we will offer a separately maintained reference. + + * Nightly Version (3.5) Reference (Current) + * Release Version (3.4) Reference (Feature-Stable) + * Release Version (3.3) Reference (Frozen) + * Versions 3.0, 3.1 and 3.2 have been retired You might want to look at what changed between 3.2 and 3.3 (as you are getting v3.3). The changelog is here: http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIv3Changelog -- Larry > > I have noticed that these features DO work while the map area is still > grey with no images liaded. However, once the map images have loaded > (no matter what map style is selected) they stop working again. I > assume that this is has something to do with layering (e.g. the images > are over the area where the listeners are attached) but not sure how > to correct this. > > Can you please let me know what has changed and how I can update my > pages in order to get my site working again? > > ThanX - DJ -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
