Hello all. I'm hoping someone can help with the following problem.
Within my KML I have <description> tags which contain a hyperlink to a
URL that is hosted on a web server. Basically, the "information
bubble" that Google Earth displays for my map data has a hyperlink in
it that points to a URL on my web server. That HTML that is returned
when this URL is accessed is dynamic, and changes over time.
The problem is, whatever data gets displayed the first time that that
the link is clicked is displayed _every_ time the link gets clicked
for that map entity from then on.
For example, if I click the following link in my information bubble:
www.mykmlserver.com/test?id=1223
It will return some HTML which is displayed in the Google Earth's
internal browser.
If I click that same link again, at a later time (knowing that the
HTML that is being returned has changed), it displays the HTML from
the first time the link was clicked. The HTML is being cached by
Google Earth.
Anyone know how to remedy this?
Thanks,
Kennedy