On Oct 8, 9:18 am, Jensen <[EMAIL PROTECTED]> wrote: > Hi Larry, > > thank you so much for your feedback ... > > ... but I am afraid, I am not able (meaning "experienced enough") to > identifiy what exactly the portion of your earthquake page is that > could help me; I assume it is somewhere in the "Markers(color) > function, but I am lost here ... > > Neither do I know how to adapt your suggestions 1. and 2. to the code > of my page ... > > Sorry - I really am an absolute beginner on this.
So were we all at one point. I think that Mike Williams may have an example on his tutorial site: Part 25 Marker Categories http://econym.org.uk/gmap/categories.htm (might be easier to figure out) Do some research, try to make it work, then come back with a link to your best effort. This is the section of my earthquake page that checks all the boxes: for (iconType in icons) { document.getElementById(iconType).checked=true; } (the main thing to take away from the above code is that you can programmatically check the boxes by setting the .checked property to true...) -- 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 -~----------~----~----~----~------~----~------~--~---
