GEOSPATIAL PORTAL 15.0 EP06 RELEASE NOTES

Size: px
Start display at page:

Download "GEOSPATIAL PORTAL 15.0 EP06 RELEASE NOTES"

Transcription

1 GEOSPATIAL PORTAL 15.0 EP06 RELEASE NOTES October 31, 2016

2 Contents Contents About this release:... 4 What s new in Geospatial Portal 15.0 EP01?... 5 Instance Upgrade Tool embedded into Administration Console... 5 Latvian, Turkish, Malaysian Language Supported... 6 New ECWP & 3D Web Browser Plug-in... 7 What s new in Geospatial Portal 15.0 EP02?... 8 Possibility to disable the long data processing confirmation window while performing the attribute analysis... 8 Geospatial Portal instance authorized by Windows Authentication... 9 Measurements are printable No restriction for changing WMS style Removed restrictions for supported Coordinate Systems for Consumer Portal Layout What s new in Geospatial Portal 15.0 EP04? New Quirk limitbymaprange Ability to change the locatability of WMTS layers Individual display of the WMPS thematic legend entries Thematic classes are visible on printed output Kannada, Thai, Vietnamese Language Supported Hostname Configuration What s new in Geospatial Portal 15.0 EP05? WebGL support for 3D Changed method of presentation of LUWS service search results New quirk allowing adding features to ERDAS APOLLO WFS Transactional services New Translations for Administration Console Tilted Google Map View in Geospatial Portal First Person Perspective Underground Features Transparency Shadows in Consumer Portal Layout What s new in Geospatial Portal 15.0 EP06? WMS Get URL Length Limit October 31,

3 Contents Square Buffer in Clip-Zip-Ship Imperial Feet Units in Scale Bar or Measurements Improvements on Printing Service in Geospatial Portal Graphic Style Supported in 3D View Adjustable Double Click Timeout in Geospatial Portal Improved Measurement Accuracy for Geographic Coordinate Systems Experimental 3D View Support for MS Edge Web Browser Secured Services can be accessed through Apollo Browse October 31,

4 About this release: About this release: This document describes the enhancements for: Geospatial Portal 15.0 EP01 Geospatial Portal 15.0 EP02 Geospatial Portal 15.0 EP04* Geospatial Portal 15.0 EP05 Geospatial Portal 15.0 EP06 This document is only an overview and does not provide all of the details about all product's capabilities. See the online help and other documents provided with Geospatial Portal for more information. *The patch designated as EP03 was not issued IMPORTANT NOTICE READ CAREFULLY BEFORE YOU START INSTALLATION OF THIS PATCH It is required that Hexagon Geospatial Platform Suite and Provider Suite products installed on this server have the same release and patch version. Before you start installation, please go through the following steps to facilitate the server update process: 1) Verify the products installed on the server 2) Check if the product installation/upgrade concerns two or more of the following products: Platform Suite: GeoMedia WebMap, Geospatial SDI, Geospatial Portal Provider Suite: ERDAS APOLLO 3) Make sure that for the products detected in point (2) there are compatible patches available. Make sure all products detected in point (2) are upgraded to the compatible patch before you initiate instance upgrade procedure. In case some of the products do not provide a compatible patch do not proceed with the installation. Additionally IIS URL authentication system feature is required to be installed before installing Geospatial Portal EP01 patch or later. Please contact Support in case of any questions regarding compatibility of products and patches October 31,

5 What s new in Geospatial Portal 15.0 EP01? What s new in Geospatial Portal 15.0 EP01? Instance Upgrade Tool embedded into Administration Console Geospatial Portal administrator can now upgrade the service instance(s) to a newer version with one click. In the Administration Console in the INSTANCE LIST section there is a button next to every instance entry which allow to upgrade the instance to a newer version in quick and easy manner. For more information please refer to the Managing the Instances with Administration Console chapter in Geospatial Portal Administrator Guide. October 31,

6 What s new in Geospatial Portal 15.0 EP01? Latvian, Turkish, Malaysian Language Supported Geospatial Portal is a multilingual application and comes localized to a variety of languages out-of-the-box. The Geospatial Portal continues to enhance its rich set of languages and now supports Latvian, Turkish and Malaysian in addition. October 31,

7 What s new in Geospatial Portal 15.0 EP01? New ECWP & 3D Web Browser Plug-in New ECWP & 3D Web Browser plug-in ( ) is delivered with the Geospatial Portal 15.0 EP01. The ECWP & 3D plug-in allows you to support 3D view and streaming of ECWP or JPEG 2000 files within Geospatial Portal. To download the 3D plug-in, use the link provided on the Geospatial Portal Welcome Page. October 31,

8 What s new in Geospatial Portal 15.0 EP02? What s new in Geospatial Portal 15.0 EP02? Possibility to disable the long data processing confirmation window while performing the attribute analysis In Geospatial Portal (and WebMap Publisher Portal) when performing an attribute type analysis (or predefined queries in WebMap Publisher Portal layout) users can get the values from the service by clicking the [...] button. By default the message info dialog appears with a warning that processing may take longer for large datasets and for some datasets it may not give all the possible values. This dialog can be disabled by the administrator if required. To disable/enable the confirmation window about processing large datasets: 1. Edit Web.config file for your Geospatial Portal (or WebMap Publisher Portal). 2. Go to the <webclient> section. 3. In the <queries> subsection for the parameter displaylongprocessingconfirmation set value to false in order to disable the confirmation window. OR In the <queries> subsection for the parameter displaylongprocessingconfirmation set value to true in order to disable the confirmation window. 4. Save the Web.config file. October 31,

9 What s new in Geospatial Portal 15.0 EP02? Geospatial Portal instance authorized by Windows Authentication Geospatial Portal instance can be configured to work with Windows Authentication enabled. This setting is set individually for particular Geospatial Portal instance in the Internet Information Services (IIS) Manager and in instance Web.config file. To enable Windows Authentication for Geospatial Portal instance: 1. Log in to the server where the Geospatial Portal instance you want to secure is delivered. 2. Open Internet Information Services (IIS) Manager. 3. In the Connections section (on the left) unfold the Sites Default Web Site node and localize and select your Geospatial Portal instance application. 4. Under the IIS part click on the Authentication. The Authentication section opens 5. Disable Anonymous Authentication and Forms Authentication. 6. Enable Windows Authentication and Basic Authentication. 7. Go to Authorization Rules (for your Geospatial Portal instance). 8. Ensure that the rule "Allow" for "All users" is present, if not add that rule. 9. Close the Internet Information (IIS) Manager 10. Open the Web.config file for your Geospatial Portal instance in any text editor. The Web.config file by default is located in C:\Program Files\Common Files\Hexagon\Services\Instances\<Instance_name> folder. 11. Edit Geospatial Portal Web.config file. October 31,

10 What s new in Geospatial Portal 15.0 EP02? 12. Ensure that the following section in the <configuration> section ( under <system.web> ) is present. If not add this to the Web.config <location path="adminservice"> <system.web> <authorization> <allow users="*" /> </authorization> </system.web> </location> 13. Ensure that the following entry in the <modules> section within <system.webserver> is present: <add name="requesttokenvalidation" type="intergraph.websolution.core.webclient.authorization.requestauth orization, Intergraph.WebSolution.Core.WebClient.Authorization" /> 14. Ensure that the following entry is not present, otherwise remove this from the Web.config file (even if commented): <!-- <adminserviceconfiguration> --> <!-- <usercredentials username="username" password="password" /> --> <!-- </adminserviceconfiguration> --> 15. Save the Web.config file. CAUTION If access to the.net Authorization Rules for "All Users" is denied the printing functionality may not work properly. In such a case the access to the.net Authorization Rules must be enabled for IIS_IUSRS (server user). October 31,

