Hi everyone. I've been developing a GoogleMap plugin for a website and
I have run into an interesting issue that I can't figure out.

I must first thank Mike Williams and his fantastic tutorials. Without
them I would have been massively stuck.

But now I am anyway :( . I need to be able to display multiple maps of
both a 'spot map' (small map and a marker with popup) and multiple
'directions' maps (GDirections resulted maps).

I include a javascript file on every page, then when a map is
required, a function is included in the generated page that calls the
load functions. I load each map and directions into global arrays so
that events work properly later on - such as the "ShowMapBlowUp" thats
fired on the custom directions results.

Im loading the API with 2.x

If you visit http://canberrariders.org.au/map/multimapstest.html you
will see an example.
http://canberrariders.org.au/js/getroute-v1.2.js contains the
javascript that is included on that sample page.

If you visit that test page with IE - everything works as expected.
If you visit that page with Firefox - succesive maps beyond the first
2 directions maps fail.

I've tried checking for any cross-browser issues - and as a complete
javascript illiterate (I normally do perl :P ) I cannot for the life
of me see any - the drawing of the maps is just an itterating loop
over an array.

Can anyone offer any assistance ?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to