devdattaT / kml-samples

Automatically exported from code.google.com/p/kml-samples
0 stars 0 forks source link

clickable zones on <ScreenOverlay> #240

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Would love to be able to define multiple rectangular regions within a
<ScreenOverlay> image. Each region could then define a <LookAt>.  Clicking
on one of these regions would trigger a camera move to the LookAt place.
This would provide an easy way for developers to create an onscreen control
panel.

Currently, the only way I have been able to do anything like this is to
write a windows program to sit in front of the GE application and make
SetCameraParams() calls to the Google Earth COM API when buttons are
pressed.  It would be so much nicer to be able to make these buttons with a
<ScreenOverlay> in a kml.

Original issue reported on code.google.com by 3dlo...@gmail.com on 11 Feb 2009 at 5:14

GoogleCodeExporter commented 8 years ago

Original comment by api.roman.public@gmail.com on 11 Feb 2009 at 10:48