11 What s new in Geospatial Portal 15.0 EP02? Measurements are printable Since now with Geospatial Portal 15.0 EP02 all the measurements visible in the map window will also appear in the print. This applies to maps displayed in 2D mode since the printing functionality is not supported in 3D view. No restriction for changing WMS style Users working with Geospatial Portal 15.0 with patch EP02 applied now can change without any restrictions the display style for all layers with spatial data served by WMS that comes from GeoMedia WebMap 15.0 EP02. In case the WMS is served by GeoMedia WebMap without the EP02 patch applied or it is third party service the change of the display style for more than one layer may be impossible. Removed restrictions for supported Coordinate Systems for Consumer Portal Layout Along with Geospatial Portal 15.0 EP02 patch the restrictions in supporting Coordinate Systems for Consumer Portal layout were abolished. Now maps prepared in other coordinate systems than EPSG: 3857 or EPSG: 4326 can also be displayed in Consumer Portal layout. October 31,

12 What s new in Geospatial Portal 15.0 EP04? What s new in Geospatial Portal 15.0 EP04? New Quirk limitbymaprange The section <quirksmode> in the Web.Config file for Geospatial Portal contains several fixes for OGC services that are not published according to the specification, but which require custom configuration in order to operate in the portal. Custom rules called quirks are provided for different types of services, and they enable the bypassing of the imperfection of services. New service quirk limitbymaprange comes with 15.0 EP04 patch. This quirk allows to change default value ("true") of WFS layer display mode (limited by map range). When the value for this quirk is set to false the default map range limitation for displayed WFS features is ignored. Ability to change the locatability of WMTS layers WMTS locatability switcher is added in Geospatial Portal. Now user can determine whether a WMTS map object layer can be located with the select tool or not. Individual display of the WMPS thematic legend entries It is now possible to switch on or off individual sub-entries within a thematic legend entry. This feature is available in Geospatial Portal only when working with WMPS service supporting individual thematic legend entries display. October 31,

13 What s new in Geospatial Portal 15.0 EP04? Thematic classes are visible on printed output. When printing maps all entries and sub-entries of thematic legend are now visible on printed output. Kannada, Thai, Vietnamese Language Supported Geospatial Portal is a multilingual application and comes localized to a variety of languages out-of-the-box. The Geospatial Portal continues to enhance its rich set of languages and now supports Kannada, Thai and Vietnamese in addition. Hostname Configuration Hostname aliases configuration is a new functionality, which allows to change Website name to a specified alias. This hostname alias must be a resolvable name (for example: by mapping to an appropriate name in hosts file, located in C:\Windows\System32\drivers\etc\). This configuration enable to set domain name and port. After setting a hostname alias for specific Website, all services contained in that Website will have paths with configured hostname alias. In the requested (e.g. WMS) GetCapabilities document occurs substitution of all names in existing paths of the server to hostname alias which set in the server configuration. To configure and enable hostname alias for specific website: 1. Run Administration Console 2. Go to the HOSTNAME ALIASES section (click the Hostname aliases link under the Server Configuration box on the left navigation pane). 3. In the HOSTNAME ALIASES section all available Websites on the server are shown. Here you can define the hostname alias and port. In order to edit selected Website enable the checkbox for the appropriate Website, next provide Hostname alias and Hostname alias port. October 31,

14 What s new in Geospatial Portal 15.0 EP04? 4. Click APPLY button to save changes. October 31,

15 What s new in Geospatial Portal 15.0 EP05? What s new in Geospatial Portal 15.0 EP05? WebGL support for 3D Apart from the traditional 2D map display available in Geospatial Portal, there is also a possibility to view data in 3D. Geospatial Portal displays a base map on a three dimensional globe and renders other supported data sources where appropriate. Since (EP05), Geospatial Portal leverages the native support for WebGL in selected browsers. Using WebGL is by default the preferred approach. The ERDAS ECWP and 3D Plugin can be used in browsers which still support 3rd party add-ons. The preferred technology used for rendering 3D scenes (WebGL vs the plugin) can be configured using the Administration Console: 1. Run the Administration Console. 2. Click the Instance List and click Configure for selected Geospatial Portal instance. 3. Click the Appearance tab. 4. Select the option Enable ERDAS ECWP and 3D Plugin when browser supports it (disabled by default). Now the ERDAS ECWP and 3D Plugin will be used for 3D display when the client environment contains the latest version of the ERDAS ECWP and 3D Plugin (see the Supported Environments document for details on browser support for the plugin). If the plugin is not installed or not supported by the browser, WebGL will be used if available. NOTE: You can also control this setting in the Web.config file for example when the Administration Console is unavailable for some reasons. To do this use the forcewebgl parameter in <WebClient> section. Be aware that the options set in Administration Console are superior. October 31,

16 What s new in Geospatial Portal 15.0 EP05? In order to display 3D data (3D Map Tiles and/or 3D Objects) in Geospatial Portal using the WebGL technology the 'Access-Control-Allow-Origin' HTTP Response Header must be set for these services. Be aware that 3D Map Tiles and 3D Objects not having the above mentioned response header can be displayed only using the ERDAS APOLLO ECWP & 3D plugin. It is also recommended to set the 'Access-Control-Allow-Origin' HTTP Response Header for services such as WMS, WMTS, WFS, WMPS. This may result in better response performance when displaying data from those services in 3D view, using WebGL technology. October 31,

17 What s new in Geospatial Portal 15.0 EP05? Changed method of presentation of LUWS service search results When several LUWS or OpenLS services are registered in your Geospatial Portal workspace, the search action is performed against all of them unless selected otherwise. Before: The original behavior was that the results from several search providers were displayed across different pages without taking account scoring between them. The page order was directly related to the order in which search providers like LUWS or OpenLS were initially registered in your Geospatial Portal workspace. Thus the first registered service's results were placed on the first page, while the service registered last had its results displayed on the last page. Search results display could be controlled through the appropriate web.config sections using the following settings: The maximum result number could be configured using Intergraph.WebSolutions.Core.SDIPortal.OpenLS.Service.IntergraphLUWS.MaxResultsCount in Web.config under appsettings section. Search results from only one dataset per service were taken into consideration (even if more datasets were available). The Intergraph.WebSolutions.Core.SDIPortal.OpenLS.Service.IntergraphLUWS.DatasetName configuration option allowed to change the dataset used by a service. From EP05 onward: Results retrieved from all registered search providers are concatenated and then sorted according to their respective match score. This is done regardless of the number of search services connected and the number of datasets served by them. The search results display configuration settings available prior to the EP05 patch are now obsolete and replaced with the following settings in the appropriate web.config sections: In order to change minimum candidate score for LUWS: 1. Edit the Web.Config file for Geospatial Portal. 2. In section <webclient>, subsection <search> for attribute minimumcandidatescore provide the number for minimum score value to present result. In order to set number of features returned by LUWS: 1. Edit the Web.Config file for Geospatial Portal instance. 2. In section <webclient>, subsection <search> for attribute maxresults provide the number for maximum search results that will be presented Geospatial Portal search list. By default, the value for maxresults is set to 20. Selecting services used for search: By default each service (LUWS or OpenLS or WFS-G) after registration is automatically selected to be used for search action, although user can decide which connected services will be used. October 31,

