On Aug 12, 11:16 pm, jdadwilson <[email protected]> wrote: > Thanks to Rossko for providing the link to the tutorial. > > I went through the tutorial and implemented each section of code as > instructed. Added a couple of features of my own. The map loads, > generates the XML file, displays the information I added BUT none of > the markers display. > > Here is a link to the page:http://www.txfannin.org/towns_view_all.php
Did you look at the javascript errors: Error: document.getElementById(menuids[i]) is null Source File: http://www.txfannin.org/towns_view_all.php Line: 55 Error: formblock is null Source File: http://www.txfannin.org/towns_view_all.php Line: 89 and this one would explain why no markers appear: Error: request is not defined Source File: http://www.txfannin.org/towns_view_all.php Line: 244 -- Larry > > TIA for any help you can provide. > jdadwilson > > On Aug 11, 2:38 pm, Rossko <[email protected]> wrote: > > > > I need to read a series of locations from a mySQL database and then > > > add a marker to a map for each location. > > >http://code.google.com/apis/maps/articles/phpsqlajax_v3.html -- 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.
