Google Earth With TD

Hey guys,

TD beginner here with my first post on the forum, so please bear with my lack of knowledge.

I’m looking to control a Google Earth webpage through TD for a project. Only looking to enable simple functions like click and drag to scroll position and double click to zoom in on a location at the moment.
I don’t know where to begin and would appreciate any help.

Thanks!

I’d start experimenting with the webBrowser in the Palette
Palette > Tools > webBrowser
It pretty much does what you ask out of the box.

Thanks Ben.
Looks like experimenting is the forward. I was hoping to get a little more insight into passing Python scripts for mouse interaction back to the browser, but I guess it’s best to start messing around and keep my eyes open for any relevant posts I find here.

You can use a Container Panel COMP’s .interact() methods in python. But as you said, play with it a bit and once you have specific questions please ask, easier to know what you need then :slight_smile:

1 Like

Will do!
Look forward to getting to know TD a lot better.

Thanks :slight_smile: