On Apr 8, 4:52 pm, "[email protected]" <[email protected]>
wrote:
> On Apr 8, 4:39 pm, idmontague <[email protected]> wrote:
>
> > I get the error message when using FireFox.  Any ideas why the point
> > isn't saved and displayed?
>
> > On Apr 8, 4:26 pm, Ralph Ames <[email protected]> wrote:
>
> > > >http://masgis.asu.edu/fourwiseguysbiking/index7.html
>
> > > Works ok for me in IE7, no error message.
>
> > > Ralph-
>
> I suspect the points are being saved and displayed off the coast of
> Africa
> This is what your xml looks 
> like:http://masgis.asu.edu/fourwiseguysbiking/markerXml.php

If you put this in the address bar:
javascript:map.setCenter(new GLatLng(0,0));

you will see them (off the coast of Africa).

If you click on one, the infowindow will open on the last marker
created because you are not getting function closure on your "marker"
variable in your createMarker function (you left off the "var" in
front of its declaration...)

  -- Larry

>
>   -- Larry
--~--~---------~--~----~------------~-------~--~----~
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