Getting Started with TerraExplorer for Web

Size: px
Start display at page:

Download "Getting Started with TerraExplorer for Web"

Transcription

1 Getting Started with TerraExplorer for Web Version Skyline Software Systems Inc.

2 Information contained in this document is subject to change without notice and does not represent a commitment on behalf of Skyline Software Systems Inc. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying without the written permission of Skyline Software Systems Inc., Park Center Road, Suite 201 Herndon, VA USA. Copyright 2016 Skyline Software Systems Inc. All rights reserved. Printed in the United States of America. Skyline, It s your world, the Skyline logo, TerraExplorer, TerraExplorer Pro, TerraExplorer Plus, TerraDeveloper, TerraBuilder, TerraGate, SFS, and the TerraExplorer logo are trademarks of Skyline Software Systems Inc. Microsoft, Windows, and the Windows logo are trademarks, or registered trademarks of Microsoft Corporation in the United States and/or other countries. Google Earth is a trademark of Google Corporation in the United States and/or other countries. All other trademarks are the property of their respective holders. Trademark names are used editorially, to the benefit of the trademark owner, with no intent to infringe on the trademark. Protected by U. S. Patents , , , , , Other patents pending. Technical support General information Contact Skyline on the Internet at support@skylinesoft.com info@skylinesoft.com 2

3 Table of Contents INTRODUCTION... 4 Introduction to TerraExplorer for Web... 4 Product Capabilities... 4 Server and Browser Requirements... 4 Installing the TE4W Package on Your Web Server... 5 DEFINING THE PROJECT... 5 About Defining the Project... 5 Terrain... 6 Placemark... 6 MeshLayer... 7 FeatureLayer... 7 NetworkLink... 7 Tour... 8 Domain... 8 ScreenOverlay... 9 Layout

4 INTRODUCTION Introduction to TerraExplorer for Web TerraExplorer for Web (TE4W) is a lightweight 3D GIS viewer that enables you to view high-resolution, stunningly realistic SkylineGlobe 3D content in a web browser, without any plug-ins. This latest addition to Skyline s TerraExplorer product line serves as a perfect complement to Skyline s powerful 3D GIS desktop and mobile applications, offering a simple, no-download, no-installation solution for online viewing and analysis of 3D environments. Building on standard Cesium support for imagery, elevation and KML layers, TerraExplorer for Web can also display most of your spatial databases including 3D city layers and feature layers. TerraExplorer for Web integrates smoothly with the entire Skyline product line for easy access to all your data from photorealistic, geographically accurate terrain databases created in TerrainBuilder to PhotoMesh s highresolution, textured, 3D mesh models. Moreover, TerraExplorer for Web seamlessly accesses online data from Skyline s SkylineGlobe server and other OGC-compliant servers, and quickly loads online TerraExplorer projects. Based on HTML5/WebGL standards, TerraExplorer for Web provides support for multiple platforms and browsers (Windows, Mac, Linux, and selected mobile devices, Chrome, Edge, Firefox, and more). Product Capabilities Lightweight Online Viewer - Based on the HTML/WebGL standard, TerraExplorer for Web 3D GIS viewer requires no plugin or application installation. Multi-Platform, Multi-Browser - TerraExplorer for Web provides support for multiple platforms (Windows, Mac, Linux and selected mobile devices) and multiple web browsers (Chrome, Edge, Firefox and others). Explore Data - Explore data from SkylineGlobe server as well as user-loaded content: terrain, GIS feature layers, imagery and elevation raster layers, and urban model layers. Data is seamlessly fused for a photo-realistic visualization. Measure and Analyze - Easily access distance and area measurement tools and graphic terrain profile for an enhanced understanding of the 3D environment. Data Query - TerraExplorer for Web offers address and point of interest search capability plus reverse search to enable you to quickly find and display the 3D environment information you require. Optimized Performance - Fast loading times and smooth navigation. Server and Browser Requirements Server Browser Operating System All web servers are supported (Tested on IIS) Chrome, Firefox, Safari, Opera, Edge Windows, Mac, Linux 4

5 Installing the TE4W Package on Your Web Server The first step in setting up your TerraExplorer for Web is publishing the web deployment package to your web server. To install the TE4W package on your web server: 1. Extract the contents of the TE4W package zip file to a folder on your web server. 2. Browse to TE4W/TerraExplorer.html to view default demo data (terrain database, mesh layers and more) that is streamed from All web servers are supported (Tested on IIS). The TE4W package files are provided with a web.config file that enables CORS using the <add name="access-control-allow-origin" value="*" />, tag. This allows accessing of data from sites other than yours, i.e. streaming of the demo project from while hosting TerraExplorer for Web on your site. DEFINING THE PROJECT About Defining the Project The TerraExplorer for Web project is defined by a KML file that is extended with TE4W tags (sx:) for additional functionalities. The project file defines the terrain database, available layers, layout and more. To define the project: 1. Use the default.kml file included in the installation folder as a template for your KML project file. 2. If you want to use several KML project files, place all the project files in the same folder and use TerraExplorer.html?config=ProjectName.kml to access each one. In TerraExplorer Pro v7.0, manual editing of the KML file will be replaced by the new Publish to TE4W feature. All the following are defined in the KML file: Terrain database Mesh layers Feature layers Placemarks (locations) Network links Domain Screen overlay Layout Tour (presentations) 5

