You do not have permission to delete messages in this group
Copy link
Report message
Show original message
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
Hello,
I'm trying to figure out how exactly the time/timestamp features work on google earth. My goal is to overlay radar images from http://www.srh.noaa.gov/ridge/RadarImg/N0R/OAX/ and then turn each layer on and off to create the illusion of animation. I think real-time radar on google earth would be mighty cool.
Can anyone explain how to set layers to turn on and off based on time?
Thanks
valtus
unread,
Aug 19, 2005, 11:39:55 AM8/19/05
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
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
Quote:
It will be cool. Apparently the timestamps only work in the pro-version. The animation of radar images should still be fairly simple though. I'm not sure if you'd be able to turn the layers on and off, but you would be able to make a <NetworkLink>" or <GroundOverlay> that returns a different image each time it's called.
You need to create a session, and pass the session id parameter as part of the url. Then just use a counter on the server side, or keep track of the time and send the different images at the speed you want.
The frames per second is going to be slow; less than 1 per second.
ink_polaroid
unread,
Aug 19, 2005, 1:19:06 PM8/19/05
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
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
Dynamic playback of time-stamped features is available only in the Enterprise Client.
valtus
unread,
Aug 19, 2005, 1:22:11 PM8/19/05
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
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
Quote:
Dynamic playback of time-stamped features is available only in the Enterprise Client.
That's true if you send the time-stamps in the kml. You can accomplish a similar effect by keeping track of the time-stamps on the server though.