> Have a db set up that returns kml files on the fly all working ok but
> I need to hve 2 tabs per balloon [linke GInfoWindowTab]
> Seems this can't be done via kml nor js, css etc.
> IS that right, and solutions ?

KML standard does not include any place to put info to go in tabbed
infowindows.
That doesn't stop you extending the standard using your own namespace.
Then you'd need your own custom parser of course...

Alternatively you might have a set of rules to extract seperate chunks
of information out of one <description> tag or something.  That could
work, but might look odd if the KML is shown in some viewer that
doesn't understand the customising.

Google's GGeoXml parser isn't easy to customise, though it can be
done.  But it is only intended as a quick'n'easy way to show basic
KML.
There are client-side alternative KML parsers that would form a good
basis for customisation, or you can write your own client- or server-
side solution.

If you're looking for a fully tailored map it might be easier to
abandon the constraints of KML and just use your own custom XML or
JSON data format, depending on where else the data might get used.

cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to