6 Terrain Defines the default terrain database. To stream the terrain database: 1. Contact Skyline for a special TerraGate version that includes the TerraExplorer for Web patch. Include your existing TerraGate license file in your upgrade request. 2. Install TerraGate with the upgraded v7.0 license sent by Skyline. 3. In TerraGate: a. Publish the project s terrain database. b. In the SFS Manager, add one WMS imagery layer and one elevation layer for the terrain database. <sx:terrain> <href> <sx:terrainlayername>skylineglobe.tbp</sx:terrainlayername> </sx:terrain> Placemark Sets the locations that will appear in the Places panel and enables flying to them. <Placemark id="0_310"> <name>orlando ( Dat Air)</name> <LookAt> <longitude> </longitude> <latitude> </latitude> <altitude>0</altitude> <heading>0</heading> <tilt> </tilt> <range>600</range> <altitudemode>relativetoground</altitudemode> </LookAt> <Style> <IconStyle> <Icon> <href> </Icon> </IconStyle> </Style> </Placemark> 6

7 MeshLayer Loads a mesh layer. To publish a mesh layer: 1. In PhotoMesh, build the mesh model in TerraExplorer for Web output format. 2. Contact Skyline support (Support@SkylineGlobe.com) for the latest information on publishing the mesh layer. <sx:meshlayer> <name>frederick</name> <Link> <sx:layername>frederick</sx:layername> <href> </Link> </sx:meshlayer> FeatureLayer Loads an SFS feature layer. <sx:featurelayer> <name>highway level 0</name> <Link> <sx:layername>osm_highway_l0_090714</sx:layername> <href> </Link> <sx:suggestedblockwidth>626000</sx:suggestedblockwidth> <sx:geometrytype>polylines</sx:geometrytype> <Style> <LineStyle> <width>1</width> <color>ff116f8a</color> </LineStyle> </Style> </sx:featurelayer> NetworkLink Loads a KML layer, as supported by Cesium. <NetworkLink> <name>skyline office kml</name> <Link> <href> </Link> </NetworkLink> 7

