Environmental Sanitation Management Information System - ESMIS

Size: px
Start display at page:

Download "Environmental Sanitation Management Information System - ESMIS"

Transcription

1 Environmental Sanitation Management Information System - ESMIS System Manual

2 Contents 1 General Information System Overview Organization of the Manual User Access Level System Summary Open Source Tools Open Layers GeoServer PostGIS QGIS System Configuration Uploading the Data into the web database System Maintenance and Database Update Software Design System Summery E S M I S S y s t e m M a n u a l P a g e i 29

3 Table of Figures Figure 1: QGIS user interface... 4 Figure 2: OpenGeo Suite installation application... 5 Figure 3: OpenGeo Suite 4.7 menu provides access to pgshapeloader option... 6 Figure 4: In the Shapefile Manager View connection details... button allows to establish the connection 7 Figure 5: PostGIS connection wizard appears to request login credentials... 8 Figure 6: Once the connection succeed message appears, it is ready to proceed for next step... 8 Figure 7: The local file directory should be provided via the Add file button... 9 Figure 8: At the local file directory the intended shape file should be selected and open Figure 9: Use Import button to send the inserted files to the server Figure 10: GeoServer web interface Figure 11: Click on the Layers tab and go to Add a new resource button to import the layers Figure 12: Preferred publishing parameters can be set before publishing the layer E S M I S S y s t e m M a n u a l P a g e ii 29

4 1 General Information 1.1 System Overview Environmental Sanitation Management Information System (ESMIS) ESMIS is a web-based information management system, through which most of the existing environmental sanitation and development information related to the services provided by the LAs are included. The proposed ESMIS is expected to provide a tri-partied interactive base for the system operators, and activity managers (officials of the LA) and the service receivers (citizens) of the selected LA areas. The information will be provided, retrieved, updated and verified by both the service providers and the receivers. In the Initial stage, the system will be developed as a GIS database which will include the basic road inventory, building information, development regulations of the pilot area. 1.2 Organization of the Manual This manual consists of five sections: General Information, System Summary, System Configuration, System Maintenance and Database Update and System Summery. General Information section explains the system and the purpose for which the system is intended. System Summary section provides a general overview of the system. The summary outlines the uses of the system s hardware and software requirements, system s configuration, user access levels and system s behavior in case of any contingencies. System Configuration section explains how to get ESMIS and configure it on the device. The section presents briefly the system menu. System Maintenance and Database Update section provides a detailed description of system functions and data configuration. System Summery section provides the overall conclusion of the system manual and where the necessary assistance can be obtained. E S M I S S y s t e m M a n u a l P a g e 1 29

5 1.3 User Access Level The ESMIS web portal shall bring benefit for the Local Authorities in keeping their information related to Sanitary Services updated. Particularly, the web portal allows the information to be spatially analyzed and to work on necessary actions. This system manual provides the guidance about its functionality and updating requirements. Therefore, the relevant divisions in Local Authorities (Planning, Sanitation Management, Infrastructure Management, Public Concerns, etc.) and specifically the Information Technology Managers, Database Operating Managers and Technical Staff can use the System Manual to understand its functional and updating requirements. The ESMIS Web Portal can be accessed via the following link: 2 System Summary The ESMIS consists of a large number of data which will act as a bridge to link the public and municipal officers. In the user's end they will connect with the server via Web Interface or a Mobile App. Users can feed data if they are authorized and all citizens can refer information back. Online transactions for tax payments will also expected to include into the system in further steps. Different ways citizens can access the information is divided into four major categories; Interactive Map, Application Forms, Payment Gateway and Complaints/ Inquiries/ Suggestions. The server space provided for the web portal is obtained by the University of Moratuwa main server and the maintenance shall be carried out by the staff of the university. The server consists of spatial data stored in the database. This spatial database is maintained using QGIS and MySQL. Data that users feed will refer, updated and analyzed by the municipal officers. It will also be done through the same user interface (Web Interface or a Mobile App). There will be different spatial data in the database and map preparation is done using different analysis tools for required purposes. The web portal provides separate access for Administrators and Public. The administrative access is allowed via a username and a password. Therefore, the modifications and extracting information in the web portal is always secured. The Public Access allows only the demonstration of the information. None other than an administrator with a matching username and a password shall be able to work on data modification and frequent updating. E S M I S S y s t e m M a n u a l P a g e 2 29

6 2.1 Open Source Tools Open Layers 3 OpenLayers 3 (OL3) is a fundamental redesign of the OpenLayers web mapping library. OL3 has been rewritten from the ground up to use modern design patterns. It is also designed such that major new features, such as displaying 3D maps, or using WebGL to quickly display large vector data sets, can be added in later releases. Please visit the following website to view OL3 tutorials GeoServer GeoServer is a Java-based software server that allows users to view and edit geospatial data. Using open standards set forth by the Open Geospatial Consortium (OGC), GeoServer allows for great flexibility in map creation and data sharing. Please visit the following website to view GeoServer instructions PostGIS PostGIS is a spatial database extender for PostgreSQL object-relational database. It adds support for geographic objects allowing location queries to be run in SQL. Please visit the following website to view PostGIS instructions QGIS Quantum GIS is an open source Geographic Information System that supports most geospatial vector and raster file types and database formats. The program offers standard GIS functionality, including a large variety of mapping features, data editing, on-the-fly projection and GRASS digitizing. Its support for plugins expands its functionality further by providing additional tools such as GPS data support, geo referencing, and additional mapping elements. Please visit the following website to view QGIS instructions. E S M I S S y s t e m M a n u a l P a g e 3 29

7 3 System Configuration The web portal is accessible for public via the web site and for the database management a special tab is included in the web site. The public will be given a free access where the admin access will be granted via a secured admin account for administration purposes. 3.1 Uploading the Data into the web database Step 1 Data Preparation Qgis open source software is used for the preparation of dataset to be uploaded in the web server. This web portal requires a spatial data set of administrative boundaries, infrastructure, sanitation facilities, public amenities, land uses and built structure and any other relevant information within the local authority boundary. At the initial stage the local authorities will be given the opportunity to work on the supplied data sets only. Inclusion of new data layers will be done by the university staff. Figure 1: QGIS user interface E S M I S S y s t e m M a n u a l P a g e 4 29

8 Step 2 Installation of OpenGeo Suite 4.7 The task can be completed by using the OpenGeoSuit 4.7 application which provides free of charge access for building geospatial web applications. OpenGeo Suite offers a variety of ways to import, export, transform, and serve spatial data to the web, and make it interactive. Once the Suite components are installed, remotely or locally, you can configure and manage those using PostGIS utilities, command line tools, the OpenGeo Suite Explorer for QGIS, the GeoServer web interface, or by using the GeoServer REST API or Boundless SDK. Also visit to try out free tutorials and learn more at education center. Figure 2: OpenGeo Suite installation application E S M I S S y s t e m M a n u a l P a g e 5 29

