Information & manuals
Location : NUITEQ Support Wiki » TouchEarthManual
TouchEarth information
Table of contents
Requirements
An installation of Snowflake Suite, and a hardware device capable of sending TUIO events.The alpha version of our new version of TouchEarth, which is still in development, can be reached from TouchEarth 2 Alpha
The old version of TouchEarth can be reached from TouchEarth 1.6
See Google Earth recommended minimum hardware requirements.
TouchEarth 1.6 manual
Setup instructions
- Download and install Google Earth from http://earth.google.com
- Start Google Earth
- Go to View, deselect Toolbar and Sidebar options (to hide the bars)
- Maximize the Google Earth window by pressing F11
Run instructions
- Start a TUIO sender, used to send the touch events to TouchEarth
- Launch TouchEarth, make sure that Google Earth is not already running
Supported gestures
- Double tap to zoom in
- Pan around by dragging one finger
- Rotate by dragging two fingers in a circular motion
- Zoom by dragging two fingers in a pinch motion (towards/away from each other)
Configuration
The TouchEarth configuration file can be found at C:\Documents and Settings\<user>\Application Data\Natural User Interface Technologies AB\TouchEarth.Example configuration
<?xml version="1.0"?>
<TouchEarth>
<CameraSettings Latitude="-1.00895031085697" Longitude="36.6725475769161" Azimuth="-25.8197092978021" Range="3849172.84048341" Tilt="1.65224433790884E-14" />
<RenderWindowSettings RenderWindowWidth="800" RenderWindowHeight="600" RenderWindowInitPosX="100" RenderWindowInitPosY="60" />
<TiltSettings Enable="True" />
<IgnoreMoreFingersWhenGesture Enable="False" />
<InputBorders LeftUpperLimitX="0.1" LeftUpperLimitY="0.1" RightBottomLimitX="0.9" RightBottomLimitY="0.9" />
<DoubleClickDelta Value="0.04" />
<LayerHotkeys>
<LayerHotkey Key="1" Modifier="None" Layer="Roads" />
</LayerHotkeys>
</TouchEarth>
Key: 0-9 and F1-F12
Modifiers: "None", "Shift", "Control", "Alt"
Layer: Any layer found in Google Earth, exact name must be given as it appears in Google Earth
Modifiers: "None", "Shift", "Control", "Alt"
Layer: Any layer found in Google Earth, exact name must be given as it appears in Google Earth
Back