8 Tour Flies from location to location according to a predefined customized flight route, using a Google Earth KML, as supported by Cesium. Under the <gx:tour> tag only the <gx:flyto> and <gx:wait> are supported. Thus, only fly to and wait are supported in the presentation. See for more information. In the TerraExplorer for Web Viewer, tours are available in the Places dialog box under the Presentations tab. In v7.0 of TerraExplorer for Web, tours can only be added to a project by manually creating them. In TerraExplorer Pro v7.0, manual editing of the KML file will be replaced by the new Publish to TE4W feature. Domain Enables download requests to be split across multiple subdomains for streaming performance optimization. Most web browsers permit a maximum of six concurrent connections for the same domain. When the number of resources to download exceeds this limit (as is common in TerraExplorer for Web), the download requests are queued; slowing page load times. To work around this limitation, requests can be split across multiple subdomains, which are mapped to the same domain by the DNS server. Version 7.0 of TerraExplorer for Web supports subdomains for terrain, feature and imagery layers, but not for 3DML layers. In order to alert TerraExplorer for Web to use subdomains when requesting data from the main domain name ( the following tag and format should be included in the KML project file: <sx:domain name=" <sx:subdomain>www1.skylineglobe.com</sx:subdomain> <sx:subdomain>www2.skylineglobe.com</sx:subdomain> <sx:subdomain>www3.skylineglobe.com</sx:subdomain> <sx:subdomain>www4.skylineglobe.com</sx:subdomain> <sx:subdomain>www5.skylineglobe.com</sx:subdomain> </sx:domain> 8

9 ScreenOverlay Determines visibility of an image overlay (e.g. logo) in the 3D Window. <ScreenOverlay> <visibility>true</visibility> <Icon> <href>./img/skyline_logo.png</href> </Icon> <overlayxy x="1" y="0" xunits="fraction" yunits="fraction"/> <screenxy x="10" y="10" xunits="insetpixels" yunits="insetpixels"/> </ScreenOverlay> Layout Determines what items are displayed on the menu. Contact Skyline support for more information. <sx:layout lang="english"> <sx:menubutton> <sx:iconurl>./img/menubutton.png</sx:iconurl> </sx:menubutton> <sx:statusbar> <visibility>true</visibility> <sx:displaylocation>true</sx:displaylocation> <sx:copyrighttext> 2016, Skyline Software Systems</sx:copyrightText> </sx:statusbar> <sx:searchbox> <visibility>true</visibility> <sx:searchprovider> </sx:searchbox> <sx:appmenu> <sx:analysisdistancemenu>true</sx:analysisdistancemenu> <sx:analysisareamenu>true</sx:analysisareamenu> <sx:analysisprofilemenu>true</sx:analysisprofilemenu> <sx:layersmenu>true</sx:layersmenu> <sx:placesmenu>true</sx:placesmenu> <sx:undergroundmenu>true</sx:undergroundmenu> <sx:settingsmenu>true</sx:settingsmenu> </sx:appmenu> </sx:layout> 9

RELEASE NOTES FOR TERRAEXPLORER FOR WEB 7.2

RELEASE NOTES FOR TERRAEXPLORER FOR WEB 7.2 RELEASE NOTES FOR TERRAEXPLORER FOR WEB 7.2 About TerraExplorer for Web TerraExplorer for Web (TE4W) is a lightweight 3D GIS viewer that enables you to view and analyze highresolution, stunningly realistic

More information

RELEASE NOTES FOR TERRAEXPLORER FOR WEB 7.1

RELEASE NOTES FOR TERRAEXPLORER FOR WEB 7.1 RELEASE NOTES FOR TERRAEXPLORER FOR WEB 7.1 About TerraExplorer for Web TerraExplorer for Web (TE4W) is a lightweight 3D GIS viewer that seamlessly accesses online data from Skyline s SkylineGlobe Server,

More information

SkylineGlobe 6.5 s New Developments

SkylineGlobe 6.5 s New Developments SkylineGlobe 6.5 s New Developments The SkylineGlobe Enterprise suite of applications was created to provide all of the necessary software tools for an organization to implement their own private, 3D virtual

More information

SkylineGlobe Web Package Version 6.1 Release Notes

SkylineGlobe Web Package Version 6.1 Release Notes SkylineGlobe Web Package Version 6.1 Release Notes Information contained in this document is subject to change without notice and does not represent a commitment on behalf of Skyline Software Systems Inc.

More information

Hardware configuration for SkylineGlobe servers

Hardware configuration for SkylineGlobe servers Hardware configuration for SkylineGlobe servers This article provides information for SkylineGlobe server configuration. It discusses various considerations to take into account when setting up and configuring

More information

SkylineGlobe - Products Overview

SkylineGlobe - Products Overview SkylineGlobe - Products Overview Skyline Software Systems, Inc. is a leading provider of 3D earth visualization software and services. The company offers a comprehensive platform of applications, tools

More information

SKYLINEGLOBE SERVER V7.0 GETTING STARTED

SKYLINEGLOBE SERVER V7.0 GETTING STARTED SKYLINEGLOBE SERVER V7.0 GETTING STARTED SkylineGlobe Server 7 is a private cloud solution that provides a comprehensive set of web services for publishing, storing, managing and streaming 3D spatial data.

More information

RELEASE NOTES FOR TERRAEXPLORER 7.0.1

RELEASE NOTES FOR TERRAEXPLORER 7.0.1 s RELEASE NOTES FOR TERRAEXPLORER 7.0.1 New Features in Release 7.0.1 Raster layer enhancements Load raster layers from Google Earth Enterprise Server - TerraExplorer 7.0.1 extends imagery and elevation

More information

SkylineGlobe Server. Version Getting Started

SkylineGlobe Server. Version Getting Started SkylineGlobe Server Version 7.0.1 Getting Started 1 SKYLINEGLOBE SERVER V7.0.1 GETTING STARTED SkylineGlobe Server is a private cloud solution that provides a comprehensive set of web services for publishing,

More information

SkylineGlobe s New Developments

SkylineGlobe s New Developments SkylineGlobe 6.6.1 s New Developments The SkylineGlobe 6.6.1 release highlights PhotoMesh v6.6.1, an all-new Skyline product developed from the ground up, based on the latest state-of-the-art technologies.

More information

NEW FEATURES IN RELEASE 7.0

NEW FEATURES IN RELEASE 7.0 Native 64bit Application NEW FEATURES IN RELEASE 7.0 TerraExplorer 7.0 has been redesigned as a native 64 bit application, enabling TerraExplorer to take advantage of available memory for resource-intensive

More information

TerraExplorer Quick Start Guide

TerraExplorer Quick Start Guide TerraExplorer Quick Start Guide Basic Concepts Opening, Creating, and Saving.. 1 Navigating in the 3D Window... 1 Using the Project Tree... 2 System Requirements... 2 Project Settings Controlling Date

More information

RELEASE NOTES FOR PHOTOMESH 7.5.1

RELEASE NOTES FOR PHOTOMESH 7.5.1 RELEASE NOTES FOR PHOTOMESH 7.5.1 About PhotoMesh Skyline s PhotoMesh fully automates the generation of high-resolution, textured, 3D mesh models from standard 2D photographs, offering a significant reduction

More information

Version 6 Release Notes

Version 6 Release Notes Version 6 Release Notes Information contained in this document is subject to change without notice and does not represent a commitment on behalf of Skyline Software Systems Inc. No part of this document

More information

RELEASE NOTES FOR PHOTOMESH 7.3

RELEASE NOTES FOR PHOTOMESH 7.3 RELEASE NOTES FOR PHOTOMESH 7.3 About PhotoMesh Skyline s PhotoMesh fully automates the generation of high-resolution, textured, 3D mesh models from standard 2D photographs, offering a significant reduction

More information

TerraGate User Manual. Version 3.5 Skyline Software Systems Inc.

TerraGate User Manual. Version 3.5 Skyline Software Systems Inc. Version 3.5 Skyline Software Systems Inc. Information contained in this document is subject to change without notice and does not represent a commitment on behalf of Skyline Software Systems Inc. No part

More information

Using SQL Reporting Services with isupport

Using SQL Reporting Services with isupport isupport s SQL Reporting functionality is installed via the isupport SQL Reporting Setup Wizard; it includes several report models with isupport database fields, tables, and relationships. isupport includes

More information

Version Datasheet

Version Datasheet Version 5.1.2 w w w. S k y l i n e G l o b e. c o m Table of Contents Overview... 2 Product Main Features... 3 Layers... 4 Objects... 7 Measurement and Analysis... 11 Programming with TerraExplorer Pro...

More information

What s New in TerraExplorer Suite 5.0

What s New in TerraExplorer Suite 5.0 What s New in TerraExplorer Suite 5.0 The new release of the TerraExplorer Suite marks major improvements in the capabilities for working with GIS layers. A new streaming mechanism allows connection to

More information

SkylineGlobe Advanced Capabilities. Datasheet

SkylineGlobe Advanced Capabilities. Datasheet SkylineGlobe Advanced Capabilities Version 6.5 w w w. S k y l i n e G l o b e. c o m Table of Contents Overview... 3 Extended Feature Layer Support and Editing... 4 Import and Editing of Raster Layers...

More information

PhotoMesh v7.0. What s New in PhotoMesh v7.0

PhotoMesh v7.0. What s New in PhotoMesh v7.0 PhotoMesh v7.0 PhotoMesh v7.0 fully automates the generation of high-resolution, textured, 3D mesh models from standard 2D photographs. Combining any number of photographs, in a wide range of formats and

More information

BC is 94% public land. That requires a lot of mapping and makes the province a major data producer..

BC is 94% public land. That requires a lot of mapping and makes the province a major data producer.. About British Columbia BC is big - almost twice the area of Spain (95 000 000 ha vs 50 500 000 ha) - larger than the states of Washington, Oregon, and California combined - spans five UTM zones BC is 94%

More information

Frequently Asked Questions for GeoMedia 3D Customers

Frequently Asked Questions for GeoMedia 3D Customers Frequently Asked Questions for GeoMedia 3D Customers Version 2, January 4, 2011 1. Q: What is Intergraph GeoMedia 3D? A: Intergraph s GeoMedia 3D provides 3D enablement for the GeoMedia desktop. However,

More information

WebEasy GIS is a cloud computing application for the web consultation of maps and geographic data.

WebEasy GIS is a cloud computing application for the web consultation of maps and geographic data. WebEasy GIS Geographic Information System WebEasy GIS is a cloud computing application for the web consultation of maps and geographic data. WebEasy GIS has a practical and intuitive interface, it works

More information

Google Earth Pro: A tutorial

Google Earth Pro: A tutorial Google Earth Pro: A tutorial 1 OVERVIEW As of early 2015, Google Earth Pro, which used to be a $400 product, is now free. This is a powerful yet simple tool for viewing information geographically whether

More information

GSA Supplemental Data item Appendices A through C APPENDIX A

GSA Supplemental Data item Appendices A through C APPENDIX A Appendices A through C APPENDIX A 1. Generic attribute table in ArcPAD for collection of point data Below is an image of a typical ArcGIS attribute table to collect point data (lithology, orientation)

More information

Google Earth Tutorial 1: The Basics of Map-making in Google Earth 6.2

Google Earth Tutorial 1: The Basics of Map-making in Google Earth 6.2 Google Earth Tutorial 1: The Basics of Map-making in Google Earth 6.2 University of Waterloo Map Library, 2012 Part 1: Placemarks 1. Locating a Geographical Area a. Open up Google Earth. b. In the Search

More information

Support for external aerotriangulation results from professional systems (Inpho, Bingo).

Support for external aerotriangulation results from professional systems (Inpho, Bingo). PhotoMesh v7.2 PhotoMesh v7.2 fully automates the generation of high-resolution, textured, 3D mesh models from standard 2D photographs, offering a significant reduction in cost and time compared to traditional

More information

Data Visualization Techniques with Google Earth

Data Visualization Techniques with Google Earth Data Visualization Techniques with Google Earth E-Learning for the GIS Professional Any Time, Any Place! geospatialtraining.com Course Outline Module 1: Google Earth Pro Fundamentals Module 2: Adding Features

More information

TerraExplorer Pro. Datasheet

TerraExplorer Pro. Datasheet TerraExplorer Pro Version 7.0 Datasheet www.skylineglobe.com Table of Contents OVERVIEW...4 PRODUCT HIGHLIGHTS...5 LAYERS...6 Feature Layers...6 Complex Layers...8 Point Cloud Layers...8 Imagery Layers...8

More information

Giving the world a new face

Giving the world a new face Viz Curious Maps is a time-effective solution to produce branded maps and geographical animations at any stage of the content-creation process. Viz Curious Maps Viz Curious Maps Giving the world a new

More information

Using Google Earth Pro

Using Google Earth Pro Using Google Earth Pro (v7.3.2) University of Toronto Mississauga Library Hazel McCallion Academic Learning Centre October 2018 FURTHER ASSISTANCE If you have questions or need assistance contact Tanya

More information

Note: This tutorial was designed for Windows users. Applications DANA PORTER LIBRARY. February 19, 2013 Authored by: The Geospatial Centre

Note: This tutorial was designed for Windows users. Applications DANA PORTER LIBRARY. February 19, 2013 Authored by: The Geospatial Centre Applications DANA PORTER LIBRARY February 19, 2013 Authored by: The Geospatial Centre 0 TABLE OF CONTENTS Google Earth Introduction... 2 Historical Imagery... 3 Objective... 3 Step by Step... 3 Ruler...

More information

MapInfo ProViewer 11.0 USER GUIDE

MapInfo ProViewer 11.0 USER GUIDE MapInfo ProViewer 11.0 USER GUIDE Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No part of this

More information

3D in the Browser with WebGL. Chris Andrews 3D Product Manager Javier Gutierrez 3D Product Engineer

3D in the Browser with WebGL. Chris Andrews 3D Product Manager Javier Gutierrez 3D Product Engineer 3D in the Browser with WebGL Chris Andrews 3D Product Manager Javier Gutierrez 3D Product Engineer Just sayin This is not a programming class Goal is to help you learn about a technology area that impacts

More information

Augmented Reality, Google Earth and Tcl/Tk. Steve Landers and David Roseman. Abstract

Augmented Reality, Google Earth and Tcl/Tk. Steve Landers and David Roseman.  Abstract Augmented Reality, Google Earth and Tcl/Tk Steve Landers and David Roseman steve@digitalsmarties.com dlr@eolas.com Abstract This paper will describe the implementation of an augmented reality simulation

More information

PlaceMap. Accommodation. Slide 1

PlaceMap. Accommodation.   Slide 1 PlaceMap for Accommodation Slide 1 PlaceMap Using the power of Google Earth to store and display all of your spatial data in a much more dynamic way Google Earth is a free software program that lets you

More information

Road maps. Introduction. Structure

Road maps. Introduction. Structure Road maps Introduction This service let you embed interactive maps in your website (à la Google maps). You can customize map by displaying data in overlays You can create your own overlays. Structure To

More information

Neehr Perfect Guide: Installing the Citrix Plugin

Neehr Perfect Guide: Installing the Citrix Plugin Neehr Perfect Guide: Installing the Citrix Plugin Overview This guide covers how to install the Citrix plugin. The first time you log in to Neehr Perfect on any computer, you will be prompted to install

More information

Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center

Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center In this workshop, we will cover the basics of working with spatial data, as well as its main uses for archaeology.

More information

Testing your TLS version

Testing your TLS version Testing your TLS version If you are not able to access Progressive Leasing websites, you may need to upgrade your web browser or adjust your settings. In order to test your TLS version to see if it is

More information

Demonstrating Agent Vi s Analytics. savvi 5.3 & 5.4

Demonstrating Agent Vi s Analytics. savvi 5.3 & 5.4 Demonstrating Agent Vi s Analytics savvi 5.3 & 5.4 Contents 1 Overview... 3 1.1 About savvi Demo Setup... 3 1.2 System Requirements... 3 1.2.1 Hardware... 3 1.2.2 Operating System... 3 2 Installation Procedure...

More information

iphone ios 8.x (4s, 5, 5s & 5c, 6, 6+ models) ipad ios 8.x (all models) Android OS or higher

iphone ios 8.x (4s, 5, 5s & 5c, 6, 6+ models) ipad ios 8.x (all models) Android OS or higher OVERVIEW The ADF Desktop Integration template is used in the Projects module and General Ledger module for uploading journal entries. After the new version of Oracle is completed, you will be prompted

More information

SuperGIS Server 3.2 Value Edition Specification

SuperGIS Server 3.2 Value Edition Specification SuperGIS Server 3.2 Value Edition Specification 20140826 Specification 1. All of the services support SOAP (Simple Object Access Protocol). 2. Use map file created by SuperGIS Desktop as map services SuperGIS

More information

Exporting ArcScene to 3D Web Scenes. Documents. An Esri White Paper November 2013

Exporting ArcScene to 3D Web Scenes. Documents. An Esri White Paper November 2013 Exporting ArcScene to 3D Web Scenes Documents An Esri White Paper November 2013 Copyright 2013 Esri All rights reserved. Printed in the United States of America. The information contained in this document

More information

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to VMWare AirWatch User Guide for Web Browser You can access your AirWatch Files from a web browser. How to login AirWatch Cloud Storage? 1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari)