9 Step 3 Open pgshapeloader Once the application is installed, the following interface can be obtained from the pgshapeloader option under the OpenGeo Suite 4.7 title in the Start menu. Figure 3: OpenGeo Suite 4.7 menu provides access to pgshapeloader option There are several other options provided under the same title for different purposes. Dashboard HTML Documentation pgadmin pgshapeloader E S M I S S y s t e m M a n u a l P a g e 6 29

10 The PostGIS Shapefile Import/Export Manager provides options to identify the connection details with the server and the local pc, to import shape files into the server or to export shape files from the server. The shape file exchange does not function unless a consistence internet connection is established. Figure 4: In the Shapefile Manager View connection details... button allows to establish the connection E S M I S S y s t e m M a n u a l P a g e 7 29

11 Step 4 Establishing the internet connection The first requirement of the application is to establish a consistent connection with the server via internet. Using the View connection details button the network status can be monitored. Figure 5: PostGIS connection wizard appears to request login credentials Using the provided credentials with the database administrator the connection shall be established with the web server. Once the connection is correctly established the following message will be displayed in the application. Figure 6: Once the connection succeed message appears, it is ready to proceed for next step E S M I S S y s t e m M a n u a l P a g e 8 29

12 Step 5 Adding Files in the form of shape files (.shp) Using the Add File button a shape file (.shp) can be inserted into the application. Figure 7: The local file directory should be provided via the Add file button E S M I S S y s t e m M a n u a l P a g e 9 29

13 Figure 8: At the local file directory the intended shape file should be selected and open Step 6 Setting of preferred modes Once a shape file is inserted several options are given at the mode tab. The following options are most used in this process. Create Using this option a new layer can be created in the server Append An already inserted layer can be updated with layer changes using this option. Delete If a layer needs to be removed from the server the Delete option can be used. Under the Rm tab the tick can be turned on if the imported file needs to be removed from the Import/Export Manager. E S M I S S y s t e m M a n u a l P a g e 10 29

14 Once the preferred settings are made the Import button will import the file into the server. Figure 9: Use Import button to send the inserted files to the server Step 7 Publishing the imported shape files in the GeoServer account To publish the imported shape files in the GeoServer it is required to sign in to a GeoServer account using the following web address. Or Using the Dashboard option under the OpenGeo Suite 4.7 title in the Start menu. The login credentials should be provided at the login option to be logged into the respective GeoServer account. Once the correct login credentials are provided you will be directed into the GeoServer account. E S M I S S y s t e m M a n u a l P a g e 11 29

15 Figure 10: GeoServer web interface Step 8 Adding new resources To go to the imported layer, it is required to go to the Add a new resource button in the Layers tab. Figure 11: Click on the Layers tab and go to Add a new resource button to import the layers E S M I S S y s t e m M a n u a l P a g e 12 29

16 Step 9 Finalizing the publish options Under the New Layer page, the imported shape file will be displayed. The Publish option provided in the action tab shall direct you to select the preferred publishing options. Figure 12: Preferred publishing parameters can be set before publishing the layer E S M I S S y s t e m M a n u a l P a g e 13 29

17 4 System Maintenance and Database Update Once the layer is published, it is required to provide an option for selection of the published layer. The following processes will guide towards the task. 4.1 Software Design The following HTML script is to make sure that the web interface is compatible with any screen resolution. Therefore, can be used as a mobile application or as a desktop application. <html lang="en"> <head> <meta content="text/html; charset=utf-8" http-equiv="content-type"> <meta content="ie=edge" http-equiv="x-ua-compatible"> <meta content="initial-scale=1,user-scalable=no,maximum-scale=1,width=device-width" name="viewport"> <meta content="yes" name="mobile-web-app-capable"> <meta content="yes" name="apple-mobile-web-app-capable"> <link rel="stylesheet" href=" <!--<link href="webapp.css" rel="stylesheet">--> <link href="./resources/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="webapp.css" rel="stylesheet"> <style>.subselection { display: none; } </style> The following HTML script directs to the selection menu at the top right hand corner. The menu consists the selection between layers and the selection of attributes related to the layers. <nav class="navbar navbar-default" id="toolbar" role="navigation"> <div class="navbar-header"> <button class="navbar-toggle" data-target="#navbar" data-toggle="collapse" type="button"> <span class="sr-only"> Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> E S M I S S y s t e m M a n u a l P a g e 14 29

18 <a class="navbar-brand" href="#">gampahamc_post</a> </div> <div class="collapse navbar-collapse" id="navbar"> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#"> Measure <span class="caret"> <span> </span> </span> </a> <ul class="dropdown-menu"> <li><a href="#" onclick="measuretool('distance')"> Distance </a></li> <li><a href="#" onclick="measuretool('area')"> Area </a></li> <li><a href="#" onclick="measuretool(null)"> Remove measurements </a></li> </ul> </li> </ul> </div> </nav> <div id="content" class="content"> <div class="row"> <div id="map" class="col-sm-10"> <div class="ol-popup" id="popup"> <a class="closer-icon" href="#" id="popup-closer"> </a> <div id="popup-content"> Popup</div> </div> </div> This HTML script provides the series of attributes to be selected from the given menus. The given options filter the values included in the database according to the user preferences. <div id="mymenu" class="col-sm-2"> <ul id="filterlist"></ul> <select id="opts" class="layerselection"> <option value="">select a layer</option> <option value="#building">buildings</option> <option value="#roads">roads</option> E S M I S S y s t e m M a n u a l P a g e 15 29

19 </select> <div id="building" class="subselection"> <select class="layerselection "> <option value="" selected="selected">select a field</option> <option value="#use">use</option> <option value="#foorarea">floor Area</option> <option value="#propertyvaluation">property Valuation</option> <option value="#ratepayment">rate Payment</option> <option value="#roofmaterial">roof Material</option> <option value="#wallmaterial">wall Material</option> </select> <div id="use" class="subselection"> <select name="building" class="valueselection buildingselection"> <option value="" selected="selected">select Option</option> <option value="residential">residential</option> <option value="commercial">commercial</option> <option value="other">other</option> </select> </div> <div id="foorarea" class="subselection "> <select name="f_area" class="coupleselection buildingselection" data-value=".floorarea"> <option value="" selected="selected">select Option</option> <option value="=">equivalent</option> <option value=">">less than</option> <option value="<">greater than</option> </select> <input type="text" class="floorarea coupleselectionvalue"> </div> <div id="propertyvaluation" class="subselection"> <select name="p_valuation" class="coupleselection buildingselection" data-value=".propertyvaluation"> <option value="" selected="selected">select Option</option> <option value="=">equivalent</option> <option value=">">less than</option> <option value="<">greater than</option> </select> E S M I S S y s t e m M a n u a l P a g e 16 29