18 What s new in Geospatial Portal 15.0 EP05? In order to choose services used for search: 1. Click the Search tab on the toolbar. 2. Next to search field click the down arrow. The list of all available services used for search is displayed. 3. Only services with selected checkboxes are used for search. Select/deselect given service checkbox. October 31,

19 What s new in Geospatial Portal 15.0 EP05? New quirk allowing adding features to ERDAS APOLLO WFS Transactional services. Adding features to an ERDAS APOLLO WFS-T requires a service quirk to be set for each of the services used (possibly through urlpattern matching). In order to enable the quirk for particular ERDAS APOLLO services: 1. Edit Web.config file for Geospatial Portal. 2. Go to the <quirksmode> section. 3. In <servicequirk> entry for WFS set the following: forcemulticurve="true" It enables the possibility of adding curve geometry. This setting causes that the curve type geometry is wrapped into multicurve geometry, what is required by ERDAS APOLLO services. forcemultisurface="true" Use this parameter to enable the ability to add surface geometry. This setting causes the surface type geometry being wrapped into multisurface, what is required by ERDAS APOLLO services. Sample: <servicequirk servicetype="wfs" urlpattern="erdas-apollo" forcemulticurve="true" forcemultisurface="true"> </servicequirk> New Translations for Administration Console Administration Console is now also available in: Dutch (nl), Malay (ms), Polish (pl), Portuguese (pt), Thai (th) and Vietnamese (vi) languages. October 31,

20 What s new in Geospatial Portal 15.0 EP05? Tilted Google Map View in Geospatial Portal Google Maps provides 45 perspective imagery at high zoom levels (where available) for Satellite and Hybrid map types. Viewing "Satellite" or "Hybrid" Google Map type in Geospatial Portal the perspective view is set automatically if you zoom into a location for which such imagery exists. The satellite or hybrid imagery will be replaced with 45 perspective imagery centered on the current location. By default, such views will orient towards north. If you zoom out, you will return to viewing the default satellite or hybrid imagery. When the perspective imagery is being displayed, depending on the specific map content configuration, other layers might not match up with Google Maps as the base map. To mitigate you might want to disable the switching between satellite/hybrid and perspective imagery. In order to disable/enable the tilt option: 1. Edit Web.config file for Geospatial Portal. 2. Go to the <webclient> section. 3. Set the "true" value for the parameter tiltdisabled to disable the tilt option <GoogleMaps enabled="true" apikey="" tiltdisabled="true"/> OR Set the "false" value for the parameter tiltdisabled to enable the tilt option. <GoogleMaps enabled="true" apikey="" tiltdisabled="false"/> 4. Save changes in Web.config file and reload the Geospatial Portal. tiltdisabled="true" tiltdisabled="false" October 31,

21 What s new in Geospatial Portal 15.0 EP05? First Person Perspective Geospatial Portal s 3D view now offers a first person perspective mode. To enable first person perspective in Geospatial Portal: 1. Switch to 3D view mode. 2. Click 3D View Settings tab in the sidebar. 3. Toggle the First person perspective button in the View mode option group 4. Click on the map. The first person perspective view is enabled from the view point you selected. Click the place on the screen you want to go. 5. To exit from first person perspective view mode toggle the First person perspective button again. This feature does not require any additional configuration and is available out of the box. October 31,

22 What s new in Geospatial Portal 15.0 EP05? Underground Features Transparency Now users of the Geospatial Portal while viewing the 3D data (3D objects) can easily set the visibility of underground objects. You can seamlessly adjust the visibility range from completely visible to completely invisible for underground objects. To adjust the visibility of underground object in rendered 3D scene: 1. Switch to 3D view mode. 2. Click 3D View Settings tab in the sidebar. 3. In the Objects & Features option group adjust the visibility using the Underground objects transparency slider. Slider set to 100% means that the underground object is invisible, slider set to 0% means that the underground objects (or part of objects that are under the ground level) are fully visible. Note: There is no possibility to set the underground objects transparency for 3D Objects combined with 3D Map tiles that forms one layer. This feature works only with standalone 3D Objects (objects displayed in separate layer). This feature is also available in Consumer Portal Layout in 3D mode. To adjust the visibility of underground object in 3D scene displayed in Consumer Portal: 1. Click 3D View Settings tab in the sidebar. 2. In the Objects & Features option group adjust the visibility using the Underground objects transparency slider. Slider set to 100% means that the underground object is invisible, slider set to 0% means that the underground objects (or part of objects that are under the ground level) are fully visible. Note: 3D View Settings tab is unavailable in Consumer Portal Layout run in 2D mode. October 31,

23 What s new in Geospatial Portal 15.0 EP06? Shadows in Consumer Portal Layout With the objects being displayed in the Consumer Portal in 3D mode, you can see how the shadows cast by objects at a given latitude and longitude are changing during the day and seasons. In order to enable and view the shadows for 3D object: 1. Click to open 3D View Settings tab on the sidebar. 2. Ensure that the Enabled option is selected, if not enable it. 3. Ensure that the Shadow casting option is selected, if not enable it. 4. Use the sliders to specify the month, date and time. The sunlight and shadows will be adjusted immediately. 5. Select time zone (from Timezone pull down list) to which the specified date and time applies. 6. Check the Position tracking option if you want the time zone to be calculated and automatically adjusted based on the current position on the map (since it only uses the longitude of the center of the map view, this may not result in the true official time zone for a given region). What s new in Geospatial Portal 15.0 EP06? WMS Get URL Length Limit It is possible to change the maximum length of an URL that Geospatial Portal sends to the WMS when requesting the data using GET method. In the Geospatial Portal, the length of WMS GET request (does not apply to POST requests) can be changed using the wmsurllengthlimit parameter. The parameter wmsurllengthlimit is available in <WMSDisplaying> element of portal's Web.config file. Default value is set to 2000 (as some browsers may not handle longer requests) and the possible range is 2000 : If SLD_BODY attribute is added to the WMS request and (because of it) length of URL is greater than set in parameter wmsurllengthlimit, then this SLD_BODY is extracted and shorter URL is sent to WMS server. In such case layer(s) will be displayed in a "default" style. The WMS must be tailored to support increased ULR length it can receive. To Configure WMS on the GeoMedia WebMap server side to increase length of URL it can receive: 1. Open Registry Editor on the WMS service host machine. 2. Go to the following key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters 3. Add new registry values: "MaxFieldLength"=dword:0000fffe "MaxRequestBytes"=dword: To add new registry values: a. From Registry Editor menu click Edit > New >DWORD (32-bit) Value b. Close Registry Editor. 4. Edit Web.config file for WMS service instance. 5. Change or insert the keys like below: <system.web> <httpruntime maxurllength="65535" maxquerystringlength=" " /> </system.web> <system.webserver> October 31,