More information

GEOSPATIAL ERDAS APOLLO. Your Geospatial Business System for Managing and Serving Information

GEOSPATIAL ERDAS APOLLO. Your Geospatial Business System for Managing and Serving Information GEOSPATIAL ERDAS APOLLO Your Geospatial Business System for Managing and Serving Information ERDAS APOLLO Do you have large volumes of data, a geographicallydistributed user base and rapidly changing

More information

Version 7 Overview. Key Features and Enhancements

Version 7 Overview. Key Features and Enhancements WebEOC Information Technology Professional Solutions Version 7 Overview Key Features and Enhancements WebEOC Version 7 delivers enhanced capabilities through an improved user interface, mapping features,

More information

IHS > Decision Support Tool. IHS Enerdeq Browser Version 2.9 Release Notes

IHS > Decision Support Tool. IHS Enerdeq Browser Version 2.9 Release Notes IHS > Decision Support Tool IHS Enerdeq Browser Version 2.9 Release Notes February 23rd, 2016 IHS Enerdeq Browser Release Note v2.9 IHS Enerdeq Browser Release Notes v.2.9 IHS Enerdeq Browser Release Notes

More information

USER GUIDE. CTERA Agent for Windows. June 2016 Version 5.5

USER GUIDE. CTERA Agent for Windows. June 2016 Version 5.5 USER GUIDE CTERA Agent for Windows June 2016 Version 5.5 Copyright 2009-2016 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without written

