[Therion] Google Earth terrain model

Martin Sluka martinsluka at mac.com
Wed Jul 8 19:07:55 CEST 2009


On 8.7.2009, at 12:03, Bruce Mutton wrote:

> google earth script example

routine for reading the altitude value:

tell application "Google Earth"
	set a to {}
	set a to GetPointOnTerrain {0, 0} -- center of screen
	set b to third item of a -- b is the altitude
end tell



More information about the Therion mailing list