24 What s new in Geospatial Portal 15.0 EP06? <security> <requestfiltering> <requestlimits maxurl="65535" maxquerystring="65535" maxallowedcontentlength=" "> <headerlimits><add header="content-type" sizelimit="65535" /></headerlimits> </requestlimits> </requestfiltering> </security> All these allows the portal to send a GET request of specified length although the POST method is recommended. Square Buffer in Clip-Zip-Ship When performing the clip-zip-ship operations in Geospatial Portal the part of an image that is to be processed can be specified by drawn geometry or other features selected on the map. For those two methods - Draw on the map and Select feature from the map - the buffer can be set for point geometry. Now it can be either a Circle or Square buffer around the selected point. The Value field defines a radius for a circle buffer or a width/height value for a square buffer, For example, a buffer value of 2km for a selected point location will result in either a 4km diameter circle or a 2x2km square, depending on the buffer type selected. Default type of buffer for point geometries is Circle (round) but this can changed in the portal Web.config file. To change default buffer type: 1. Edit Web.config file for Geospatial Portal. 2. Go to the <webclient> section. 3. Type the "square" value for the parameter buffertype to set the square buffer as a default buffer type in portal. <clipzipship buffertype="square" /> OR Type the "round" value for the parameter buffertype to set the circle buffer as a default buffer type. <clipzipship buffertype="round" /> October 31,

25 What s new in Geospatial Portal 15.0 EP06? 4. Save changes in Web.config file and reload the Geospatial Portal. The Clip-Zip-Ship functionality is available in Apollo.aspx and ApolloPro.aspx layouts. Imperial Feet Units in Scale Bar or Measurements When imperial system of measurement is applied in Geospatial Portal, the feet units can be used. The enabledunits parameter in Geospatial Portal Web.config file indicates what units should be available when doing measurements. Measurements will use available unit in which values can be expressed as greater than 1. Now available units are: "m, km, ft, yd, mi, m2, km2, ft2, yd2, mi2, are, ha, acre". Base units that cannot be disabled are m, m2 and yd, yd2 for metric and imperial unit system respectively. If units ft, ft2 are defined they are used instead of yd, yd2. Yards are used as default (for imperial units) and can be overwritten by feet. Sample where ft and ft2 units are defined instead of yd an yd2: <ui dblclicktimeout="400" settingsrequireconfirmation="false" systemofmeasurement="imperial" enabledunits="m, km, ft, mi, m2, km2, ft2, mi2, are, ha, acre"> Improvements on Printing Service in Geospatial Portal The mechanism for calculating tile ranges of the map view range was improved so now map printouts requested at different DPI maintain aspect ratio and map scale. True map scale is always displayed on the printout. The print quality was also improved. Graphic Style Supported in 3D View Now Geospatial Portal supports graphic style for point features in both: 3D and 2D view mode. This feature enhancement doesn t require any configuration on the portal s server side. Adjustable Double Click Timeout in Geospatial Portal Closing poly features created by selection, measurement or feature editing tools in Geospatial Portal requires a very fast double click. Since some users are not physically capable of ending a feature due to this quick timeout the ability of double click timeout adjustment was introduced within EP05 patch. To change the double click timeout: 1. Edit Web.config file for Geospatial Portal. 2. Go to the <webclient> section. 3. In <ui> sub section provide the double click timeout value for dblclicktimeout parameter. The timeout value is maximum time between two mouse clicks to detect double click in milliseconds. The default value is set to 400 milliseconds. 4. Save changes in Web.config file and reload the Geospatial Portal. Sample where double click timeout is set to 800 milliseconds: <ui dblclicktimeout="800" settingsrequireconfirmation="false" systemofmeasurement="imperial" enabledunits="m, km, ft, mi, m2, km2, ft2, mi2, are, ha, acre"> October 31,

26 What s new in Geospatial Portal 15.0 EP06? Improved Measurement Accuracy for Geographic Coordinate Systems The accuracy of measurements in Geospatial Portal has been improved in order to take into account the curvature of the globe. The calculations for area and length has been corrected, so any discrepancies between the measured area or line and the circumference of the drawn polygon, especially in Geographic SRSs are now minimal. Experimental 3D View Support for MS Edge Web Browser By default the 3D display in Geospatial Portal is not supported and disabled for MS Edge Web browser however, with patch EP06, there is the possibility to enable the experimental 3D mode for MS Edge. In order to enable 3D view for MS Edge: 1. Edit Web.config file for Geospatial Portal. 2. Go to the <webclient> section. 3. In <settings3d> subsection set the "true" value for the parameter enableinedge <settings3d enableinedge="true"> 4. Save changes in Web.config file and reload the Geospatial Portal. Since MS Edge does not fully support WebGL, the 3D view may be unstable. Secured Services can be accessed through ERDAS APOLLO Browse Now ERDAS APOLLO users can add to the legend data from secured service through a browse of the ERDAS APOLLO catalogue control. When adding secured data to the legend users will be prompted to enter username and password if required. October 31,

GEOSPATIAL PORTAL 16.0 EP04 RELEASE NOTES

GEOSPATIAL PORTAL 16.0 EP04 RELEASE NOTES GEOSPATIAL PORTAL 16.0 EP04 RELEASE NOTES October 30, 2017 Contents Contents About this release:... 3 What s new in Geospatial Portal 16.0 EP01?... 4 WMS Get URL Length Limit... 4 Square Buffer in Clip-Zip-Ship...

More information

GEOMEDIA WEBMAP 14.0 EP08 RELEASE NOTES

GEOMEDIA WEBMAP 14.0 EP08 RELEASE NOTES GEOMEDIA WEBMAP 14.0 EP08 RELEASE NOTES March 18, 2016 Contents Contents ABOUT THIS RELEASE:... 3 WHAT S NEW IN GEOMEDIA WEBMAP 14.0 EP01?... 4 CONFIGURABLE PAGING IN THE (APOLLO) SEARCH RESULT PANEL...

More information

Geospatial Portal User Guide

Geospatial Portal User Guide Geospatial Portal User Guide December 2013 Copyright Copyright 2013-2014 Intergraph Corporation. All Rights Reserved. Intergraph is part of Hexagon. Including software, file formats, and audiovisual displays;

More information

Release Notes. MapInfo Stratus Version 44. Contents: This document contains information about Pitney Bowes MapInfo Stratus Release 44.

Release Notes. MapInfo Stratus Version 44. Contents: This document contains information about Pitney Bowes MapInfo Stratus Release 44. Location Intelligence MapInfo Stratus Version 44 This document contains information about Pitney Bowes MapInfo Stratus Release 44. Contents: What s new in MapInfo Stratus? What s new in Mobile Ready User

More information

Spatial Analyst. Spectrum. Version Administration Guide

Spatial Analyst. Spectrum. Version Administration Guide Spectrum Version 12.1 Spatial Analyst Table of Contents 1 - Introduction Spectrum Spatial Analyst Components 5 Users and Roles used by Spectrum Spatial Analyst 7 Configuring Shared Properties 10 Configuring

More information

user manual GeoViewer DB Netze Fahrweg

user manual GeoViewer DB Netze Fahrweg user manual GeoViewer DB Netze Fahrweg Register of Infrastructure Updated: Juli 2018 Release: 1.11.0 Page 1 von 32 Content 1 List of illustrations 3 2 Basics 4 2.1 Components 4 2.1.1 Interfaces 4 2.1.2

More information

MapInfo Stratus. Version 41. MapInfo Stratus Administration Guide

MapInfo Stratus. Version 41. MapInfo Stratus Administration Guide MapInfo Stratus Version 41 MapInfo Stratus Administration Guide Contents Chapter 1: Getting Started...7 Signing In and Out...8 Home...8 Version Number and Build Number...9 Using MapInfo Stratus Administration