More information

2013 RELEASE / S RELEASE COMPARISON GUIDE CONFIGURATION NAVIGATION APPLICATION AREA IN BULLHORN 2013 IN BULLHORN S

2013 RELEASE / S RELEASE COMPARISON GUIDE CONFIGURATION NAVIGATION APPLICATION AREA IN BULLHORN 2013 IN BULLHORN S 2013 RELEASE / S RELEASE COMPARISON GUIDE CONFIGURATION Browser Support Computer Support NAVIGATION Internet Explorer PC Menus Row of entity menus across the top of the page Chrome, Firefox, Safari (Mac),

More information

Ray Dos Santos 07/03/2009

Ray Dos Santos 07/03/2009 Footprint Annotation For XML Schemas of Geospatial Web Services 1 Ray Dos Santos 07/03/2009 Outline: Problem Statement Annotate the Schema Create the Footprint Examples & Challenges Conclusion 2 Problem:

More information

Setting up to download Grants Group Application Forms

Setting up to download Grants Group Application Forms Setting up to download Grants Group Application Forms Guidance on setting up Adobe Reader Although it is in common use, we recognise that you may not use Adobe Reader as your preferred pdf reader but it

More information

RealPresence Media Manager

RealPresence Media Manager RealPresence CloudAXIS Suite Administrators Guide Software 1.3.1 USER GUIDE Software 6.7 January 2015 3725-75302-001A RealPresence Media Manager Polycom, Inc. 1 Copyright 2015, Polycom, Inc. All rights

