On Sep 9, 6:56 am, aymeric <[EMAIL PROTECTED]> wrote: > with that line he loops through every marker > > On 9 sep, 15:39, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > > > On Sep 9, 4:57 am, aymeric <[EMAIL PROTECTED]> wrote: > > > > hi all, > > > > map locationwww.aymeric.nl/gmtest8.php > > > What is this line supposed to do? > > for (var i=0; i><gmarkers.length; i++)
For that line you want less than (which is <). You have lots of syntax errors in your code (in addition to several copies of that error). > > (use a debugger or the error console in FF/Opera look at the errors in > > IE) > > > > i have made a map with 3 categories, each category links to a > > > different icon, that part works. but when i add the parts for > > > controlling the categories with checkboxes. the page wont load. > > > > i've tried to make the checkboxes with this > > > tutorial:http://econym.googlepages.com/categories.htm > > > > the markers are stored in a mysql database and a php document converts > > > it to xml. that part does work, only the checkbox part doesn't. No it doesn't. This: http://www.aymeric.nl/locations.php doesn't exist, so you won't get any markers after you get your syntax errors fixed. -- Larry > > > > i hope you can help me. > > > > thanks- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
