On Feb 13, 3:04 pm, Peter <[email protected]> wrote: > That is exactly what I am looking to do. > > I am currently trying to work > onhttp://proaccessconsultants.com/testmap2/map.html.
Your map is using a kml file and EGeoXml. EGeoXml doesn't look like it supports tabbed infoWindows, if you want to use them, you will have to add support for them to it. Doesn't look like it would be too hard, I don't know if the KML standard includes tabbed infoWindows or not (from a quick search it looks like it does not), but if it does, that should be the format you use. If it doesn't, you can create whatever format you like, but the tabs won't be compatable with other KML parsers. -- Larry > > On Feb 13, 2:54 pm, "[email protected]" <[email protected]> > wrote: > > > > > On Feb 13, 2:24 pm, Peter <[email protected]> wrote: > > > > So I looked over mikes material on tabbed info windows and then found > > > an example where the tabs are drawn from an xml file. I was curious if > > > anyone knew of an Multi-tabbed xml file that also rendered polygons. > > > Are you asking about a tabbed infoWindow on a GPolygon? > > > I would think the format would extend to those. Someone just needs to > > write the code. I have code > > in:http://www.geocodezip.com/GenericMapBrowser.asp > > to put a normal infoWindow on a GPolyline and to put a tabbed > > infoWindow on markers. > > > Do you have an example where you are trying to do this? > > > -- Larry > > > > Thanks so much. > > > > Example map for XML Icon > > > Tabshttp://www.geocodezip.com/mapXmlTabsDirections.asp- 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 -~----------~----~----~----~------~----~------~--~---