More information

New Features in TNTmips 2010

New Features in TNTmips 2010 61st Release February 2010 New Features in TNTmips 2010 A tileset is a collection of small image files called tiles in a predefined file size, format, and directory structure. It is designed for efficient

More information

User s Guide April 2017

User s Guide April 2017 User s Guide April 2017 OCR 2017 Table of Contents Contents Welcome... 3 Audience... 3 What is kiteworks?... 4 Supported Browsers... 4 Notification emails... 5 Sign In... 6 Get Oriented: A Guided Tour...

More information

AvePoint Record Rollback for Microsoft Dynamics CRM

AvePoint Record Rollback for Microsoft Dynamics CRM AvePoint Record Rollback 3.1.2 for Microsoft Dynamics CRM Installation and Configuration Guide Revision D Issued February 2014 1 Table of Contents Overview... 3 Obtaining the Record Rollback Solution Package...

More information

Navigate by Using Windows Explorer

Navigate by Using Windows Explorer Navigate by Using Windows Explorer Pinning a location to a Jump List 2013 Pearson Education, Inc. Publishing as Prentice Hall 26 Navigate by Using Windows Explorer Navigating using the address bar 2013

More information

Google Earth. Tutorials. Tutorial 2: Annotating Google Earth

Google Earth. Tutorials. Tutorial 2: Annotating Google Earth Google Earth Tutorials Tutorial 2: Annotating Google Earth Google Earth makes it easy to create a map with annotations - you can add placemarks (points), paths (lines), polygons in Google Earth, and add

More information

Release Notes. Spectrum Spatial Analyst Version 7.0. Contents:

Release Notes. Spectrum Spatial Analyst Version 7.0. Contents: Location Intelligence Spectrum Spatial Analyst Version 7.0 This document contains information about Pitney Bowes Spectrum Spatial Analyst Release 7.0. Contents: What s new in Spectrum Spatial Analyst?

More information

Step 7 How to convert a YouTube Video to Music As I mentioned in the YouTube Introduction, you can convert a Video to a MP3 file using Free Video To

Step 7 How to convert a YouTube Video to Music As I mentioned in the YouTube Introduction, you can convert a Video to a MP3 file using Free Video To Step 7 How to convert a YouTube Video to Music As I mentioned in the YouTube Introduction, you can convert a Video to a MP3 file using Free Video To MP3 Converter program. Next I will show you how to download

More information

New Features in TNTmips 2010

New Features in TNTmips 2010 61st Release February 2010 New Features in TNTmips 2010 A tileset is a collection of small image files called tiles in a predefined file size, format, and directory structure. It is designed for efficient

More information

Google Earth User Guide

Google Earth User Guide Google Earth User Guide Table of Contents Introduction Getting to Know Google Earth Five Cool, Easy Things You Can Do in Google Earth New Features in Version 4.0 Installing Google Earth System Requirements

More information

Perceptive Experience Web Scan

Perceptive Experience Web Scan Perceptive Experience Web Scan Technical Specifications Version: 2.2.x Written by: Product Knowledge, R&D Date: Wednesday, April 05, 2017 2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark

More information

Appserv Internal Desktop Access Mac OS Device with Safari Browser. Enter your Appserv username and password to sign in to the Website

Appserv Internal Desktop Access Mac OS Device with Safari Browser. Enter your Appserv username and password to sign in to the Website Appserv Desktop Access Logging on from a Mac OS device Step 1. To sign in to the Appserv Desktop Access website, enter the following address into the Safari browser address bar. Please Note: This documentation

More information

INSITEPRO. User Guide Intermap Technologies 8310 South Valley Highway, Suite 400 Englewood, CO USA.

INSITEPRO. User Guide   Intermap Technologies 8310 South Valley Highway, Suite 400 Englewood, CO USA. INSITEPRO User Guide WWW.INTERMAP.COM Intermap Technologies 8310 South Valley Highway, Suite 400 Englewood, CO 80112 USA v2015-06-08 Terms of Use Except as expressly provided in these Terms of Use, no

More information

ERDAS Image Web Server Datasheet

ERDAS Image Web Server Datasheet ERDAS Image Web Server Datasheet age 1 of 10 ERDAS Image Web Server Image serving protocols Multi-protocol support Expose images with different protocols. ERDAS Compressed Wavelet Protocol (ECWP) image

More information

User s Quick Start Guide

User s Quick Start Guide i User s Quick Start Guide Table of Contents Introduction... 4 Browser Requirements... 4 Key Terms... 5 Global Navigation Bar... 5 Dock... 5 Guided Workflows... 5 Stack... 6 Activity... 6 Logging Into