20 <input type="text" class="propertyvaluation coupleselectionvalue"> </div> <div id="ratepayment" class="subselection"> <select name="r_payment" class="coupleselection buildingselection" datavalue=".ratepayment"> <option value="" selected="selected">select Option</option> <option value="=">on</option> <option value=">">before</option> <option value="<">after</option> </select> <select class="ratepayment coupleselectionvalue"> <option value="" selected="selected">select Option</option> <option value="2016">2016</option> <option value="2015">2015</option> <option value="2014">2014</option> <option value="2013">2013</option> <option value="2012">2012</option> <option value="2011">2011</option> <option value="2010">2010</option> </select> </div> <div id="roofmaterial" class="subselection "> <select name="r_material" class="valueselection buildingselection"> <option value="" selected="selected">select Option</option> <option value="tile">tile</option> <option value="asbestos">asbestos</option> <option value="concrete">concrete</option> <option value="zink">zink</option> </select> </div> <div id="wallmaterial" class="subselection "> <select name="w_material" class="valueselection buildingselection"> <option value="" selected="selected">select Option</option> <option value="plaster">plaster</option> <option value="cement Block">Cement Block</option> <option value="brick">brick</option> E S M I S S y s t e m M a n u a l P a g e 17 29

21 <option value="no wall">no wall</option> <option value="other">other</option> </select> </div> </div> <br/> <br/> <div class="clear"></div> The following Java script (.js) provides functions required to make the layers visible or hidden as the user checks var infras = new ol.layer.vector({ title: 'Infra', source: new ol.source.vector({ url: 'layers/infrastructure.json', format: new ol.format.geojson() }), style: new ol.style.style({ image: new ol.style.circle({ radius: 6, //fill: new ol.style.fill({color: 'red', opacity: 0.4}), stroke: new ol.style.stroke({color: 'red', width: 2}) }) }) infras.setvisible(false); var sanitation = new ol.layer.vector({ title: 'Sanitation', source: new ol.source.vector({ url: 'layers/sanitary.json', format: new ol.format.geojson() }), style: new ol.style.style({ image: new ol.style.circle({ radius: 6, E S M I S S y s t e m M a n u a l P a g e 18 29

22 //fill: new ol.style.fill({color: 'red', opacity: 0.4}), stroke: new ol.style.stroke({color: 'blue', width: 2}) }) }) sanitation.setvisible(false); var suggestions = new ol.layer.vector({ title: 'Suggestions', source: new ol.source.vector({ url: 'layers/suggestions.json', format: new ol.format.geojson() }), style: new ol.style.style({ image: new ol.style.circle({ radius: 6, fill: new ol.style.fill({color: 'yellow', opacity: 0.4}), stroke: new ol.style.stroke({color: 'orange', width: 2}) }) }) suggestions.setvisible(false); var other = new ol.layer.vector({ title: 'Other', source: new ol.source.vector({ url: 'layers/other.json', format: new ol.format.geojson() }), style: new ol.style.style({ image: new ol.style.circle({ radius: 6, //fill: new ol.style.fill({color: 'red', opacity: 0.4}), stroke: new ol.style.stroke({color: 'yellow', width: 2}) }) }) E S M I S S y s t e m M a n u a l P a g e 19 29

23 other.setvisible(false); var concerns = new ol.layer.vector({ title: 'All Concerns', source: new ol.source.vector({ url: 'layers/all.json', format: new ol.format.geojson() }), style: new ol.style.style({ image: new ol.style.circle({ radius: 6, //fill: new ol.style.fill({color: 'red', opacity: 0.4}), stroke: new ol.style.stroke({color: 'black', width: 1}) }) }) concerns.setvisible(false); var all_heat = new ol.layer.heatmap({ title: 'Heatmap', source: new ol.source.vector({ url: 'layers/all.json', format: new ol.format.geojson() }) var concerns_g= new ol.layer.group({ layers: [all_heat, other, suggestions, infras, sanitation], title: 'Public Concerns' var baselayers1 = new ol.layer.tile({ type: 'base', title: 'ESRI world imagery', source: new ol.source.xyz({ attributions: [new ol.attribution({ html: ['Tiles Esri Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community'] E S M I S S y s t e m M a n u a l P a g e 20 29

24 })], url: ' }), isbaselayer: true, minresolution: 2, var baselayers2 = new ol.layer.tile({ type: 'base', title: 'OpenStreetMap', source: new ol.source.xyz({ url: ' }), isbaselayer: true, minresolution: 2, var baselayers= new ol.layer.group({ layers: [baselayers1, baselayers2], title: 'Base Layers' var lyr_gn_boundaries = new ol.layer.tile({ opacity: 1.0, timeinfo: null, filters: [], source: new ol.source.tilewms(({ url: " params: { "LAYERS": "GN_boundary", "TILED": "true" }, })), title: "GN_Boundaries" var lyr_mc_boundary = new ol.layer.tile({ opacity: 1.0, E S M I S S y s t e m M a n u a l P a g e 21 29

25 timeinfo: null, filters: [], source: new ol.source.tilewms(({ url: " params: { "LAYERS": "mc_boundary", "TILED": "true" }, })), title: "MC_Boundary" var adminboundaries= new ol.layer.group({ layers: [lyr_mc_boundary, lyr_gn_boundaries], title: 'Administrative Boundaries' var lyr_roads = new ol.layer.tile({ opacity: 1.0, timeinfo: null, filters: [], source: new ol.source.tilewms(({ url: " params: { "LAYERS": "roads_new", "TILED": "true" }, })), title: "Roads" var lyr_railway = new ol.layer.tile({ opacity: 1.0, timeinfo: null, filters: [], source: new ol.source.tilewms(({ url: " params: { E S M I S S y s t e m M a n u a l P a g e 22 29

26 "LAYERS": "railway", "TILED": "true" }, })), title: "Railway" var lyr_bridges = new ol.layer.tile({ opacity: 1.0, timeinfo: null, filters: [], source: new ol.source.tilewms(({ url: " params: { "LAYERS": "bridges", "TILED": "true" }, })), title: "Bridges" var infrastructure= new ol.layer.group({ layers: [lyr_railway, lyr_bridges, lyr_roads], title: 'Infrastructure' var lyr_buildings = new ol.layer.tile({ opacity: 1.0, timeinfo: null, filters: [], source: new ol.source.tilewms(({ url: " params: { "LAYERS": "buildings", "TILED": "true" E S M I S S y s t e m M a n u a l P a g e 23 29

27 }, })), title: "Buildings" var lyr_regs = new ol.layer.tile({ timeinfo: null, filters: [], source: new ol.source.tilewms(({ url: " params: { "LAYERS": "regulations", "TILED": "true" }, })), title: "Development Regulations", opacity: "0.7" var flickrsource = new ol.source.vector(); var cache = {}; function photostyle(feature, scale) { var url = feature.get('url'); var key = scale + url; if (!cache[key]) { cache[key] = new ol.style.style({ image: new ol.style.icon({ scale: scale, src: url }) } return cache[key]; } function flickrstyle(feature) { return [photostyle(feature, 0.10)]; E S M I S S y s t e m M a n u a l P a g e 24 29

28 } function selectedstyle(feature) { return [photostyle(feature, 0.50)]; } var flickrlayer = new ol.layer.vector({ source: flickrsource, style: flickrstyle, title: "Complains" baselayers2.setvisible(true); baselayers1.setvisible(false); lyr_regs.setvisible(true); lyr_bridges.setvisible(false); flickrlayer.setvisible(false); lyr_gn_boundaries.setvisible(false); lyr_mc_boundary.setvisible(true); lyr_roads.setvisible(true); lyr_railway.setvisible(false); lyr_buildings.setvisible(true); var layerslist = [baselayers, lyr_regs, adminboundaries, infrastructure, lyr_buildings]; E S M I S S y s t e m M a n u a l P a g e 25 29

29 5 System Summery The ESMIS System Manual provides A to Z guidance for; Data preparation Uploading data to the server Publishing the data layers in GeoServer Web Portal maintenance Preparation of data layers can be related to the field data that are collected from field surveys and can be inserted into spatial maps using QGIS or any other geographic software. At this stage only the available data layers can be modified and updated in the server. However, the web portal will be available with the insertion of new layers soon. Currently the public access allows to visit the web portal with several restricted actions and the admin access allows with free of restrictions. However, the admin access shall be provided only via allowed usernames and passwords to affirm the data security. The maintenance and data configuration shall be carried out by a professional technical person to avoid unnecessary system failures and corruptions. Especially in the Geoserver and HTML coding can cause for data losses and system malfunctioning if the process is not followed properly or if wrong coding has been inserted into the HTML. In case of such situations please take advices from a professional technician or the staff of the University of Moratuwa to avoid further failures. E S M I S S y s t e m M a n u a l P a g e 26 29

WEB/DEVICE DEVELOPMENT CLIENT SIDE MIS/CIT 310

WEB/DEVICE DEVELOPMENT CLIENT SIDE MIS/CIT 310 WEB/DEVICE DEVELOPMENT CLIENT SIDE MIS/CIT 310 Project #4 Updating your class project to be more mobile friendly To gain a fuller appreciate for Responsive Design, please review Chapter 8. Another great

More information

,.., «..»

,.., «..» ,.., 2018. 09.03.03.19 - «..».... 2018 1 : - 39, 5, 1. : -. :,, -,. -.,,. 2 ... 4 1 -. 6 1.1 -... 6 1.2 -... 9 1.3 -... 11 1.4, -... 13 2. - «..»... 16 2.1.... 16 2.2 CMS WordPress... 17 2.3 -... 22...

More information

Introduction to GeoServer

Introduction to GeoServer Tutorial ID: 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 Commons license.

More information

Web GIS Development using Open Source Leaflet and Geoserver Toolkit

Web GIS Development using Open Source Leaflet and Geoserver Toolkit Web GIS Development using Open Source Leaflet and Geoserver Toolkit 1 Taranjot Singh Bhatia, 2 Harpinder Singh, 3 P.K Litoria, 4 Brijendra Pateriya 1,2,3,4 Punjab Remote Sensing Centre, Ludhiana, Punjab,

More information

County of Los Angeles. Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) Version 2 May 2015

County of Los Angeles. Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) Version 2 May 2015 County of Los Angeles Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) Version 2 May 2015 CIO Preferred Technologies for GIS This document lists the preferred Geographic

More information

source: https://doi.org/ /boris downloaded: Version 1

source: https://doi.org/ /boris downloaded: Version 1 NAKINFO ONLINE source: https://doi.org/10.7892/boris.68367 downloaded: 13.3.2017 DEVELOPER S MANUAL Version 1 NakInfo Online Developer s Manual version 1, 2011 By Flametree Systems Engineering Ltd www.flametree

More information

pgrouting extends the postgis/postgresql geospatial database to provide geospatial routing and other network analysis functionality.

pgrouting extends the postgis/postgresql geospatial database to provide geospatial routing and other network analysis functionality. Workshop: 1 pgrouting extends the postgis/postgresql geospatial database to provide geospatial routing and other network analysis functionality. Attendee s previous knowledge: SQL (PostgreSQL, PostGIS)

More information

EDINA Workshop: Creating a Campus Map and Displaying it in OpenLayers

EDINA Workshop: Creating a Campus Map and Displaying it in OpenLayers Contents Introduction... 2 What steps are involved?... 3 Before you start... 4 Create your campus map... 5 1. Load the basemap data into ArcMap... 5 2. Set up Symbology and Labels of Layers... 6 Improve

More information

Cartoview Documentation

Cartoview Documentation Cartoview Documentation Release 0.8.4 Cartologic February 08, 2017 Contents 1 About Cartoview 3 1.1 GeoNode and Cartoview......................................... 3 2 Installation Guide 5 2.1 Recommended

More information

GeoNURIS WebGIS Tutorial Cooperation & Communication International

GeoNURIS WebGIS Tutorial Cooperation & Communication International GeoNURIS WebGIS Tutorial 2011-11-07 by Cooperation & Communication International Table of Contents Foreword Part I Document Introduction 0 5 1 Terms... 5 2 Conventions... 5 3 Prerequisite... 6 Part II

More information

Using an ArcGIS Server.Net version 10

Using an ArcGIS Server.Net version 10 Using an ArcGIS Server.Net version 10 Created by Vince DiNoto Vince.dinoto@kctcs.edu Contents Concept... 2 Prerequisites... 2 Data... 2 Process... 3 Creating a Service... 3 Down Loading Shapefiles... 3

More information

Configuring Hotspots

Configuring Hotspots CHAPTER 12 Hotspots on the Cisco NAC Guest Server are used to allow administrators to create their own portal pages and host them on the Cisco NAC Guest Server. Hotspots created by administrators can be

More information

A Practical Guide to Using QGIS

A Practical Guide to Using QGIS A Practical Guide to Using QGIS 1.1 INTRODUCTION Quantum GIS (QGIS) is a useful mapping software that enables the compilation and displaying of spatial data in the form of a map. Gaining experience in

More information

Mobile Design for the Future That is Here Already. Rick Ells UW Information Technology University of Washington

Mobile Design for the Future That is Here Already. Rick Ells UW Information Technology University of Washington Mobile Design for the Future That is Here Already Rick Ells UW Information Technology University of Washington Why Mobile? Why Accessible? Are UW Web sites a public accomodation under the Americans with

More information

Second Summer School on Digital Tools for Humanists. Instructions for the hands-on tutorial on GIS

Second Summer School on Digital Tools for Humanists. Instructions for the hands-on tutorial on GIS Second Summer School on Digital Tools for Humanists Instructions for the hands-on tutorial on GIS Augusto Ciuffoletti Dipartimento di Informatica - Università di Pisa Pisa - June 2018 Abstract This document

More information

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications WordPress is an easy-to-use weblog system, providing numerous features like categories, ratings, as well as plugins installation. This installer application will easily install the WordPress tool to a

More information

ArcGIS API 4.x for JavaScript Advanced Topics. René

ArcGIS API 4.x for JavaScript Advanced Topics. René ArcGIS API 4.x for JavaScript Advanced Topics René Rubalcava @odoenet Fundamentals Map and View Map and View Getting Started in 3D need a Map with data and a MapView / SceneView with a container const

More information

Django Part II SPARCS 11 undead. Greatly Inspired by SPARCS 10 hodduc

Django Part II SPARCS 11 undead. Greatly Inspired by SPARCS 10 hodduc Django Part II 2015-05-27 SPARCS 11 undead Greatly Inspired by SPARCS 10 hodduc Previously on Django Seminar Structure of Web Environment HTTP Requests and HTTP Responses Structure of a Django Project

More information

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications MySQL Manager is a web based MySQL client that allows you to create and manipulate a maximum of two MySQL databases. MySQL Manager is designed for advanced users.. 1 Contents Locate your Advanced Tools

More information

ArcGIS Server: publishing geospatial data to the web using the EEA infrastructure

ArcGIS Server: publishing geospatial data to the web using the EEA infrastructure ArcGIS Server: publishing geospatial data to the web using the EEA infrastructure *IMPORTANT: Map Services should be published using the EEA Map Services Tick Sheet for guidance. Contact Sebastien Petit

More information

Training courses. Course Overview Details Audience Duration. Applying GIS

Training courses. Course Overview Details Audience Duration. Applying GIS Training courses (Last update: December 2017) Remarks: As part of a course a certificate is issued for each attendee. All software used during the courses is Open Source Software. Contact: allspatial Geospatial

More information

Exploring Open Source GIS Programming. Scott Parker, Katie Urey, Jack Newlevant, Mele Sax-Barnett

Exploring Open Source GIS Programming. Scott Parker, Katie Urey, Jack Newlevant, Mele Sax-Barnett Exploring Open Source GIS Programming Scott Parker, Katie Urey, Jack Newlevant, Mele Sax-Barnett When to write a program When you expect your tool to have multiple uses and/or multiple iterations Something

More information

LearnOSM. PostgreSQL & PostGIS. Installing PostgreSQL and PostGIS. Reviewed

LearnOSM. PostgreSQL & PostGIS. Installing PostgreSQL and PostGIS. Reviewed PostgreSQL & PostGIS Reviewed 2016-09-10 LearnOSM In this chapter we will see how to set up PostgreSQL on Windows and how to create a database in which you can store geographic data. We ll be using the

More information

NFMS web portals Focus on monitoring functions

NFMS web portals Focus on monitoring functions NFMS web portals Focus on monitoring functions National Forest Monitoring System web portal to disseminate forest-related geospatial data on the web Dr. Inge Jonckheere, FAO UN-REDD October 2014, Hanoi,

More information

Lab 1: Introducing HTML5 and CSS3

Lab 1: Introducing HTML5 and CSS3 CS220 Human- Computer Interaction Spring 2015 Lab 1: Introducing HTML5 and CSS3 In this lab we will cover some basic HTML5 and CSS, as well as ways to make your web app look and feel like a native app.

More information

ReCPro TM User Manual Version 1.15

ReCPro TM User Manual Version 1.15 Contents Web Module (recpro.net)... 2 Login... 2 Site Content... 3 Create a New Content Block... 4 Add / Edit Content Item... 5 Navigation Toolbar... 6 Other Site Tools... 7 Menu... 7 Media... 8 Documents...

More information

How to Customize Support Portals

How to Customize Support Portals How to Customize Support Portals 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their

More information

GAINING ACCESS TO THE TxPHIN PORTAL

GAINING ACCESS TO THE TxPHIN PORTAL The Texas Public Health Information Network (TxPHIN) is an online portal containing a collection of applications, such as the Health Alert Network and Document Sharing, which provide users with a range

More information

v SMS 11.1 Tutorial GIS Requirements GIS Module Map Module ArcGis (Optional) Time minutes Prerequisites None Objectives

v SMS 11.1 Tutorial GIS Requirements GIS Module Map Module ArcGis (Optional) Time minutes Prerequisites None Objectives v. 11.1 SMS 11.1 Tutorial GIS Objectives This tutorial demonstrates how you can read in GIS data, visualize it, and convert it into SMS coverage data that could be used to build a numeric model. We will

More information

CSS (Cascading Style Sheets)

CSS (Cascading Style Sheets) CSS (Cascading Style Sheets) CSS (Cascading Style Sheets) is a language used to describe the appearance and formatting of your HTML. It allows designers and users to create style sheets that define how

More information

Building beautiful websites with Bootstrap: A case study. by Michael Kennedy michaelckennedy.net

Building beautiful websites with Bootstrap: A case study. by Michael Kennedy michaelckennedy.net Building beautiful websites with Bootstrap: A case study by Michael Kennedy DevelopMentor @mkennedy michaelckennedy.net Objectives Learn what Bootstrap has to offer web developers Install and use Bootstrap

More information

Mobile Web Applications. Gary Dubuque IT Research Architect Department of Revenue

Mobile Web Applications. Gary Dubuque IT Research Architect Department of Revenue Mobile Web Applications Gary Dubuque IT Research Architect Department of Revenue Summary Times are approximate 10:15am 10:25am 10:35am 10:45am Evolution of Web Applications How they got replaced by native

More information

Regarding the quality attributes, the architecture of the system must be:

Regarding the quality attributes, the architecture of the system must be: The SDSS System Overview This chapter gives an overview of the software architecture of the RiskChanges SDSS system. One of the objectives within the project is the development of a SDSS system for probabilistic

More information

World Premium Points of Interest Getting Started Guide

World Premium Points of Interest Getting Started Guide World Premium Points of Interest Getting Started Guide Version: 2.0 NOTICE: Copyright Pitney Bowes 2017. All Rights Reserved. 1 Table of Contents INTRODUCTION... 3 1. Preface... 3 2. Data Characteristics...

More information

How to Customize Support Portals

How to Customize Support Portals How to Customize Support Portals 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property of their respective

More information

World Premium Points of Interest Getting Started Guide

World Premium Points of Interest Getting Started Guide World Premium Points of Interest Getting Started Guide Version: 2.3 NOTICE: Copyright Pitney Bowes 2019. All Rights Reserved. 1 Table of Contents INTRODUCTION... 3 1. Preface... 3 2. Data Characteristics...

More information

Using ESRI data in Autodesk ISD Products

Using ESRI data in Autodesk ISD Products GI13-3 Using ESRI data in Autodesk ISD Products 1.5 hr. Class 02-Dec-03 3:30pm - 5:00pm Session Description: We will focus on using data in a variety of ESRI formats within the Autodesk GIS product line,

More information

Guide to using QGIS. QGIS is a free and open source Geographical Information System programme which can be downloaded at

Guide to using QGIS. QGIS is a free and open source Geographical Information System programme which can be downloaded at Guide to using QGIS QGIS is a free and open source Geographical Information System programme which can be downloaded at http://www.qgis.org/en/site/ It is a great programme for displaying data which can

More information

WebGIS exercise Land Change Viewer. Elisabeth Weinke Department of Geoinformatics University of Salzburg

WebGIS exercise Land Change Viewer. Elisabeth Weinke Department of Geoinformatics University of Salzburg WebGIS exercise Land Change Viewer Elisabeth Weinke Department of Geoinformatics University of Salzburg Overview Client Application OpenLayers Google Maps Interface WMS WFS Server GeoServer Data management

More information

Implementing a Hybrid Approach to ArcGIS. Philip McNeilly and Margaret Jen

Implementing a Hybrid Approach to ArcGIS. Philip McNeilly and Margaret Jen Implementing a Hybrid Approach to ArcGIS Philip McNeilly and Margaret Jen Difficulty Level: Intermediate Overview What you will learn: - How to successfully integrate and work with services from ArcGIS

More information

QGIS Workshop Su Zhang and Laura Gleasner 11/15/2018. QGIS Workshop

QGIS Workshop Su Zhang and Laura Gleasner 11/15/2018. QGIS Workshop 1. Introduction to QGIS QGIS Workshop QGIS is a free and open source Geographic Information System (GIS). QGIS can help users create, edit, visualize, analyze, and publish geospatial information on various

More information

District Road Maintenance System (DROMAS) Operating Manual of DROMAS 2 (Version 2.0: DRAFT)

District Road Maintenance System (DROMAS) Operating Manual of DROMAS 2 (Version 2.0: DRAFT) District Road Maintenance System (DROMAS) Operating Manual of DROMAS 2 (Version 2.0: DRAFT) February, 2016 Table of Content 1 DISTRICT ROAD MAINTEANNCE SYSTEM (DROMAS)... 1 1.1 System Architecture... 1

More information

DaDaDocs for Microsoft Dynamics 365 Administrator Guide

DaDaDocs for Microsoft Dynamics 365 Administrator Guide DaDaDocs for Microsoft Dynamics 365 Administrator Guide Requirements: Microsoft Dynamics 365 organization. PDFfiller user account. Installation and configuration 2 Install DaDaDocs 2 Update to the latest

More information

CARTODB: VISUALIZE SPATIAL DATA ON THE WEB Thematic Mapping of Enschede socio-economic data

CARTODB: VISUALIZE SPATIAL DATA ON THE WEB Thematic Mapping of Enschede socio-economic data CARTODB: VISUALIZE SPATIAL DATA ON THE WEB Thematic Mapping of Enschede socio-economic data Barend Köbben Version 2.1 [Enschede] November 7, 2014 Contents 1 The CartoDB web application 1 2 Mapping socio-economic

More information

May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA

May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA May 22, 2013 Ronald Reagan Building and International Trade Center Washington, DC USA 1 Building Applications with Oracle MapViewer LJ Qian (lj.qian@oracle.com) Director, Software Development The following

More information

An Introduction to GIS for developers

An Introduction to GIS for developers An Introduction to GIS for developers Part 4: GIS Sharing Canserina Kurnia & Tom Shippee Agenda Web GIS ArcGIS Online Cloud-based ArcGIS Server ArcGIS Server on-premises ArcGIS a complete platform discover,

More information

Website Integration Setup

Website Integration Setup Website Integration Setup Table of Contents Table of Contents... 2 Pages to Create... 3 Giving Opportunities... 3 Fund Detail... 4 General Designation Detail... 4 Campaign Detail... 5 Project Detail...

More information

ArcGIS Online: Managing Data. Jeremy Bartley Sentha Sivabalan

ArcGIS Online: Managing Data. Jeremy Bartley Sentha Sivabalan ArcGIS Online: Managing Data Jeremy Bartley (jbartley@esri.com) Sentha Sivabalan (ssivabalan@esri.com) Agenda Creating and managing content like Apps, Maps, Scenes and Layers in ArcGIS Today s Topics:

More information

Fen Wetland Toolkit. Mobile Application User Guide Version 1.0. September 27, Contact:

Fen Wetland Toolkit. Mobile Application User Guide Version 1.0. September 27, Contact: Fen Wetland Toolkit Mobile Application User Guide Version 1.0 September 27, 2016 Contact: fenapp@hdrinc.com Fen Wetland Toolkit HDR Data Collection Web-App Table of Contents Background... 2 Installation

More information

Tutorial 1: Finding and Displaying Spatial Data Using ArcGIS

Tutorial 1: Finding and Displaying Spatial Data Using ArcGIS Tutorial 1: Finding and Displaying Spatial Data Using ArcGIS This tutorial will introduce you to the following: Websites where you may browse to find geospatial information Identifying spatial data, usable

More information

Leveraging OGC Services in ArcGIS Server. Satish Sankaran, Esri Yingqi Tang, Esri

Leveraging OGC Services in ArcGIS Server. Satish Sankaran, Esri Yingqi Tang, Esri Leveraging OGC Services in ArcGIS Server Satish Sankaran, Esri Yingqi Tang, Esri GIS Creating and Managing Geo Information Products - Proprietary - Open Specifications - Standards Dissemination of Geo

More information

Providing Interoperability Using the Open GeoServices REST Specification

Providing Interoperability Using the Open GeoServices REST Specification 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Providing Interoperability Using the Open GeoServices REST Specification Satish Sankaran Kevin Sigwart What

More information

Release Notes. TopoOptimiser Oracle Database Module. Version /04/2018. t: +44 (0) e: w:

Release Notes. TopoOptimiser Oracle Database Module. Version /04/2018. t: +44 (0) e: w: Release Notes TopoOptimiser Oracle Database Module Version 2121 10/04/2018 t: +44 (0)121 232 8000 e: info@misoportalcom w: wwwmisoportalcom miso is a trading division of Dotted Eyes Ltd Dotted Eyes Ltd

More information

Implementing Web GIS Solutions

Implementing Web GIS Solutions Implementing Web GIS Solutions using open source software Karsten Vennemann Seattle Talk Overview Talk Overview Why and What What is Open Source (GIS)? Why use it? Application Components Overview of Web

More information

PRACTICE-LABS User Guide

PRACTICE-LABS User Guide PRACTICE-LABS User Guide System requirements Microsoft Windows XP Sp2/Vista/7/8/2003/2008 Linux Redhat, Fedora, SuSE, Ubuntu Apple Mac OS X Minimum of 512Mb Ram (depending on OS) Minimum processor speed

More information

Market Insight Geo Mapping User Guide v1.0

Market Insight Geo Mapping User Guide v1.0 Market Insight Geo Mapping v1.0 D&B Market Insight Geo Mapping Manual Version: 1.0 Software Version: System: 2017 Q3 Training (UK) Contents Introduction... 1 Data Structure... 2 How to Login... 3 Map Options...

More information

Tutorial 1 - Run WOIS Workflow Using Data Selected on the HEP Webportal

Tutorial 1 - Run WOIS Workflow Using Data Selected on the HEP Webportal WOIS Quick Start Guide This document contains a set of tutorials explaining how to start using WOIS software on HEP (Hydrology Exploitation Platform). The tutorials are sequences of steps taken from user

More information

Web Map Servers. Mark de Blois. Septembre 2016

Web Map Servers. Mark de Blois. Septembre 2016 Web Map Servers Mark de Blois Septembre 2016 Learning Objectives After this lecture you will be able to understand web map servers as used in Web-GIS applications Introduction A Web Map Server is a computer

More information

CHAPTER 2 GEOREFERENCING AND SHAPEFILE CREATION

CHAPTER 2 GEOREFERENCING AND SHAPEFILE CREATION CHAPTER 2 GEOREFERENCING AND SHAPEFILE CREATION Georeferencing is the process of assigning real-world coordinates to each pixel of the raster. These coordinates are obtained by doing field surveys - collecting

More information

Converting census data into GIS data

Converting census data into GIS data Converting census data into GIS data For those interested in analyzing Canadian demographics data, census data can be downloaded directly from ODESI or the Canadian Census Analyser. In order to use the

More information

Appendix Interaction Data: Classroom Activities

Appendix Interaction Data: Classroom Activities 316 Appendix Interaction Data: Classroom Activities Adam Dennett University of Leeds, UK ABSTRACT This appendix contains a set of three activities that allow you to gain some familiarity with handling

More information

Front-End UI: Bootstrap

Front-End UI: Bootstrap Responsive Web Design BootStrap Front-End UI: Bootstrap Responsive Design and Grid System Imran Ihsan Assistant Professor, Department of Computer Science Air University, Islamabad, Pakistan www.imranihsan.com

More information

GeoSync manual. GeoSync utility setup manual

GeoSync manual. GeoSync utility setup manual GeoSync manual GeoSync utility setup manual 04-02-2016 1 Intro GeoSync is a part of the GIS4Mobile concept the part that connect the office GIS to the GIS4Mobile data storage (Gis4Mobile Cloud). GeoSync

More information

Open Source Software: What and Why?

Open Source Software: What and Why? ESRI and Open Source A Love Story Presented by Bates Rambow Open Source Software: What and Why? What Software that has its source code published for anyone to inspect the source code. Generally released

More information

An Overview of FMW MapViewer

An Overview of FMW MapViewer An Overview of FMW MapViewer Agenda What is MapViewer Select Features Getting Started Additional Resources 2 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Oracle

More information

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space. HTML Summary Structure All of the following are containers. Structure Contains the entire web page. Contains information

More information

Introduction to QGIS: Student Workbook

Introduction to QGIS: Student Workbook 2016 Introduction to QGIS: Student Workbook Created by: MARK DE BLOIS, CEO / FOUNDER, UPANDE LIMITED WITH SUPPORT FROM THE WORLD BANK AND THE UK DEPARTMENT FOR INTERNATIONAL DEVELOPMENT (DFID) Module 3:

More information

EXERCISE: Publishing spatial data with GeoServer

EXERCISE: Publishing spatial data with GeoServer EXERCISE: Publishing spatial data with GeoServer Barend Köbben Ivana Ivánová August 30, 2015 Contents 1 Introduction 2 2 GeoServer s main concepts 2 3 Publishing spatial dataset to the GeoServer 5 3.1

More information

DASHBOARD USER GUIDE

DASHBOARD USER GUIDE DASHBOARD USER GUIDE TABLE OF CONTENTS DASHBOARD... 3 1. Your Program Information... 4 2. Multiple Program Toggle... 4 3. Invite a Colleague... 4 4. Add Service Site... 5 5. Start/Edit Survey... 7 6. Reports...

More information

Building Vector Layers

Building Vector Layers Building Vector Layers in QGIS Introduction: Spatially referenced data can be separated into two categories, raster and vector data. This week, we focus on the building of vector features. Vector shapefiles

More information

Getting Started with the ArcGIS Server JavaScript API

Getting Started with the ArcGIS Server JavaScript API Getting Started with the ArcGIS Server JavaScript API Agenda Introduction ArcGIS Server services and mashups REST API Services Directory JavaScript API ArcGIS Server Resource Center Dojo Maps, layers,

More information

Cloud Compute. Backup Portal User Guide

Cloud Compute. Backup Portal User Guide Cloud Compute Backup Portal User Guide Contents Service Overview... 4 Gaining Access... 5 Operational Guide... 6 Landing Page... 6 Profile View... 6 Detailed View... 8 Overview... 8 Cloud Backup... 8

More information

Feature Enhancements by Release

Feature Enhancements by Release Autodesk Map Feature Enhancements by Release This document highlights the feature enhancements that have occurred with each release of Autodesk Map software from Release 4 (2000i) through the current 2004

More information

Bootstrap 1/20

Bootstrap 1/20 http://getbootstrap.com/ Bootstrap 1/20 MaxCDN

More information

ArcGIS for Server Michele Lundeen

ArcGIS for Server Michele Lundeen ArcGIS for Server 10.1 Michele Lundeen Summary Vision Installation and Configuration Architecture Publishing Functional Enhancements Cloud Migration and Best Practices Powerful GIS capabilities Delivered

More information

ArcGIS Enterprise: Architecting Your Deployment

ArcGIS Enterprise: Architecting Your Deployment ArcGIS Enterprise: Architecting Your Deployment ArcGIS Enterprise ESRI USER CONFERENCE 2017 1 Assumptions and Prerequisites This document assumes you are a system architect or an IT administrator (or work

More information

django-intranet Documentation

django-intranet Documentation django-intranet Documentation Release 0.2 Ionyse Nov 14, 2017 Contents 1 Abstract 1 2 Table of contents 3 2.1 Setup a new project............................................ 3 2.2 Create a new module...........................................

More information

DEVELOPMENT OF WEB BASED GIS APPLICATIONS USING QGIS AND OPENGEO SUITE ONLINE TRAINING GIS. Course. Training. .com

DEVELOPMENT OF WEB BASED GIS APPLICATIONS USING QGIS AND OPENGEO SUITE ONLINE TRAINING GIS. Course. Training. .com DEVELOPMENT OF WEB BASED APPLICATIONS USING Q AND OPENGEO SUITE ONLINE TRAINING Training Course.com TYC COURSE GOALS The course will introduce the student to the extensive OpenGeo Suite, a complex web

More information

Django AdminLTE 2 Documentation

Django AdminLTE 2 Documentation Django AdminLTE 2 Documentation Release 0.1 Adam Charnock Jul 02, 2018 Contents 1 Contents 3 1.1 Quickstart................................................ 3 1.2 Templates & Blocks Reference.....................................

More information

How to configure the LuxCloud WHMCS plugin (version 2+) Version: 2.2

How to configure the LuxCloud WHMCS plugin (version 2+) Version: 2.2 èè How to configure the LuxCloud WHMCS plugin (version 2+) Update: 16-09-2015 Version: 2.2 Table of Contents 1. General overview... 2 1.1. Installing the plugin... 2 1.2. Testing the plugin with the trial

More information

TRAINING GUIDE. Tablet: Cradle to Mobile Configuration and Setup

TRAINING GUIDE. Tablet: Cradle to Mobile Configuration and Setup TRAINING GUIDE Tablet: Cradle to Mobile Configuration and Setup Tablet Cradle to Mobile The Lucity Android Tablet and Lucity ios applications have been designed to work under the same framework as the

More information

MYOB EXO Business Services

MYOB EXO Business Services MYOB EXO Business Services Release Notes 1.3 SP1 Contents Introduction 1 What s New in this Release?... 1 Installation 2 Pre-Install Requirements... 2 Installing the EXO Business Services... 2 Setting

More information

Lessons learned. By Lucas Timmons. Fee alternatives to map making

Lessons learned. By Lucas Timmons. Fee alternatives to map making Lessons learned By Lucas Timmons Fee alternatives to map making We are in a new golden age of mapping. Never before has the technology to make maps been more accessible, nor has the data to make maps been

More information

Introduction to QGIS: Instructor s Notes

Introduction to QGIS: Instructor s Notes 2016 Introduction to QGIS: Instructor s Notes Created by: MARK DE BLOIS, CEO / FOUNDER, UPANDE LIMITED WITH SUPPORT FROM THE WORLD BANK AND THE UK DEPARTMENT FOR INTERNATIONAL DEVELOPMENT (DFID) Module

More information

DanubeGIS User Manual Document number: Version: 1 Date: 11-Nov-2016

DanubeGIS User Manual Document number: Version: 1 Date: 11-Nov-2016 DanubeGIS User Manual Document number: Version: 1 Date: 11-Nov-2016 Imprint Published by: ICPDR International Commission for the Protection of the Danube River ICPDR 2016 Contact ICPDR Secretariat Vienna

More information

Ektron Advanced. Learning Objectives. Getting Started

Ektron Advanced. Learning Objectives. Getting Started Ektron Advanced 1 Learning Objectives This workshop introduces you beyond the basics of Ektron, the USF web content management system that is being used to modify department web pages. This workshop focuses

More information

FAQ & Troubleshooting

FAQ & Troubleshooting FAQ & Troubleshooting What is the most common issue users have when using the site? Pop-Up Blocker!!! Any link external to the viewer requires a new window to be opened in the browser. See My map or report

More information

Community Health Maps Lab Series

Community Health Maps Lab Series Community Health Maps Lab Series Lab 6 Data Visualization with Carto Objective Understand how to upload and style data with Carto to create an online visualization of your data Document Version: 2017-08-28(Final)

More information

v SMS 12.1 Tutorial GIS Requirements GIS Module Map Module ArcGis (Optional) Time minutes Prerequisites None Objectives

v SMS 12.1 Tutorial GIS Requirements GIS Module Map Module ArcGis (Optional) Time minutes Prerequisites None Objectives v. 12.1 SMS 12.1 Tutorial Objectives This tutorial demonstrates how to read in data, visualize it, and convert it into SMS coverage data that could be used to build a numeric model. This tutorial will

More information

Magento Survey Extension User Guide

Magento Survey Extension User Guide Magento Survey Extension User Guide Page 1 Table of Contents To Access Plugin, Activate API Key... 3 Create Questions... 5 Manage Survey... 6 Assign Question to Survey... 7 Reveal Survey In Three Ways...

More information

Red Hat 3scale 2.2 Billing

Red Hat 3scale 2.2 Billing Red Hat 3scale 2.2 Billing For Use with Red Hat 3scale 2.2 Last Updated: 2018-09-20 Red Hat 3scale 2.2 Billing For Use with Red Hat 3scale 2.2 Legal Notice Copyright 2018 Red Hat, Inc. The text of and

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

Launch QGIS. Launch QGIS from. Open window Quantum GIS (Figure 1.1 below) Start All Programs Quantum GIS. QGISIcon on the desk top

Launch QGIS. Launch QGIS from. Open window Quantum GIS (Figure 1.1 below) Start All Programs Quantum GIS. QGISIcon on the desk top QGIS Launch QGIS Launch QGIS from Start All Programs Quantum GIS OR QGISIcon on the desk top Open window Quantum GIS (Figure 1.1 below) 2 Figure 1.1 3 Opening Raster For this exercise we demonstrate three

More information

Pinnacle Cart User Manual v3.6.3

Pinnacle Cart User Manual v3.6.3 Pinnacle Cart User Manual v3.6.3 2 Pinnacle Cart User Manual v3.6.3 Table of Contents Foreword 0 Part I Getting Started Overview 7 Part II Categories & Products 11 1 Manage... Categories Overview 11 Add

More information

Interactive Maps Purpose: Login to the System: Interactive Maps ONTINUE AGREE

Interactive Maps Purpose: Login to the System: Interactive Maps ONTINUE AGREE Interactive Maps Purpose: The purpose of this application is to provide the facility to the citizen to navigate to a Property through an On-line Free Web Application in real time. The application uses

More information

CLOUD EXPLORER DATALOADER USER S GUIDE UC INNOVATION, INC. April 07, 2017

CLOUD EXPLORER DATALOADER USER S GUIDE UC INNOVATION, INC. April 07, 2017 CLOUD EXPLORER DATALOADER USER S GUIDE April 07, 2017 UC INNOVATION, INC. 230 Commerce, Suite 110 Irvine, CA 92602 Phone: 949-415-8246 Fax: 866-890-7874 Email: info@ucinnovation.com http://www.ucinnovation.com

More information

[ ]..,ru. GeoServer Beginner's Guide. open source^ software server. Share and edit geospatial data with this open source.

[ ]..,ru. GeoServer Beginner's Guide. open source^ software server. Share and edit geospatial data with this open source. GeoServer Beginner's Guide Share and edit geospatial data with this open source software server Stefano lacovella Brian Youngblood [ ]..,ru open source^ PUBLISHING community experience distilled BIRMINGHAMMUMBAI

More information

The figure below shows the Dreamweaver Interface.

The figure below shows the Dreamweaver Interface. Dreamweaver Interface Dreamweaver Interface In this section you will learn about the interface of Dreamweaver. You will also learn about the various panels and properties of Dreamweaver. The Macromedia

More information

Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging. Quick-Start Manual

Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging. Quick-Start Manual Mobiketa Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging Quick-Start Manual Overview Mobiketa Is a full-featured Bulk SMS and Voice SMS marketing script that gives you control over your

More information