Skip to main content
Participating Frequently
February 26, 2009
Question

Google Earth and CFM

  • February 26, 2009
  • 1 reply
  • 873 views
We created code to dynamically present map coordinates. Followed all the instructions to include Mime settings.

Issue: of 4 pc's with same hardware only one machine will pull up the kml file properly. All other show errors. Each machine uses the same version of Google Earth and set the same way.

http://www.koreanwar.org/google2/ams_l751.kmz An error code is returned locally and I would bet you get the same.


I have not found any forum discussions and nothing on the Google Communities.

Code from a new sample test is attached.

Ted Barker
This topic has been closed for replies.

1 reply

Inspiring
February 26, 2009
not that i am any expert on kml, but...

are you setting correct headers in your cfm page?
(i.e.: <cfcontent type="application/vnd.google-earth.kml+xml">)

are you using cfflush in your xml-generating code? (don't)



Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
Participating Frequently
February 26, 2009
Azadi:

I just added code from a new sample file.