On 27 August 2010 08:37, Wojtas <[email protected]> wrote: > Hi again, > once again thanks for your help. > Could you try to help me with sidebar with checkboxes sorted into > categories, like:
If you have a look at the current state of the example, you can see * each category is in its own div, called colourCategory; * each colourCategory div starts out hidden (via CSS); * the checkboxes are unchecked; * a marker in a category checks the checkbox and unhides its div; * the checkbox removes all the markers in the category and hides the div. It shouldn't be difficult to extend all that to subcategories and the markers themselves. Just be careful how you name things. -- 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.
