On Oct 14, 8:06 pm, SeverePlains <[email protected]> wrote: > I am continuing my goal of setting up a google map that shows current > weather conditions via xml, elabels and markermanager. See this map > for an example: > > http://severeplains.com/maps/overlays/currents.html > > The map loads fine, however the toggle function just doesn't quite do > what is needs too... Notice that everything works fine when it > initially loads. However, the problem arises when you zoom in/out and > you can no longer toggle off. Also, if you have any labels showing > when you zoom in you can repeats over areas they should not be... > > Any ideas as to how this problem can be solved? Thanks...
You are using v2 of the Google Maps API (even though you have v=3 in the include string, you are getting v2, which is good because elabels only supports v2 and you are including the v2 version of the markermanager). The v2 group is: http://groups.google.com/group/Google-Maps-API If you want to be using v3, you have to change the markermanager to the v3 version and port elabel to v3. -- Larry -- 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.