More information

Release Notes. Spectrum Spatial Analyst Version Contents:

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

More information

Open Source Cloud Map User Guide

Open Source Cloud Map User Guide Open Source Cloud Map User Guide Table of Contents Map Page... 1 Static Mercator Map... 1 Customizable Map... 1 Title Bar... 2 Toolbar... 2 Non Toolbar Navigation... 3 Map Window... 3 Layers / Legend Window...

More information

GEOMEDIA SMART CLIENT 2015 PRODUCT FEATURES AND COMPARISONS

GEOMEDIA SMART CLIENT 2015 PRODUCT FEATURES AND COMPARISONS GEOMEDIA SMART CLIENT 2015 PRODUCT FEATURES AND COMPARISONS GeoMedia Smart Client enables the entire organization to access and utilize rich geospatial data in their business processes. It delivers an

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

WA L KT H R O U G H 1

WA L KT H R O U G H 1 WA L KT H R O U G H 1 udig Install and Introduction 08 June 2008 TABLE OF CONTENTS 1Goals...3 2Installing and Running The udig Application...4 3Online Documentation and Tutorials...8 3.1Help Categories...9

More information

Chapter 1 : Getting Started with Integrity... Chapter 2 : Interface Layout... Chapter 3 : Navigation... Chapter 4 : Printing...

Chapter 1 : Getting Started with Integrity... Chapter 2 : Interface Layout... Chapter 3 : Navigation... Chapter 4 : Printing... .0 User s Manual Table of Contents Chapter : Getting Started with Integrity... Chapter : Interface Layout... Chapter : Navigation... Chapter : Printing... Chapter : Quick Search and Results Pane... Results

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

Release Notes. Spectrum Spatial Analyst Version 8.0. Contents:

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

More information

Juniata County, Pennsylvania

Juniata County, Pennsylvania GIS Parcel Viewer Web Mapping Application Functional Documentation June 21, 2017 Juniata County, Pennsylvania Presented by www.worldviewsolutions.com (804) 767-1870 (phone) (804) 545-0792 (fax) 115 South

More information

SUMMARY... 1 FIGURES... 1 INTRODUCTION... 1 LAYERS PANEL... 2 MAP PANEL...10

SUMMARY... 1 FIGURES... 1 INTRODUCTION... 1 LAYERS PANEL... 2 MAP PANEL...10 MapStore Guide Summary SUMMARY... 1 FIGURES... 1 INTRODUCTION... 1 LAYERS PANEL... 2 MAP PANEL...10 Figures FIGURE 1: LAYER PANEL DRAG-AND-DROP... 2 FIGURE 2: LAYER TAB TOOLBAR... 2 FIGURE 3: AVAILABLE

More information

GEOMEDIA SMART CLIENT 2016

GEOMEDIA SMART CLIENT 2016 PRODUCT DESCRIPTION GEOMEDIA SMART CLIENT 2016 PRODUCT FEATURES AND COMPARISONS GeoMedia Smart Client enables the entire organization to access and utilize rich geospatial data in their business processes.

More information

SMARTERDECISIONS. Geospatial Portal 2013 Open Interoperable GIS/Imagery Services with ERDAS Apollo 2013 and ERDAS Imagine 2013

SMARTERDECISIONS. Geospatial Portal 2013 Open Interoperable GIS/Imagery Services with ERDAS Apollo 2013 and ERDAS Imagine 2013 Geospatial Portal 2013 Open Interoperable GIS/Imagery Services with ERDAS Apollo 2013 and ERDAS Imagine 2013 Carahsoft Intergraph Government Solutions SMARTERDECISIONS Geospatial Portal 2013 Geospatial

More information

ERDAS APOLLO v2013. What s New. SMARTERDECISIONS

ERDAS APOLLO v2013. What s New. SMARTERDECISIONS ERDAS APOLLO v2013 What s New. SMARTERDECISIONS 1 ERDAS APOLLO v2013 ERDAS APOLLO Professional: includes all the functionality of ERDAS APOLLO Advantage. In addition, it provides server side geoprocessing

More information

Server Usage & Third-Party Viewers

Server Usage & Third-Party Viewers Server Usage & Third-Party Viewers October 2016 HiPER LOOK Version 1.4.16.0 Copyright 2015 PIXIA Corp. All Rights Reserved. Table of Contents HiPER LOOK Server Introduction... 2 Google Earth... 2 Installation...2

More information

MapInfo Stratus. Release Notes 42

MapInfo Stratus. Release Notes 42 MapInfo Stratus Release Notes 42 UNITED STATES www.pb.com/software Technical Support: www.pbinsight.com/support CANADA www.pb.com/software Technical Support: www.pbinsight.com/support EUROPE/UNITED KINGDOM

More information

Estuary Data Viewer User Guide

Estuary Data Viewer User Guide 1. Introduction 2. Page Layout 3. Navigation Tools 4. Table of Contents Tabs 5. Action Tools 6. System Requirements Estuary Data Viewer User Guide 1. Introduction Welcome to the Estuary Planner Data Viewer.

More information

Ctrack Online User Guide

Ctrack Online User Guide Fleetstar Online A Guide to Winter Maintenance Reporting v1.1 Ctrack Online User Guide Title: Ctrack Online Quickstart Guide Date: 18/07/2013 Version: 1.0 Table of Contents 1. Ctrack Online Introduction...

More information

Greenville County Internet Mapping System User s Guide

Greenville County Internet Mapping System User s Guide Greenville County Internet Mapping System User s Guide Version 2.0 Greenville County Geographic Information Systems May 30, 2006 Table of Contents NAVIGATING TO THE ONLINE MAPPING APPLICATIONS...- 3 -

More information

IntraMaps End User Manual

IntraMaps End User Manual IntraMaps End User Manual For IntraMaps Version 8 Date: 6 th July 2014 Contents Introduction... 4 What is IntraMaps?... 4 Application... 5 Main Toolbar... 6 View... 7 Original View:... 7 Pan:... 7 Zoom

More information

DisasterAWARE: What s New? Rel

DisasterAWARE: What s New? Rel Introduction What s New? is intended to provide an overview of significant new features for a particular software release of DisasterAWARE and is made available coincident with the software delivery. This

More information

SunCast - User Guide. IES Virtual Environment 2013

SunCast - User Guide. IES Virtual Environment 2013 SunCast - User Guide IES Virtual Environment 2013 Contents 1 Introduction to SunCast... 3 1.1 SunCast Features...3 1.2 Getting Help...3 2 Starting SunCast... 3 2.1 Application Bar...3 2.2 Mode...4 3 The

More information

MS2. Modern Traffic Analytics ms2soft.com

MS2. Modern Traffic Analytics ms2soft.com MS2 Modern Traffic Analytics ms2soft.com Updated: October 31, 2014 The Traffic Count Database System (TCDS) module is a powerful tool for the traffic engineer or planner to organize an agency's traffic

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

Introduction to Autodesk MapGuide EnterpriseChapter1:

Introduction to Autodesk MapGuide EnterpriseChapter1: Chapter 1 Introduction to Autodesk MapGuide EnterpriseChapter1: In this chapter, you review the high-level key components that make up Autodesk MapGuide Enterprise. The Autodesk MapGuide Studio, an integral

More information

USER S MANUAL. ArboWebForest. WebUI