More information

geobrowser3d.com The Power of 3D GIS Tools in your Browser

geobrowser3d.com The Power of 3D GIS Tools in your Browser geobrowser3d.com 1 The Power of 3D GIS Tools in your Browser Overview Introduction Modules Success Stories Build your own What is GeoBrowser3D Interactive 3D visualization system Modular platform OGC compliant

More information

Polycom RealPresence Cloud

Polycom RealPresence Cloud 1.1 April 2016 3725-20316-001D Frequently Asked Questions Polycom RealPresence Cloud Contents RealPresence Cloud Frequently Asked Questions (FAQs)...2 General Usage...2 Bandwidth Requirements...4 Microsoft

More information

Introducing zipform Plus

Introducing zipform Plus Welcome to the basic training for the new zipform Plus. As a zipform user, you will notice the new opportunity to switch to the Beta (testing) version of zipform Plus from your zipform 6 Professional account.

More information

ForeScout Extended Module for ServiceNow

ForeScout Extended Module for ServiceNow ForeScout Extended Module for ServiceNow Version 1.1.0 Table of Contents About this Integration... 4 Use Cases... 4 Asset Identification... 4 Asset Inventory True-up... 5 Additional ServiceNow Documentation...

More information

Browser Configuration Reference

Browser Configuration Reference Sitecore CMS 7.0 or later Browser Configuration Reference Rev: 2013-09-30 Sitecore CMS 7.0 or later Browser Configuration Reference Optimizing Internet Explorer and other web browsers to work with Sitecore

More information

Google Earth II: Create a tour with Google Earth

Google Earth II: Create a tour with Google Earth Google Earth II: Create a tour with Google Earth This workshop is a continuation of The Google Earth Workshop I: Map-making Basics. You will create a tour to show the main and satellite campuses of the

More information

Lesson 2 Installing and Using Quantum GIS (QGIS)

Lesson 2 Installing and Using Quantum GIS (QGIS) Lesson 2 Installing and Using Quantum GIS (QGIS) Use file Explorer to open County QGIS portable hard drive provided. The program execute (.exe) will be at the bottom of the list. Double click on the file.

More information

User Guide. 3CX Recording Manager Standard. Version

User Guide. 3CX Recording Manager Standard. Version User Guide 3CX Recording Manager Standard Version 15.5.109 "Copyright VoIPTools, LLC 2011-2018" Information in this document is subject to change without notice. No part of this document may be reproduced

More information

Pearson Inform 5.1. User Guide. Adding, Editing and Deleting Folders. Date: 1/26/2010. Copyright 2009 Pearson Education, Inc. or its affiliate(s).

Pearson Inform 5.1. User Guide. Adding, Editing and Deleting Folders. Date: 1/26/2010. Copyright 2009 Pearson Education, Inc. or its affiliate(s). Pearson Inform 5.1 User Guide Adding, Editing and Deleting Folders Date: 1/26/2010 Copyright 2009 Pearson Education, Inc. or its affiliate(s). All rights reserved. No part of this publication may be reproduced

More information

Browser Settings for MyCompLab and MyLiteratureLab. October 5, 2010

Browser Settings for MyCompLab and MyLiteratureLab. October 5, 2010 Browser Settings for MyCompLab and MyLiteratureLab October 5, 2010 Copyright 2010 by Pearson Education, Inc. All rights reserved. No part of the contents of this book may be reproduced or transmitted in

More information

KeyNexus Hyper-V Deployment Guide

KeyNexus Hyper-V Deployment Guide v1.0 09/2018 . Copyright Notice Copyright 2018 KeyNexus Inc. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished

More information

Guide Citrix administrator guide

Guide Citrix administrator guide Guide Citrix administrator guide For: Copyright 2017 Dragon Medical Practice Edition. This material may not include some last-minute technical changes and/or revisions to the software. Changes are periodically

More information

Rainforest Alliance. Spatial data requirements and guidance. June 2018 Version 1.1

Rainforest Alliance. Spatial data requirements and guidance. June 2018 Version 1.1 Rainforest Alliance Spatial data requirements and guidance June 2018 Version 1.1 More information? For more information about the Rainforest Alliance, visit www.rainforest-alliance.org or contact info@ra.org

More information

Avigilon Gateway Web Client User Guide. Version 6.10

Avigilon Gateway Web Client User Guide. Version 6.10 Avigilon Gateway Web Client User Guide Version 6.10 2006-2018, Avigilon Corporation. All rights reserved. AVIGILON, the AVIGILON logo, AVIGILON CONTROL CENTER, ACC, and TRUSTED SECURITY SOLUTIONS. are

More information

No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS

No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS By Derek Law, Esri Product Manager, ArcGIS for Server Do you want to build web mapping applications you can run on desktop,

More information

Red Hat Virtualization 4.0

Red Hat Virtualization 4.0 Red Hat Virtualization 4.0 Introduction to the Administration Portal Accessing and Using the Administration Portal Last Updated: 2017-11-28 Red Hat Virtualization 4.0 Introduction to the Administration

More information

Online App Access: Quick Set-up & Instructions

Online App Access: Quick Set-up & Instructions Online App Access: Quick Set-up & Instructions Welcome to The Media Audit You will be accessing data ONLINE through our Citrix app, available by visiting: app.themediaaudit.com This simple guidebook contains

More information

Recommended Browser Settings

