> On Apr 4, 12:11 am, "Enoch Lau (Google Employee)"<
enoch...@google.com> wrote:
> > We took a look and it appears that this file wasn't detected as a valid KML
> > file by the rendering engine. To fix this, you could:
>
> > - Remove the comments between the kml & kml tags at the top of the file
>
> Why would comments cause validation to fail?
>
> > - Rename to .kml
>
> This has never been required before. My server doesn't let me
> serve .kml; .xml files have always worked fine with Google Maps
> before.
>
> > - Set the content type to be Content-Type:
> > application/vnd.google-earth.kml+xml
>
> again, this is a change; plain xml has always worked before now (and
> continues to I believe)