USER S MANUAL. ArboWebForest. WebUI USER S MANUAL ArboWebForest WebUI i USER'S MANUAL TABLE OF CONTENTS Page # 1.0 GENERAL INFORMATION... 1-1 1.1 System Overview... 1-1 1.2 Organization of the Manual... 1-1 2.0 SYSTEM SUMMARY... 2-1 2.1

More information

City of La Crosse Online Mapping Website Help Document

City of La Crosse Online Mapping Website Help Document City of La Crosse Online Mapping Website Help Document This document was created to assist in using the new City of La Crosse online mapping sites. When the website is first opened, a map showing the City

More information

U N I V E R S I T Y O F K E N T U C K Y. efacts 2-click Interactive Building Information Map ~ Help Guide ~ Revised January 20, 2016

U N I V E R S I T Y O F K E N T U C K Y. efacts 2-click Interactive Building Information Map ~ Help Guide ~ Revised January 20, 2016 U N I V E R S I T Y O F K E N T U C K Y efacts 2-click Interactive Building Information Map ~ Help Guide ~ Revised January 20, 2016 Contents BUILDING SEARCH... 3 A. FIND A CAMPUS LOCATION... 3 GRAPHICAL

More information

PRODUCT BROCHURE ERDAS APOLLO MANAGING AND SERVING GEOSPATIAL INFORMATION

PRODUCT BROCHURE ERDAS APOLLO MANAGING AND SERVING GEOSPATIAL INFORMATION PRODUCT BROCHURE ERDAS APOLLO MANAGING AND SERVING GEOSPATIAL INFORMATION ERDAS APOLLO Do you have large volumes of geospatial information, regularly updated data stores, and a distributed user base? Do

More information

Sage 300. Sage CRM 2018 Integration Guide. October 2017

Sage 300. Sage CRM 2018 Integration Guide. October 2017 Sage 300 Sage CRM 2018 Integration Guide October 2017 This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and

More information

Search Results Tabs. List Tab Options

Search Results Tabs. List Tab Options Search Results Tabs The Search Results screen is sectioned by tabs. These tabs contain information and tools that are vital in how you configure listing information to package and sell to your clients.

More information

Office of Geographic Information Systems

Office of Geographic Information Systems Office of Geographic Information Systems Print this Page Fall 2012 - Working With Layers in the New DCGIS By Kent Tupper The new version of DCGIS has access to all the same GIS information that our old

More information

Chapter 6. Building Maps with ArcGIS Online

Chapter 6. Building Maps with ArcGIS Online Chapter 6 Building Maps with ArcGIS Online Summary: ArcGIS Online is an on-line mapping software that allows you to upload tables with latitude and longitude geographic coordinates to create map layers

More information

Quick Guide to MapWindow GIS Desktop Application

Quick Guide to MapWindow GIS Desktop Application Quick Guide to MapWindow 1 Quick Guide to MapWindow GIS Desktop Application Version 2 January 2007 Adapted by Tom Croft. This is a summary user guide for commonly used tools and capabilities and does not

More information

How to use the DuPage County Parcel Viewer Interactive Web Mapping Application.

How to use the DuPage County Parcel Viewer Interactive Web Mapping Application. How to use the DuPage County Parcel Viewer Interactive Web Mapping Application. Parcel Viewer URL: URL: http://gis.dupageco.org/parcelviewer/ Initial View (And frequently asked questions) Parcel Search

More information

To the GeoView System Overview Online Training Course

To the GeoView System Overview Online Training Course Welcome! To the GeoView System Overview Online Training Course The Alberta Department of Energy provides GeoView as a mapping system to enable users to find geographic information in Alberta. GeoView retrieves

More information

Introduction to Autodesk MapGuide EnterpriseChapter1:

Introduction to Autodesk MapGuide EnterpriseChapter1: Chapter 1 Introduction to Autodesk MapGuide EnterpriseChapter1: In this chapter, you review the high-level key components that comprise Autodesk MapGuide Enterprise. The Autodesk MapGuide Studio, an integral

More information

You need to use the URL provided by your institute s OMERO administrator to access the OMERO.web client.

You need to use the URL provided by your institute s OMERO administrator to access the OMERO.web client. 1 OMERO.web Client Using OMERO.web to view and work with image data via a web browser. You need to use the URL provided by your institute s OMERO administrator to access the OMERO.web client. Logging in,

More information

ATNS. USING Google EARTH. Version 1

ATNS. USING Google EARTH. Version 1 ATNS USING Google EARTH Version 1 ATNS/HO/Using Google Earth Page 1 25/04/2013 CONTENTS 1. BASIC SETUP 2. NAVIGATING IN GOOGLE EARTH 3. ADDING OBJECTS TO GOOGLE EARTH 4. USER HELP REFERENCES ATNS/HO/Using

More information

Map Direct Lite. Quick Start Guide: Map Layers 5/14/2018

Map Direct Lite. Quick Start Guide: Map Layers 5/14/2018 Map Direct Lite Quick Start Guide: Map Layers 5/14/2018 Contents Quick Start Guide: Map Layers... 1 Map Layers in Map Direct Lite.... 3 What is a Basemap Layer?... 4 Change the Basemap Using the Basemap

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

WebStudio User Guide. OpenL Tablets BRMS Release 5.18

WebStudio User Guide. OpenL Tablets BRMS Release 5.18 WebStudio User Guide OpenL Tablets BRMS Release 5.18 Document number: TP_OpenL_WS_UG_3.2_LSh Revised: 07-12-2017 OpenL Tablets Documentation is licensed under a Creative Commons Attribution 3.0 United

More information

TRAINING GUIDE. GIS Admin for Web and Mobile Maps

TRAINING GUIDE. GIS Admin for Web and Mobile Maps TRAINING GUIDE GIS Admin for Web and Mobile Maps GIS Admin for Web and Mobile Maps In this session, we ll cover the tools necessary to properly configure Lucity to work with your GIS environment. We ll

More information

Viewing the Data 3 Turning Layers On / Off 4 Navigation Toolbar 5 Layout Toolbar 7 Identify Tool 8 Find Tool 10 Measure Tool 12 Go To XY Tool 14

Viewing the Data 3 Turning Layers On / Off 4 Navigation Toolbar 5 Layout Toolbar 7 Identify Tool 8 Find Tool 10 Measure Tool 12 Go To XY Tool 14 1 Viewing the Data 3 Turning Layers On / Off 4 Navigation Toolbar 5 Layout Toolbar 7 Identify Tool 8 Find Tool 10 Measure Tool 12 Go To XY Tool 14 Transparency Tool 16 Markup Tools 19 ArcMap Markup Tools

More information

Establishing a Geospatial EnvironmentChapter1:

Establishing a Geospatial EnvironmentChapter1: Chapter 1 Establishing a Geospatial EnvironmentChapter1: The lessons in this chapter describe working with the SDF format, and feature sources such as raster and ODBC points. Feature sources can be both

More information

Mn/DOT MnCMAT Crash Analysis Application Help

Mn/DOT MnCMAT Crash Analysis Application Help Mn/DOT MnCMAT Crash Analysis Application Contents Login... 5 User Login Dialog... 5 Login... 5 Request Access Dialog... 5 Forgotten Password Dialog... 6 Create/Open Project... 7 Create/Open Project Dialog...

More information

Spectrum Spatial Analyst

