-3

A free KML link on CA traffic camera is working on my dashboard, (http://quickmap.dot.ca.gov/data/cctv.kml), but when I save the file into my FTP server and create a new link, the link is dead. (http://imodelicon.com/pinkertan/trafficcamera/California%20Traffic%20Camera.kml)

Does anyone know why and how to fix the issue?

Thanks,

Peterlu12
  • 47
  • 7
  • possible duplicate of [Why not doesn't Google maps view the kml layout?](http://stackoverflow.com/questions/19501713/why-not-doesnt-google-maps-view-the-kml-layout) – geocodezip Oct 04 '16 at 20:00

1 Answers1

0

Your server is serving the KML with the wrong "Content-Type": Content-Type: text/plain

Per the documentation, that should be:

  • application/vnd.google-earth.kml+xml
geocodezip
  • 158,664
  • 13
  • 220
  • 245