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, "[email protected]" <[email protected]>
wrote:
> On Nov 6, 5:30 am, BassFace <[email protected]> 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

--

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