Spectrum Spatial Analyst Location Intelligence Spectrum Version 12.2 Spatial Analyst Table of Contents Delete Records 34 1 - Getting Started Overview 5 Supported Browsers and Operating Systems 7 Supported Languages 8 2 - Signing-in

More information

This user guide covers select features of the desktop site. These include:

This user guide covers select features of the desktop site. These include: User Guide myobservatory Topics Covered: Desktop Site, Select Features Date: January 27, 2014 Overview This user guide covers select features of the desktop site. These include: 1. Data Uploads... 2 1.1

More information

GEOCIRRUS 3D Viewer. User Manual: GEOCIRRUS 3D Viewer Document version 1.6 Page 1

GEOCIRRUS 3D Viewer. User Manual: GEOCIRRUS 3D Viewer Document version 1.6 Page 1 GEOCIRRUS 3D Viewer Page 1 Table of Contents 3D Viewer Functionality... 3 Line of Sight (LoS)... 4 Identify... 8 Measurement... 9 3D Line Measure Tool... 10 3D Area Measure Tool... 11 Environment... 12

More information

Propel PRO User Guide

Propel PRO User Guide Propel PRO User Guide Propel PRO Version 3.2.0a Page 1 Welcome to the latest version of Propel PRO which offers fast performance and easy navigation. Please refer to this user guide for common features

More information

COMMISSION OF TEXAS MAY

COMMISSION OF TEXAS MAY GIS Viewer RAILROAD COMMISSION OF TEXAS MAY 2017 Table of Contents GIS Viewer Basics... 1 Basics... 1 Screen Overview... 2 Tools... 5 Visibility... 5 Measure Tool... 7 Identify Tool... 10 Coordinates Tool...

More information

ERDAS APOLLO Managing and Serving Geospatial Information

ERDAS APOLLO Managing and Serving Geospatial Information ERDAS APOLLO Managing and Serving Geospatial Information ERDAS APOLLO Do you have large volumes of geospatial information, regularly updated data stores, and a distributed user base? Do you need a single,

More information

MAP ASPEN Training Manual. Navigate back to City of Aspen Home, GIS Home, Map Aspen Home or the Data Catalog from any page in the site.

MAP ASPEN Training Manual. Navigate back to City of Aspen Home, GIS Home, Map Aspen Home or the Data Catalog from any page in the site. Home Page Features: Top Navigation Bar MAP ASPEN Training Manual Navigate back to City of Aspen Home, GIS Home, Map Aspen Home or the Data Catalog from any page in the site. Search Bar Search for all content

More information

BC Spatial Member Map Viewer. Version 2.0. User Guide. May 2015

BC Spatial Member Map Viewer. Version 2.0. User Guide. May 2015 BC Spatial Member Map Viewer Version 2.0 User Guide May 2015 1 P a g e Revised: 16 June 2015 Contents Contents... 2 Introduction... 4 System Requirements... 5 BC Spatial Map Viewer... 6 I. Navigation Tools...

More information

Climate-Smart New Orleans

Climate-Smart New Orleans Climate-Smart New Orleans Table of Contents GETTING THERE... 2 Accessing the site... 2 Logging into the site... 2 Navigating the Map... 2 Zoom & Pan... 2 Change the map background... 3 Interacting in the

More information

NEW LOOK OF RAPIDMAP! Below is how the RapidMap interface will look when it is initially opened.

NEW LOOK OF RAPIDMAP! Below is how the RapidMap interface will look when it is initially opened. NEW LOOK OF RAPIDMAP! Below is how the RapidMap interface will look when it is initially opened. MAP LAYERS When the arrow to the left of the Search For button is clicked, a Map Layers panel will slide

More information

Project Deliverable. Report on 4 D models in World Wide Web of all test areas

Project Deliverable. Report on 4 D models in World Wide Web of all test areas Project Deliverable Number D4.2 Title Month Report on 4 D models in World Wide Web of all test areas M33 Language English Revisions record Rev. N. Author Notes Date 0 Gabriele Guidi Document framework

More information

ViewPoint for GMPT-401 Personal Tracker

ViewPoint for GMPT-401 Personal Tracker ViewPoint for GMPT-401 Personal Tracker User Guide Disclaimer Honeywell International Inc. ( HII ) reserves the right to make changes in specifications and other information contained in this document

More information

From data source to data view: A practical guide to uploading spatial data sets into MapX

From data source to data view: A practical guide to uploading spatial data sets into MapX From data source to data view: A practical guide to uploading spatial data sets into MapX Thomas Piller UNEP/GRID Geneva I Table of contents 1. Adding a new data source to MapX... 1 1.1 Method 1: upload

More information

KYOCERA Net Admin Installation Guide

KYOCERA Net Admin Installation Guide KYOCERA Net Admin Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for

More information

Guide to Mapping Website (Public) December 2016 GC_236594

Guide to Mapping Website (Public) December 2016 GC_236594 Guide to Mapping Website (Public) December 2016 GC_236594 Table of Contents Guide to Mapping Website (Public)... 1 December 2016... 1 Quick Start... 3 Map Layers... 4 How do I?... 5 Draw on the Map...

More information

DHIS2 Android user guide 2.26

DHIS2 Android user guide 2.26 DHIS2 Android user guide 2.26 2006-2016 DHIS2 Documentation Team Revision HEAD@02efc58 2018-01-02 00:22:07 Version 2.26 Warranty: THIS DOCUMENT IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS OR IMPLIED

More information

IBM TRIRIGA Application Platform Version 3.2. Graphics User Guide. Copyright IBM Corp i

IBM TRIRIGA Application Platform Version 3.2. Graphics User Guide. Copyright IBM Corp i IBM TRIRIGA Application Platform Version 3.2 Graphics User Guide Copyright IBM Corp. 2011 i Note Before using this information and the product it supports, read the information in Notices on page 31. This

More information

MapInfo Professional Evolution!

MapInfo Professional Evolution! MapInfo Professional Evolution! A long history of improvement This presentation covers what is new in all of the MapInfo Pro releases since v9.0! MapInfo Pro Release History A feature release every year

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

Using Syracuse Community Geography s MapSyracuse

Using Syracuse Community Geography s MapSyracuse Using Syracuse Community Geography s MapSyracuse MapSyracuse allows the user to create custom maps with the data provided by Syracuse Community Geography. Starting with the basic template provided, you

More information

ArcGIS Online (AGOL) Quick Start Guide Fall 2018

ArcGIS Online (AGOL) Quick Start Guide Fall 2018 ArcGIS Online (AGOL) Quick Start Guide Fall 2018 ArcGIS Online (AGOL) is a web mapping tool available to UC Merced faculty, students and staff. The Spatial Analysis and Research Center (SpARC) provides

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

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

Overview of ArcGIS Online Applications. Champaign County

Overview of ArcGIS Online Applications. Champaign County Overview of ArcGIS Online Applications Champaign County Champaign County GIS Consortium Updated: April 2017 Table of Contents ArcGIS Online Application Overview... 3 Map Interface Symbology and Terminology...

More information

FIREFOX MENU REFERENCE This menu reference is available in a prettier format at

FIREFOX MENU REFERENCE This menu reference is available in a prettier format at FIREFOX MENU REFERENCE This menu reference is available in a prettier format at http://support.mozilla.com/en-us/kb/menu+reference FILE New Window New Tab Open Location Open File Close (Window) Close Tab

More information

Supply Chain Guru Network Optimization Tutorial. Version 8.2