Recommended Browser Settings Recommended Browser Settings August 2015 This document is intended for restricted use only. Infinite Campus asserts that this document contains proprietary information that would give our competitors undue

More information

Implementing and Supporting Windows Intune

Implementing and Supporting Windows Intune Implementing and Supporting Windows Intune Lab 4: Managing System Services Lab Manual Information in this document, including URL and other Internet Web site references, is subject to change without notice.

More information

BROWSER. LuciadRIA DATA SHEET

BROWSER. LuciadRIA DATA SHEET BROWSER LuciadRIA DATA SHEET V2017 V2017.0 DATA SHEET LuciadRIA is the answer to today s demands for powerful, lightweight applications in the browser. Driven by today s most advanced web technologies,

More information

Software within building physics and ground heat storage. EED on the web. Earth Energy Designer for power users. December 22, 2016

Software within building physics and ground heat storage. EED on the web. Earth Energy Designer for power users. December 22, 2016 Software within building physics and ground heat storage EED on the web Earth Energy Designer for power users December 22, 2016 BLOCON www.buildingphysics.com Contents 1. WHAT IS EED ON THE WEB... 3 2.

More information

Guide to Powering Agent Vi Analytics on Milestone s XProtect. savvi 5.3

Guide to Powering Agent Vi Analytics on Milestone s XProtect. savvi 5.3 Guide to Powering Agent Vi Analytics on Milestone s XProtect savvi 5.3 Contents Contents 1 Overview... 2 1.1 About this Guide... 2 1.2 Version Compliance... 2 1.3 Enabling Procedure... 3 2 Specific Installation

More information

Enerdeq Technical IHS Enerdeq Browser Version 2.12 Release Notes

Enerdeq Technical IHS Enerdeq Browser Version 2.12 Release Notes Enerdeq Technical IHS Enerdeq Browser Version 2.12 Release Notes October 18th, 2016 2016, IHS IHS Enerdeq Browser Release Notes v.2.12 October 18th, 2016 2016 IHS. For internal use only. No portion of

More information

This document does not represent a commitment to implement any portion of this specification in any company s products.

This document does not represent a commitment to implement any portion of this specification in any company s products. Copyright Notice Copyright 2003 York University The companies and organizations listed above have granted the Open GIS Consortium, Inc. (OGC) a nonexclusive, royalty-free, paid up, worldwide license to

More information

8x8 Virtual Office Click2Pop for SugarCRM Setup Guide

8x8 Virtual Office Click2Pop for SugarCRM Setup Guide 8x8 Virtual Office Click2Pop for SugarCRM Setup Guide May 2012 Table of Contents 8x8 Click2Pop for SugarCRM... 3 Requirements... 3 Server Requirements... 3 Client Requirements... 3 Installation... 3 Installation

More information

GE: A flexible presentation platform for LR. Alex Dukers Jacquelijn Ringersma

GE: A flexible presentation platform for LR. Alex Dukers Jacquelijn Ringersma GE: A flexible presentation platform for LR Alex Dukers Jacquelijn Ringersma GE: a flexibele presentation platform for LR, November 2006 Outline Presenting Linguistic Resources Geographical presentation

More information

Digital Pack Tutorial - For Mac

Digital Pack Tutorial - For Mac Digital Pack Tutorial - For Mac Contents Before You Start 1 Step 1 2 Step 2 3 Step 3 6 Step 4 8 Please feel free to contact us! BEFORE YOU START: Important! Do you have Adobe Reader or Adobe Acrobat Professional

More information

Aspera Connect Windows XP, 2003, Vista, 2008, 7. Document Version: 1

Aspera Connect Windows XP, 2003, Vista, 2008, 7. Document Version: 1 Aspera Connect 2.6.3 Windows XP, 2003, Vista, 2008, 7 Document Version: 1 2 Contents Contents Introduction... 3 Setting Up... 4 Upgrading from a Previous Version...4 Installation... 4 Set Up Network Environment...

More information

Tutorial for Importing Open Green Map Sites into Google Earth

Tutorial for Importing Open Green Map Sites into Google Earth Tutorial for Importing Open Green Map Sites into Google Earth Step 1. Download your Open Green Map data files by logging in on Open Green Map and viewing your map(s). Choose the Import/Export tab over

More information

GSSHA WMS Basics Loading DEMs, Contour Options, Images, and Projection Systems

GSSHA WMS Basics Loading DEMs, Contour Options, Images, and Projection Systems v. 10.0 WMS 10.0 Tutorial GSSHA WMS Basics Loading DEMs, Contour Options, Images, and Projection Systems Learn how to work with DEMs and images and to convert between projection systems in the WMS interface

More information

User's Guide

User's Guide Project: www.vectronic-wildlife.com Title: User's Guide Last Change: 05.03.2009 1 Login Once the web site has finished loading, its main window shows a two dimensional world map provided by Google Maps

More information

USER GUIDES OWNCLOUD WEB USER GUIDE. INTRODUCTION: This guide provides details on how to use owncloud via the web.

USER GUIDES OWNCLOUD WEB USER GUIDE. INTRODUCTION: This guide provides details on how to use owncloud via the web. USER GUIDES OWNCLOUD WEB USER GUIDE INTRODUCTION: This guide provides details on how to use owncloud via the web. SYSTEM REQUIREMENTS: Most web browsers WHAT YOU MAY NEED & OTHER CONSIDERATIONS: An Internet

More information