I did catch the lat, lng error and changed it back to the original. So, its line 155 that's incorrect? I'm using all of the tutorial code...
Maybe I need an array? http://econym.org.uk/gmap/basic16.htm On Fri, Jun 26, 2009 at 1:46 PM, Ralph Ames <[email protected]> wrote: > > > >I did create categories.xml in the same folder as test.htm but I don't see > my markers. > > The xml file works ok, all you need is a correct function initialize. > > Ralph > > BTW - Don't forget to change this line > > var point = new GLatLng(46, -66); > > back to this > > var point = new GLatLng(lat, lng); > > > > > > > > -- Marianne Joordens Lincoln, NB, Canada Zone 4 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