Supply Chain Guru Network Optimization Tutorial. Version 8.2 Supply Chain Guru Network Optimization Tutorial Version 8.2 Supply Chain Guru 8.2 Network Optimization Tutorial January 2015 Copyright 2015 LLamasoft, Inc. All Rights Reserved. PC*MILER and ALK are registered

More information

Episerver CMS. Editor User Guide

Episerver CMS. Editor User Guide Episerver CMS Editor User Guide Episerver CMS Editor User Guide 17-2 Release date 2017-03-13 Table of Contents 3 Table of contents Table of contents 3 Introduction 11 Features, licenses and releases 11

More information

Viewer Features. DataBC Mashup Framework (DMF)

Viewer Features. DataBC Mashup Framework (DMF) Viewer Features DataBC Mashup Framework (DMF) Copyright 2014 Ministry of Labour, Citizens' Services and Open Government All Rights Reserved. Printed in Canada The information contained in this document

More information

Map Viewer User Guide

Map Viewer User Guide Map Viewer User Guide Sea Level Scenario Sketch Planning Tool Version 2, 2017 University of Florida GeoPlan Center Introduction The purpose of this document is to guide users on how to use the Sea Level

More information

ezimagex2 User s Guide Version 1.0

ezimagex2 User s Guide Version 1.0 ezimagex2 User s Guide Version 1.0 Copyright and Trademark Information The products described in this document are copyrighted works of AVEN, Inc. 2015 AVEN, Inc. 4595 Platt Rd Ann Arbor, MI 48108 All

More information

User Guide. ExploreHRM ICT BIDS. 0 P a g e

User Guide. ExploreHRM ICT BIDS. 0 P a g e User Guide ICT BIDS 0 P a g e Contents Introduction... 2 Top Left Panel Navigation and Search Widgets... 3 Search... 3 Zoom In/Out... 3 Home... 3 Zoom Extent... 3 Right Panel Information and Print Widgets...

More information

PWC County Mapper XM User Instruction (AS OF 12/03/2009)

PWC County Mapper XM User Instruction (AS OF 12/03/2009) PWC County Mapper XM User Instruction (AS OF 12/03/2009) MAP NAVIGATION There are several ways to navigate the map, you can use your keyboard/mouse combination, use the Navigation toolbar, use the slider

More information

Client Configuration Cookbook

Client Configuration Cookbook Sitecore CMS 6.4 or later Client Configuration Cookbook Rev: 2013-10-01 Sitecore CMS 6.4 or later Client Configuration Cookbook Features, Tips and Techniques for CMS Architects and Developers Table of

More information

To show toolbars, double-click in the banner at the top or click the tools icon

To show toolbars, double-click in the banner at the top or click the tools icon 8/15/2013 Welcome to Culver City s GIS Property Information Search 2.0. This instructional document provides an overview of most commonly used functionality in this streamlined, enhanced web map application.

More information

Completing Baseline s Site Survey Request Form

Completing Baseline s Site Survey Request Form Completing Baseline s Site Survey Request Form The first step in successfully implementing a radio network for your irrigation controllers is to identify the proposed locations for each radio. These radios

More information

Introduction to SAGA GIS

Introduction to SAGA GIS GIS Tutorial ID: IGET_RS_001 This tutorial has been developed by BVIEER as part of the IGET web portal intended to provide easy access to geospatial education. This tutorial is released under the Creative

More information

XProtect Corporate Integration with C CURE 9000 v2.60 User Manual April 25, 2018

XProtect Corporate Integration with C CURE 9000 v2.60 User Manual April 25, 2018 XProtect Corporate Integration with C CURE 9000 v2.60 User Manual April 25, 2018 1 Table of Contents 1 Document information... 3 2 Document revision history... 3 3 Version Compatibility... 4 4 Feature

More information

DHIS 2 Android User Manual 2.23

DHIS 2 Android User Manual 2.23 DHIS 2 Android User Manual 2.23 2006-2016 DHIS2 Documentation Team Revision 2174 2016-11-23 11:23:21 Version 2.23 Warranty: THIS DOCUMENT IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS OR IMPLIED

More information

Deliverable D3.12. Contract number: OJEU 2010/S Deliverable: D3.12 Author: Igor Antolovic Date: Version: Final

Deliverable D3.12. Contract number: OJEU 2010/S Deliverable: D3.12 Author: Igor Antolovic Date: Version: Final Deliverable D3.12 Final and public version of the implemented web site with full functionality that hosts all relevant information on the Climate Atlas of the Carpathian Region, including a public download

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

SetUp GUIDE. Wisenet WAVE COLDSTORE. Version 3.2

SetUp GUIDE. Wisenet WAVE COLDSTORE. Version 3.2 SetUp GUIDE Wisenet WAVE COLDSTORE Version 3.2 Contents 1 Introduction 3 1.1 About This Setup Guide 3 1.2 Before You Start 3 1.3 Supported Operating Systems 3 2 Understanding the Setup Process 3 3 Finding

More information

Map Tools: A Transformative Experience

Map Tools: A Transformative Experience Bonus Chapter 3 Map Tools: A Transformative Experience The Autodesk AutoCAD Civil 3D 2016 software contains most of the functionality that can be found in the Autodesk AutoCAD Map 3D 2016 software. As

More information

Recommended Browser Settings

Recommended Browser Settings Recommended Browser Settings Internet Explorer Settings (PC) Mozilla Firefox Settings (PC) Mozilla Firefox Settings (Mac) Safari Settings (Mac) Chrome Settings (PC) Infinite Campus recommends modifying

More information

INTEGRATION TO MICROSOFT EXCHANGE Installation Guide

INTEGRATION TO MICROSOFT EXCHANGE Installation Guide INTEGRATION TO MICROSOFT EXCHANGE Installation Guide V44.1 Last Updated: March 5, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER

More information

Biodiversity GIS (BGIS) Internet Mapping User Guide

Biodiversity GIS (BGIS) Internet Mapping User Guide Biodiversity GIS (BGIS) Internet Mapping User Guide http://bgis.sanbi.org Contents 1 Basic Introduction to BGIS Website (http://bgis.sanbi.org)... 6 1.1 LUDS... 6 1.2 Projects... 6 1.3 Services... 6 1.4

More information

Release Notes. MapInfo Pro Version Contents:

Release Notes. MapInfo Pro Version Contents: MapInfo Pro Version 15.0.3 Contents: System Requirements Upgrading MapInfo Pro Advanced Installation for System Administrators MapInfo Pro 15.0.2 MapInfo Pro 15.0.1 2 2 2 3 4 6 7 This document provides

More information

PRISM - FHF The Fred Hollows Foundation

PRISM - FHF The Fred Hollows Foundation PRISM - FHF The Fred Hollows Foundation ANALYTICAL INTERFACE USER MANUAL Version 1.1 TABLE OF CONTENTS INTRODUCTION... 6 OVERVIEW... 6 THE FHF-PRISM LOGIN SCREEN... 8 LOGGING INTO THE FHF-PRISM... 8 RECOVERING

More information

Module 2: Managing Your Resources Lesson 5: Configuring System Settings and Properties Learn

Module 2: Managing Your Resources Lesson 5: Configuring System Settings and Properties Learn Module 2: Managing Your Resources Lesson 5: Configuring System Settings and Properties Learn Welcome to Module 2, Lesson 5. In this lesson, you will learn how to use the Administration Console to configure

More information