bob_wenzlau
unread,Aug 17, 2006, 8:19:30 PM8/17/06Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to KML Discussions
I stumbled into this post trying to deploy Region-based NetworkLinks. I was getting http: refusal from an IIS environment in the child folders (not the root folder).
The 2.0 tutorial indicated Google Earth reads KML and KMZ files, and the MIME types for these are:
* application/vnd.google-earth.kml+xml kml
* application/vnd.google-earth.kmz kmz
This ended up with the stated http: refusal within network links. I followed the direction in this post to change the kml mime to text/plain -- With this change the network link child folders worked! This solved the network link problem, but generated a new problem. Now when you refer a person to the link, using a kml extension, rather that starting GE, it just reveals the XML in the browser as text. The user would be flustered.
So my work around is to refer the user via a kmz link which still will invoke Google Earth, and then allow the mime to be in a text/xml format which will allow the network links to work.
While this was an old post, the issue still seemed relevant. this was my progress on the issue.