On Aug 31, 7:09 am, Mark <[email protected]> wrote: > My map is set up to display marker categories from an XML file when a > check box is clicked. Here's a link to the map:http://tiny.cc/63xpl > > Here's what the XML looks like... > > <marker lat="50.11060" lng="-122.95095" name="Whistler Blackcomb" > address="Whistler, British Columbia" category="c3"/> > > If I wanted this marker to show up with multiple categories, lets say > c3 and c7, can that be done?
Yes. But you have to write code to do that, and modify the existing code to handle it. I wrote this map which does that: http://www.sdsda.org/SDSDADanceMap.asp?BrowserCheck=true It was written a long time ago though. -- Larry > > Thanks, > Mark -- 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.
