Yes, I know kml is xml. However, the states.xml in Mike's example,
each lat,lng point is in it's own <point> tag, and in the kml ALL the
coords are in one huge <coordinates> tag, with an altitude parameter
in there, too.
I just converted the kml structure to the more simple xml structure to
at least find out if my idea would work. Now that I know it does work,
I can attempt to make it read the kml structure instead.
Thank you for your help. :-)
Will
On Nov 6, 7:02 am, "geocode...@gmail.com" <geocode...@gmail.com>
wrote:
> On Nov 6, 5:30 am, BassFace <bassf
...@bassface3d.com> wrote:
> > I just converted the KML to an XML. It's working now.
> KML is XML...
> If you were trying to serve it from your server, your server probably
> doesn't know how to serve kml.
> (my server doesn't know the .kml extension, so to get it to serve kml
> content, I have to change the extension to .xml)
> -- Larry