On May 10, 8:37 am, barryhunter [KML Guru] wrote:
> Sounds like you want the Schema tags to define your data, and
> BalloonStyle to setup your Balloons to display it, theres a nice
> introduction with worked examples here:
http://code.google.com/apis/kml/documentation/extendeddata.html
>
> If you have MySQL 4.11 or above (probably), I would recommend using
> hte 'Geometry' datatype. There are mysql functions to convert between
> the internal binary format, and a 'well-known-text' format, which is
> then easily changable to a KML linestring with a bit of PHP.
>