Using an ArcGIS Server.Net version 10

Size: px
Start display at page:

Download "Using an ArcGIS Server.Net version 10"

Transcription

1 Using an ArcGIS Server.Net version 10 Created by Vince DiNoto Contents Concept... 2 Prerequisites... 2 Data... 2 Process... 3 Creating a Service... 3 Down Loading Shapefiles... 3 Creating a File Geodatabase... 3 Creating a Project... 3 Creating a Service in Service Manager... 4 Creating a Service in ArcGIS Desktop... 9 ArcGIS Server Web API with Google Maps CODE API with Flex and Silverlight Using a SQL Express Database Add data from the Database Server (SQL Express) List of Figures Index Appendix Install Key Points After Creation of Microsoft Server Introduction to ArcGIS Server Page 1

2 Concept The concept of this module is to understand how to create basic content for an ArcGIS Server, while there are many concepts that will be in a more advanced format; this lesson will involve the creation of services and web maps as the two central focuses. An ArcGIS Server will create services that can be consumed by other applications, including ArcGIS Desktop, ArcExplorer, Web Maps, Google Earth, Flex Server, Silverlight, Google Maps and HTML 5. In this lesson we will concentrate on the creation of the services and creation of web maps. The use of geodatabase and SQL databases will be explored and the difference noted most importantly that a SQL database will provide the ability to edit on a web browser. Prerequisites It is assumed that the participants in this lesson will be experienced with the use of ArcGIS Desktop and can create basic maps and have used a geodatabase. It is also assumed that the participant will have used ArcCatalog. ArcGIS 10 will be utilized for this exercise, but an experienced user of Arc 9.x should have a very short learning curve for these activities. It is assumed in this workshop that all components will be installed prior to beginning this lesson and configured properly; this includes the Microsoft Server 2008, IIS, Microsoft SQL Express, ArcGIS Server 10, ArcSDE, and ArcGIS Desktop. The server will be configured running Microsoft Server 2008 and the participants will connect to the server through a virtual desktop connection. The server can be a physical or virtual box that allows for remote access. Data Data used in this lesson can be obtained at or from other data source of your choice. The JCTC data library is composed by geography, based on countries, states, counties and type of shapefiles. All data obtained from the data library will need to be downloaded, decompressed and stored on the server. Services will be utilized from other online source as base layers. Introduction to ArcGIS Server Page 2

3 Process The process to connect to the server will be through the use virtual desktop application. In general connections to servers are done through a remote desktop which is a windows program that gives you the ability to connect securely to other computers. This is the traditional way you work with a server, rarely are you at the actually server but instead are generally connecting remotely. To use remote desktop you need to be an authorized user of the server that you are connecting with. In general you are required to give the server name (or IP Address) and your authorized credentials to connect (if using Active Directory it would be your standard login). Once you have connected to the server you will be able to work with it just as if you are working on your desktop. You must be aware that this is a server class machine and not a desktop and thus the look and feel is slightly different. Creating a Service Down Loading Shapefiles First we want to launch ArcGIS Desktop version 10, ArcCatalog and Internet Explorer. Browse to the Techcenter GIS Data library ( ) or other data sites and select a state map with counties, US map with state boundaries, and zip codes of a state. Download the data and decompress it in a folder on the server. Next we will add this data into a geodatabase. Creating a File Geodatabase In ArcCatalog create a new file Geodatabase and give it an appropriate name and import the shapefiles into the geodatabase. Creating a Project Open ArcGIS Desktop and add data from the geodatabase, i.e. the layers that were added to the geodatabase Figure 1: Basemap via ArcCatalog. Your geodatabase needs to be located on the ArcGIS Server or an appropriate shared folder needs to be made. Using the symbology function appropriately code the layers, both with the boundary color and a hollow fill and order the layers in the table of contents. In addition turn on labels for a specific shapefile and set the zoom level so that the label turns on and off as the user zoom. All these features will be utilized by the ArcGIS Server. Save the mxd file in an appropriate location on the server, such as the arcgisinput folder. This should be in the ArcGIS Server folder. While a service can be produced within ArcMap we will create the service from the Service Manager of the ArcGIS Server. Introduction to ArcGIS Server Page 3

4 Creating a Service in Service Manager The Service Manager is in the ArcGIS folder and is a web page which is available only when connected to the server. Appropriate credentials are required to connect to the Service Manager. Note the login must include the domain and the username as well as the password. If the user is using AD and the server is connected within the domain then their active directory account should be used for connecting. Once the login is Figure 2: ArcGIS Server Login completed a window should open like Figure 3: ArcGIS Server Manager. From this window you can create services and web pages; at this point we are only going to focus on the services. In a later point in this exercise we will develop a web application upon the ArcGIS Server. A Service is an operation which can be used on the ArcGIS Server as well as in other applications such as Google Maps, ArcGIS Desktop, Flex and Silverlight. Introduction to ArcGIS Server Page 4

5 First Click on Services and select Publish GIS Resource. When you start this application you should have no services already created (there will be example services for this workshop, but on a new install the area will be empty). Note you can start and stop services; when a service is stopped it is not available and visible to those connecting Figure 3: ArcGIS Server Manager to the server. When you select Publish GIS Resources you will start a wizard that will walk you through all the required steps. Once a service is created you can edit the service at this location by double clicking on the service name. Remember you can also create a service in ArcGIS Desktop which will be discussed within this module. Figure 4: Services Introduction to ArcGIS Server Page 5

6 First you will need to select a Resource that will be used to create the service, i.e. a MXD file, (Note: you can also use an MSD file but only if not creating a feature service with a relational database), you can browse to the location of the resource. Next you need to select the name for the service that will be created; this name will be visible to the public so care should be taken in Figure 5: GIS Resources the selection of a descriptive name. Finally a location to save the service must be provided, I generally use the default location. Figure 6: GIS Resource will have a versioning problem. Next the type of service must be selected; the first check box is always checked and cannot be unchecked. I generally always create a KML service that can be used on a Google Map or Google Earth. If you have a specific operation that will utilize other service types then check all that are appropriate, do not just check all services automatically as this will cause a slowing in the performance of your service. A Feature Access can only be created if you are using a relational database, a file database is not a relational database. If you want to edit the feature class you must on the Pooling select Not Pooled if this is not done you Introduction to ArcGIS Server Page 6

7 This window in Figure 7: Services Location shows the different services which you created and their saved locations, which is important to note so that they can located for future mapping projects. Click Finish to end the wizard. Figure 7: Services Location Once the service has been created it can be utilized within ArcGIS Desktop by attaching to the service. How to connect to basemaps can be found in other modules. Figure 8: Manage Services Introduction to ArcGIS Server Page 7

8 To edit the service double click on the service. These are the same steps you would have used if you had used Add New Service. Add New Service does basically the same function as Publish GIS Resources. Figure 9: Editing a Service The Capabilities Tab gives control over the different types of services which you have created, while you cannot control the Mapping Service, you can control other services most importantly Figure 10: Capabilities the KML service. Introduction to ArcGIS Server Page 8

9 Once you have completed your edits you will select Save and Restart. Anytime you make an edit to a service you must restart the service for it to show the changes made. Creating a Service in ArcGIS Desktop Once you have created your project like discussed in Creating a Project, you can create the service from within ArcGIS Desktop directly. Note: you would use either this method to create a service or from the service manager, you do not do both for a single service. The service can still be edited in the Service Manager as discussed previously. You must create a connection between the server and ArcCatalog before you can publish the service. This is done in ArcCatalog by adding the ArcGIS Server. Within ArcGIS Desktop go to the Customize heading and select Toolbars and select the Map Service Publishing, which will open up a five icon toolbar. You can dock this toolbar or leave it floating. Working from left to right on the icons in Figure 11: Map Service Publisher, the first one will analysis your map and let you know if Figure 11: Map Service Publisher there are any errors. If you have high level errors the map will not publish. The second icon allows you to see a preview map. The third icon allows you to save the map as a MSD (Map Service Definition), you need to have the file in the MXD format to do live editing (to be discussed with SQL Databases). The fourth icon is the one used to publish the map as a service. The final icon gives you a couple options on how text will be displayed. Press the publish map as a service icon. Which will open Figure 12: Publish to ArcGIS Server Wizard. You must name the service with a unique name. I use the default saving location. Remember you are using ArcMap on the server, click next to continue. Figure 12: Publish to ArcGIS Server Wizard Introduction to ArcGIS Server Page 9

10 Figure 14: Type of Services show saving location and then click Finish to create the map service. If there are any errors that are at the high level they will stop the service from being created and you will need to correct these and try creating the service again. If you make a change to the map you will need to recreate the service, this can be done by opening the wizard again and click finish, it will make you confirm that you want to save it with the same name. Once the service has been created go to the Service Manager and the services should appear with the name which you provided. The service Figure 13: Map Service In Figure 14: Type of Services you will select the type of service much like you did in the Service Manager. Note a feature class service must be associated with an MXD file not a MSD file as created in ArcMap. The mapping check box cannot be changed, again also select KML. Click next to continue. The next windows will that was created is called Test2. ArcGIS Server Web The next process will be to create a web map from a service from within ArcGIS Server; this process is under the application menu. All Web Applications which have been created will be Figure 15: Applications Introduction to ArcGIS Server Page 10

11 displayed in Figure 15: Applications and at the top of the window is an icon to Create Web Application. Click on this icon to begin the web application creation wizard. Figure 16: Creating a Web Application Select a unique name for the application and create a description. The name created will be a public name so make sure it is appropriate and descriptive. The Advanced options are also being displayed. Click next to proceed to the next window of the wizard. Note all the parameters in the wizard can also be changed in the editing process of the created web application. Introduction to ArcGIS Server Page 11

12 Figure 17: Layers to Display In this window you will select the services you wish to display and the order of the service as well as the home zoom parameters. First select add layer, the layer must be a service, and will only show the services running on the ArcGIS Server. Select the layer which was created from the above exercise, there might be other services on your server and you will also have access to other online services, both internal and external. If you bring in multiple services than you will need to order them, you can bring in a service and leave it turned off also. Once the services are loaded you may want to customize the initial zoom extent and also the zoom when full extent is selected from the web map. Click on the layer name will also show the properties of the layer. Initially we will use the default values, since these can be modified in the editor after the application is created, click next to continue. Introduction to ArcGIS Server Page 12

13 The available tasks are those features you can configure to be used in the web map. We will only configure the search attribute for this example. Once the Search Attribute has been selected, click on the configure button to open the configuration wizard. The configuration wizard has three tabs. The General tab is for naming the Task Figure 18: Tasks The Setting tab will allow you to select the attributes that will be searchable. For this case we have selected to search only for county names. Note the screen settings in Figure 20: Search Fields. Figure 19: Search Attributes Figure 20: Search Fields Introduction to ArcGIS Server Page 13

14 On the result Tabs you can select how the search will be displayed and what elements will be visible to the user. Figure 21: Results Figure 22: Map Elements Introduction to ArcGIS Server Page 14

15 Once the Task has been configured select next to move to the Map Elements. Each of these elements can be independently configured. Explore the configuration of each of these elements and turn off those that you do not wish to use on your web map. Figure 23: Page Property The final window that we will work with in this module will be the Page Property. In this window you can control the title displayed, the color of the map theme (including creating your own theme) and hyperlinks that will be displayed. The Application Settings tab contains a username and password, if this username has a password that changes, then the web map will stop working when you change your password and you will manually need to fix this problem. Once the configuration of all these properties is completed, click on Finish and a web map will be displayed that can be viewed using a web browser. To edit the map click on the pencil icon in the application window and each of the parameters configured in the wizard be modified. Figure 24: Map Editing Introduction to ArcGIS Server Page 15

16 An API is a Application Programming Interface 1 which can be used to construct web applications that can be used in multiple settings. The ArcGIS Server API can be used in many different programs to display the service. Therefore the service can be displayed in multiple applications such as placing your data on top of a Google Map. API with Google Maps Figure 25: Google Map with Service You can do this function using either notepad or a web editor such as Dreamweaver. In this example code will be shown which was used to create a map (note only a part of the map is visible). Those parts of the code that require editing will be discussed in this application. You will need to have access to a webserver (IIS is required for ArcGIS Server) to create the code as a web page so that it can be accessed. The webserver will need to be on a machine with a public URL. CODE <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " <html xmlns=" <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>geotech Center Map</title> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> map.html Introduction to ArcGIS Server Page 16

17 <script src=" 8xRoQMxjMPEJQ4W1yN-FYKwF5eu6KRSIzCAjBjF6IgPtd-RqayTcAzyKsA" type="text/javascript"></script> <script src=" type="text/javascript" ></script> <script type="text/javascript"> var gmap = null; function initialize() { gmap = new GMap2(document.getElementById("gmap")); var centerat = new GLatLng(37, -96); gmap.addcontrol(new GLargeMapControl()); gmap.addcontrol(new GMapTypeControl()); gmap.setcenter(centerat, 5); var dynamicmap = new esri.arcgis.gmaps.dynamicmapservicelayer (" null, 1, dynmapcallback); } function dynmapcallback(mapservicelayer) { gmap.addoverlay(mapservicelayer); } </script> </head> <body> <body onload="initialize();" onunload="gunload();"> <div id="gmap" style="width: 1300px; height:900px;"> <p> </p> <p> </p> <p> </p> <p> </p> </div> </body> </html> Introduction to ArcGIS Server Page 17

18 While the listing above is the required code to put a simple map data from an ArcGIS Server onto a Google map, parts of the code must be customized, those parts have been broken out and will be discussed in more detail. Calling Google Map Key <script src=" 8xRoQMxjMPEJQ4W1yN-FYKwF5eu6KRSIzCAjBjF6IgPtd-RqayTcAzyKsA" type="text/javascript"></script> You will need to get a Google Map Key which is highlighted, this is a simple and free process. Calling Your Esri Sercice <script src=" type="text/javascript" ></script> Loading features of Google Map gmap = new GMap2(document.getElementById("gmap")); var centerat = new GLatLng(37, -96); gmap.addcontrol(new GLargeMapControl()); gmap.addcontrol(new GMapTypeControl()); gmap.setcenter(centerat, 5); GLatLng is the Center of the map, the values presented is near the center of the United States. SetCenter states use the GLatLng as the center of the map and the number refers to the zoom level. Location of Your Map var dynamicmap = new esri.arcgis.gmaps.dynamicmapservicelayer (" null, 1, dynmapcallback); The http statement gives the location of your ArcGIS Server services of your map (note this location is for this example your location will be different). The 1 refers to the transparency of the map with 1 being opaque and 0 being invisible. Size of Map <div id="gmap" style="width: 1300px; height:900px;"> This code refers to the width and height of the map. API with Flex and Silverlight Adobe Flex uses the API service will be discussed in detail in a future module. Introduction to ArcGIS Server Page 18

19 Using a SQL Express Database Figure 26: SQL Express To be able to edit online you must use a dynamic database server. There are many different database servers you can use and if you were in a production environment you might use something like Microsoft SQL. For this exercise we will use the SQL Express Database since it available with the Desktop software at no additional cost. Start ArcCatalog and go to the section to add a Database Server. Add the appropriate location for the SQL Express server. It is assumed that the SQLExpress Server has been installed prior to this excerise and properly configured. Once the Database Server has been added in ArcCatalog, you will need to right click on the SQL Server to create a new Figure 27: Add Database Server geodatabase. Once the geodatabase has been created it is empty and you will need to right click on the geodatabase and select import to add data to the SQL Express server using ArcCatalog. After selecting import you will have several choices of the type of information you can add. For this example a single feature was selected. You must tell it the location of the feature to be added and provide an output name (without spaces), see Figure 28: Adding a Feature to SQL geodatabase. Introduction to ArcGIS Server Page 19

20 Figure 28: Adding a Feature to SQL geodatabase Next open ArcMap and begin with a blank template. Add data from the Database Server (SQL Express) Once the layers have been added and the symbology adjusted you need to save the MXD file. Then open ArcGIS Server Manager, go to the Service part and select Publish Service, it cannot be published from ArcGIS Desktop, since it will be a feature class. Create the Service as before using the MXD, include in your creation a feature service and save; you must have pooling set to not pooled. Then go to the application part create all parts as before except in the Task section add the Editor and it must be configured appropriately. Then finish the web service. If all component parts are effectively communicating then you will be able to edit the map in a web browser and also you can edit the service in ArcGIS Desktop. Introduction to ArcGIS Server Page 20

21 List of Figures Figure 1: Basemap... 3 Figure 2: ArcGIS Server Login... 4 Figure 3: ArcGIS Server Manager... 5 Figure 4: Services... 5 Figure 5: GIS Resources... 6 Figure 6: GIS Resource... 6 Figure 7: Services Location... 7 Figure 8: Manage Services... 7 Figure 9: Editing a Service... 8 Figure 10: Capabilities... 8 Figure 11: Map Service Publisher... 9 Figure 12: Publish to ArcGIS Server Wizard... 9 Figure 13: Map Service Figure 14: Type of Services Figure 15: Applications Figure 16: Creating a Web Application Figure 17: Layers to Display Figure 18: Tasks Figure 19: Search Attributes Figure 20: Search Fields Figure 21: Results Figure 22: Map Elements Figure 23: Page Property Figure 24: Map Editing Figure 25: Google Map with Service Figure 26: SQL Express Figure 27: Add Database Server Figure 28: Adding a Feature to SQL geodatabase Introduction to ArcGIS Server Page 21

22 Index API, 16, 18 Application Programming Interface, 16 Application Settings tab, 15 ArcCatalog, 2, 3, 9, 19 ArcExplorer, 2 ArcGIS Desktop, 2, 3, 5, 7, 9, 23 ArcGIS Server, 1, 2, 3, 4, 9, 10, 12, 16, 18, 20, 23 arcgisinput, 3 ArcMap, 3, 9, 20 ArcSDE, 2 Capabilities Tab, 8 Create Web Application, 11 Customize, 9 decompress, 3 Flex Server, 2 geodatabase, 2, 3, 19 GLatLng, 17, 18 Google Earth, 2 Google Maps, 2, 16 HTML 5, 2 IIS, 2, 16, 23 Internet Explorer, 3 JCTC data library, 2 labels, 3 Map Service Publishing, 9 Microsoft Server 2008, 2, 23 Microsoft SQL, 2, 19, 23 Microsoft SQL Express, 2, 23 mxd file, 3, 6 password, 4, 15 Pooling, 6 Publish GIS Resource, 5 Service Manager, 3, 4, 9, 10 Service Manager of the ArcGIS Server, 3 SetCenter, 18 Silverlight, 2, 18 SQL Databases, 9 symbology, 3, 20 Techcenter GIS Data library, 3 Toolbars, 9 URL, 16 username, 4, 15 versioning, 6 Web Applications, 10 Introduction to ArcGIS Server Page 22

23 Appendix Install Key Points After Creation of Microsoft Server A great resource is: Welcome_to_the_ArcGIS_Server_10_Help/ / 2. Make sure you have a connection to the Internet 3. Must have the Microsoft.Net Framework 3.5 sp1 or equivalent 4. Install ArcGIS Desktop, add license information including extensions 5. Use the License Wizard to connect to License server or put in standalone key codes. 6. Check and make sure ArcGIS is functioning properly 7. Install Microsoft SQL Express (must have Powershell 1.0) 8. IIS must be appropriately configured 9. Install ArcGIS Server and complete the post install 10. Install ArcGIS Web Service, need to have visual studio for certain features installed 11. To use AD account must be on the domain 12. Must add yourself to the ArcGIS Admin Group Introduction to ArcGIS Server Page 23

Answer the following general questions: 1. What happens when you right click on an icon on your desktop? When you left double click on an icon?

Answer the following general questions: 1. What happens when you right click on an icon on your desktop? When you left double click on an icon? Name: Date: June 27th, 2011 GIS Boot Camps For Educators Practical: Explore ArcGIS 10 Desktop Tools and functionality Day_1 Lecture 1 Sources: o ArcGIS Desktop help o ESRI website o Getting to Know ArcGIS

More information

Exercise 1: Getting to know ArcGIS

Exercise 1: Getting to know ArcGIS The Scenario You are working for the California Visitor s Commission. You have been asked to prepare a map of California for several dignitaries from out of the country. Your map will need to include enough

More information

Simple Carpool Application using SAP NetWeaver Portal, KM, XML Forms, and Google Maps

Simple Carpool Application using SAP NetWeaver Portal, KM, XML Forms, and Google Maps Simple Carpool Application using SAP NetWeaver Portal, KM, XML Forms, and Google Maps Applies to: SAP NetWeaver Portal 6.x\7.x, Knowledge Management (KM), and Google Maps. For more information, visit the

More information

Getting started with Franson GpsGate 2.0

Getting started with Franson GpsGate 2.0 Franson GpsGate http://franson.com/gpsgate 2004-2006 Franson Technology AB, All rights reserved User's Guide Franson GpsGate v2.0 for Windows Getting started with Franson GpsGate 2.0 How you install GpsGate.

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

map1.html 1/1 lectures/8/src/

map1.html 1/1 lectures/8/src/ map1.html 1/1 3: map1.html 5: Demonstrates a "hello, world" of maps. 7: Computer Science E-75 8: David J. Malan 9: 10: --> 1 13:

More information

Heads up Digitizing v 9.3

Heads up Digitizing v 9.3 Heads up Digitizing v 9.3 Created by Vince DiNoto Vince.dinoto@kctcs.edu Table of Contents Prerequisite... 2 Getting Started... 2 ArcCatalog ArcMap Projection... 4 Attribute Table... 6 Editor... 7 Table

More information

Explore some of the new functionality in ArcMap 10

Explore some of the new functionality in ArcMap 10 Explore some of the new functionality in ArcMap 10 Scenario In this exercise, imagine you are a GIS analyst working for Old Dominion University. Construction will begin shortly on renovation of the new

More information

LAB 1: Introduction to ArcGIS 8

LAB 1: Introduction to ArcGIS 8 LAB 1: Introduction to ArcGIS 8 Outline Introduction Purpose Lab Basics o About the Computers o About the software o Additional information Data ArcGIS Applications o Starting ArcGIS o o o Conclusion To

More information

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap Harvard University Introduction to ArcMap Geographical Information Systems Institute Center for Geographic Analysis, Harvard University LAB EXERCISE 1: Basic Mapping in ArcMap Individual files (lab instructions,

More information

HCA ArcGIS. Online Tool - How To Guide V1.0 2/15/2016 HAWAII CONSERVATION ALLIANCE AGOL

HCA ArcGIS. Online Tool - How To Guide V1.0 2/15/2016 HAWAII CONSERVATION ALLIANCE AGOL HCA ArcGIS 2/15/2016 Online Tool - How To Guide V1.0 HAWAII CONSERVATION ALLIANCE AGOL Table of Contents What is ArcGIS Online?... 1 Getting Started... 1 Getting a Login... 1 Logging In... 2 Searching

More information

TRAINING GUIDE. ArcGIS Online and Lucity

TRAINING GUIDE. ArcGIS Online and Lucity TRAINING GUIDE ArcGIS Online and Lucity ArcGIS Online and Lucity This covers some basic functionality we feel you will need to be successful with Lucity with ArcGIS Online or Portal for ArcGIS Enterprise.

More information

Exercise 1: An Overview of ArcMap and ArcCatalog

Exercise 1: An Overview of ArcMap and ArcCatalog Exercise 1: An Overview of ArcMap and ArcCatalog Introduction: ArcGIS is an integrated collection of GIS software products for building a complete GIS. ArcGIS enables users to deploy GIS functionality

More information

Create a personal geodatabase

Create a personal geodatabase Create a personal geodatabase To create a personal geodatabase that corresponds to the same release as the ArcGIS for Desktop client you are using, follow these steps: 1. In ArcCatalog, right-click the

More information

Tutorial 1 Exploring ArcGIS

Tutorial 1 Exploring ArcGIS Tutorial 1 Exploring ArcGIS Before beginning this tutorial, you should make sure your GIS network folder is mapped on the computer you are using. Please refer to the How to map your GIS server folder as

More information

Server AMS/PLL 2014 SP1 for ArcGIS 10.0 SP5 Update Guide

Server AMS/PLL 2014 SP1 for ArcGIS 10.0 SP5 Update Guide Server AMS/PLL 2014 SP1 for ArcGIS 10.0 SP5 Update Guide By Azteca Systems Inc. COPYRIGHT INFORMATION Copyright 2014 by Azteca Systems Inc. All rights reserved. Azteca Systems Inc. 11075 S. State St.,

More information

Introduction to ArcGIS Server 10.1

Introduction to ArcGIS Server 10.1 Introduction to ArcGIS Server 10.1 E-Learning for the GIS Professional Any Time, Any Place! geospatialtraining.com Module Outline What is ArcGIS Server? GIS Resources and Services ArcGIS Server Components

More information

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment This activity is designed to introduce you to the Geography Lab and to the ArcMap software within the lab environment. Please

More information

How to Create a Tile Package

How to Create a Tile Package United States Department of Agriculture Digital Mobile Sketch Mapping (DMSM) How to Create a Tile Package (TPK) Forest Service Introduction A tile package (.tpk) allows you to use a set of packaged tiles

More information

ArcGIS Online Tutorial

ArcGIS Online Tutorial ArcGIS Online Tutorial ArcGIS Online allows users to make interactive maps or applications and easily share them with others. The University of Minnesota has an organizational account that can be logged

More information

Introduction to Geographic Information Systems Spring 2016

Introduction to Geographic Information Systems Spring 2016 Introduction to Geographic Information Systems Spring 2016 Exercise 2 Introduction to ArcGIS 10 Projects This exercise will introduce you to the common set-up functions of the ESRI ArcGIS software package.

More information

Lab Assignment 4 Basics of ArcGIS Server. Due Date: 01/19/2012

Lab Assignment 4 Basics of ArcGIS Server. Due Date: 01/19/2012 Lab Assignment 4 Basics of ArcGIS Server Due Date: 01/19/2012 Overview This lab assignment is designed to help you develop a good understanding about the basics of ArcGIS Server and how it works. You will

More information

USING CCCR S AERIAL PHOTOGRAPHY IN YOUR OWN GIS

USING CCCR S AERIAL PHOTOGRAPHY IN YOUR OWN GIS USING CCCR S AERIAL PHOTOGRAPHY IN YOUR OWN GIS Background: In 2006, the Centre for Catchment and Coastal Research purchased 40 cm resolution aerial photography for the whole of Wales. This product was

More information

Creating and Editing a New Shapefile

Creating and Editing a New Shapefile Creating and Editing a New Shapefile Written by Barbara Parmenter, revised October, 0 CREATING AND EDITING A NEW SHAPEFILE... CREATING THE GEOGRAPHIC FEATURE (POINT, LINE, OR POLYGON)... CREATING THE ATTRIBUTE

More information

TRAINING GUIDE. GIS Session Preview (New Features) 2017 and 2017r2

TRAINING GUIDE. GIS Session Preview (New Features) 2017 and 2017r2 TRAINING GUIDE GIS Session Preview (New Features) 2017 and 2017r2 GIS Session Preview (New Features) 2017 and 2017r2 In this session, we ll provide an overview of GIS changes since ACT 2016 and a sneak

More information

Introduction to GIS & Mapping: ArcGIS Desktop

Introduction to GIS & Mapping: ArcGIS Desktop Introduction to GIS & Mapping: ArcGIS Desktop Your task in this exercise is to determine the best place to build a mixed use facility in Hudson County, NJ. In order to revitalize the community and take

More information

Server AMS/PLL 2014 SP1 for ArcGIS 10.1 SP1 & 10.2.x Install Guide

Server AMS/PLL 2014 SP1 for ArcGIS 10.1 SP1 & 10.2.x Install Guide Server AMS/PLL 2014 SP1 for ArcGIS 10.1 SP1 & 10.2.x Install Guide By Azteca Systems Inc. COPYRIGHT INFORMATION Copyright 2014 by Azteca Systems Inc. All rights reserved. Azteca Systems Inc. 11075 S. State

More information

ICIT. Brian Hiller ESRI Account Manger. What s new in ArcGIS 10

ICIT. Brian Hiller ESRI Account Manger. What s new in ArcGIS 10 ICIT Brian Hiller ESRI Account Manger What s new in ArcGIS 10 ArcGIS 10 Fast Easy Powerful Everywhere late June 2010 ArcGIS System for Geographic Information Desktop Server Mobile Online A System A Complete

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment This activity is designed to introduce you to the Geography Lab and to the ArcMap software within the lab environment. Before

More information

TRAINING GUIDE. GIS Setup and Config for Lucity Webmap

TRAINING GUIDE. GIS Setup and Config for Lucity Webmap TRAINING GUIDE GIS Setup and Config for Lucity Webmap GIS Setup & Configuration for Lucity Webmap This session introduces you to the functionality of the GIS Setup & Configuration for Lucity Webmap. We

More information

Security overview Setup and configuration Securing GIS Web services. Securing Web applications. Web ADF applications

Security overview Setup and configuration Securing GIS Web services. Securing Web applications. Web ADF applications Implementing Security for ArcGIS Server for the Microsoft.NET NET Framework Tom Brenneman Sud Menon Schedule Security overview Setup and configuration Securing GIS Web services Using the token service

More information

Upper Lake Michigan MapBuilder Demo GLOS Mapping Workshop Traverse City, Michigan November 11, 2009

Upper Lake Michigan MapBuilder Demo GLOS Mapping Workshop Traverse City, Michigan November 11, 2009 Upper Lake Michigan MapBuilder Demo GLOS Mapping Workshop Traverse City, Michigan November 11, 2009 Background The purpose of this exercise is to build a web mapping site that integrates different sources/formats

More information

Server AMS/PLL 2014 SP1 for ArcGIS 10.1 SP1 & 10.2.x Update Guide

Server AMS/PLL 2014 SP1 for ArcGIS 10.1 SP1 & 10.2.x Update Guide Server AMS/PLL 2014 SP1 for ArcGIS 10.1 SP1 & 10.2.x Update Guide By Azteca Systems Inc. COPYRIGHT INFORMATION Copyright 2014 by Azteca Systems Inc. All rights reserved. Azteca Systems Inc. 11075 S. State

More information

Lake Superior MapBuilder Demo Mapping Mashup Workshop Minnesota GIS/LIS Conference Duluth, Minnesota October 21, 2009

Lake Superior MapBuilder Demo Mapping Mashup Workshop Minnesota GIS/LIS Conference Duluth, Minnesota October 21, 2009 Lake Superior MapBuilder Demo Mapping Mashup Workshop Minnesota GIS/LIS Conference Duluth, Minnesota October 21, 2009 Background The purpose of this exercise is to build a web mapping site that integrates

More information

GIS Virtual Workshop: Buffering

GIS Virtual Workshop: Buffering This workshop will teach the different methods of buffering data. They will include: Basic buffering of data Merging buffering zones Clipping the buffer Concentric rings around the object You will find

More information

PISCES Installation and Getting Started 1

PISCES Installation and Getting Started 1 This document will walk you through the PISCES setup process and get you started accessing the suite of available tools. It will begin with what options to choose during the actual installation and the

More information

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

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

More information

ArcGIS Enterprise Administration

ArcGIS Enterprise Administration TRAINING GUIDE ArcGIS Enterprise Administration Part 3 This session touches on key elements of Portal for ArcGIS setup, configuration and maintenance techniques. Table of Contents Portal for ArcGIS...

More information

Partner Integration Portal (PIP) Installation Guide

Partner Integration Portal (PIP) Installation Guide Partner Integration Portal (PIP) Installation Guide Last Update: 12/3/13 Digital Gateway, Inc. All rights reserved Page 1 TABLE OF CONTENTS INSTALLING PARTNER INTEGRATION PORTAL (PIP)... 3 DOWNLOADING

More information

SYNTHESYS MANAGEMENT

SYNTHESYS MANAGEMENT SYNTHESYS MANAGEMENT Teams User Management Synthesys.Net Management Basics 1 SYNTHESYS.NET MANAGEMENT Introduction... 3 Synthesys Management Features... 4 User Login... 5 Synthesys Management Main Screen...

More information

A designers guide to creating & editing templates in EzPz

A designers guide to creating & editing templates in EzPz A designers guide to creating & editing templates in EzPz Introduction...2 Getting started...2 Actions...2 File Upload...3 Tokens...3 Menu...3 Head Tokens...4 CSS and JavaScript included files...4 Page

More information

for ArcSketch Version 1.1 ArcSketch is a sample extension to ArcGIS. It works with ArcGIS 9.1

for ArcSketch Version 1.1 ArcSketch is a sample extension to ArcGIS. It works with ArcGIS 9.1 ArcSketch User Guide for ArcSketch Version 1.1 ArcSketch is a sample extension to ArcGIS. It works with ArcGIS 9.1 ArcSketch allows the user to quickly create, or sketch, features in ArcMap using easy-to-use

More information

Lab 3: Digitizing in ArcMap

Lab 3: Digitizing in ArcMap Lab 3: Digitizing in ArcMap What You ll Learn: In this Lab you ll be introduced to basic digitizing techniques using ArcMap. You should read Chapter 4 in the GIS Fundamentals textbook before starting this

More information

Implementing a chat button on TECHNICAL PAPER

Implementing a chat button on TECHNICAL PAPER Implementing a chat button on TECHNICAL PAPER Contents 1 Adding a Live Guide chat button to your Facebook page... 3 1.1 Make the chat button code accessible from your web server... 3 1.2 Create a Facebook

More information

Lesson 2 Installing and Using Quantum GIS (QGIS)

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

More information

4. If you are prompted to enable hardware acceleration to improve performance, click

4. If you are prompted to enable hardware acceleration to improve performance, click Exercise 1a: Creating new points ArcGIS 10 Complexity: Beginner Data Requirement: ArcGIS Tutorial Data Setup About creating new points In this exercise, you will use an aerial photograph to create a new

More information

George Mason University Department of Civil, Environmental and Infrastructure Engineering

George Mason University Department of Civil, Environmental and Infrastructure Engineering George Mason University Department of Civil, Environmental and Infrastructure Engineering Dr. Celso Ferreira Prepared by Lora Baumgartner December 2015 Revised by Brian Ross July 2016 Exercise Topic: GIS

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

GIS Exercise 10 March 30, 2018 The USGS NCGMP09v11 tools

GIS Exercise 10 March 30, 2018 The USGS NCGMP09v11 tools GIS Exercise 10 March 30, 2018 The USGS NCGMP09v11 tools As a result of the collaboration between ESRI (the manufacturer of ArcGIS) and USGS, ESRI released its Geologic Mapping Template (GMT) in 2009 which

More information

BIO8014 GIS & Remote Sensing Practical Series. Practical 1: Introduction to ArcGIS Desktop

BIO8014 GIS & Remote Sensing Practical Series. Practical 1: Introduction to ArcGIS Desktop BIO8014 GIS & Remote Sensing Practical Series Practical 1: Introduction to ArcGIS Desktop 0. Introduction There are various activities associated with the term GIS, these include visualisation, manipulation

More information

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views!

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views! Dreamweaver CS6 Table of Contents Setting up a site in Dreamweaver! 2 Templates! 3 Using a Template! 3 Save the template! 4 Views! 5 Properties! 5 Editable Regions! 6 Creating an Editable Region! 6 Modifying

More information

Working with Events in ArcGIS 8.2

Working with Events in ArcGIS 8.2 Working with Events in ArcGIS 8.2 This tutorial is a companion to the article, Understanding Dynamic Segmentation: Working with Events in ArcGIS in the October December 2002 issue of ArcUser magazine.

More information

2) Make sure that the georeferencing extension is on by right-clicking in the task bar area and selecting Georeferencing

2) Make sure that the georeferencing extension is on by right-clicking in the task bar area and selecting Georeferencing HGIS Workshop Module 1 Georeferencing Large Scale Scanned Historical Maps Objective: Learn the Principles of Georeferencing 1) In ArcMap, open the project 01 data\arcdata_10_1\arcdata\toronto\georeference.mxd

More information

STS INSTALLATION GUIDE

STS INSTALLATION GUIDE STS INSTALLATION GUIDE STS INSTALLATION GUIDE This document walks through the steps necessary for installing the program. FIRST STEPS: Must have administrator Rights on local computer for install If using

More information

ASSET TRACKING SYSTEM INSTALLATION GUIDE

ASSET TRACKING SYSTEM INSTALLATION GUIDE ASSET TRACKING SYSTEM INSTALLATION GUIDE 1 ASSET TRACKING SYSTEM INSTALLATION GUIDE This document walks through the steps necessary for installing the program. TO INSTALL ATS: You should have administrator

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

Workshop #12 Using ModelBuilder and Customizing the ArcMap Interface

Workshop #12 Using ModelBuilder and Customizing the ArcMap Interface Workshop #12 Using ModelBuilder and Customizing the ArcMap Interface Toolboxes can be created in ArcToolbox, in folders or within geodatabases. In this tutorial you will place the toolbox in your project

More information

Dreamweaver: Portfolio Site

Dreamweaver: Portfolio Site Dreamweaver: Portfolio Site Part 3 - Dreamweaver: Developing the Portfolio Site (L043) Create a new Site in Dreamweaver: Site > New Site (name the site something like: Portfolio, or Portfolio_c7) Go to

More information

Getting Started with ArcGIS for Server. Charmel Menzel and Ken Gorton

Getting Started with ArcGIS for Server. Charmel Menzel and Ken Gorton Getting Started with ArcGIS for Server Charmel Menzel and Ken Gorton Agenda What is ArcGIS for Server? Types of Web services Publishing resources onto the Web Clients to ArcGIS for Server Editions and

More information

Setup Guide for Op Tracker

Setup Guide for Op Tracker Setup Guide for Op Tracker Contents 1 Welcome to Op Tracker... 2 2 Data Overview... 3 2.1 Block Boundary Feature Layer... 3 2.2 Block Tracking Feature Layer... 3 2.3 Ancillary Data Feature Layer... 3 2.4

More information

The ArcGIS Integration, User Guide. ArcGISv1.01_GEv4.2_UK_User_Guide, 4Ed,pdf.docNumber of pages: 26 Printed:

The ArcGIS Integration, User Guide. ArcGISv1.01_GEv4.2_UK_User_Guide, 4Ed,pdf.docNumber of pages: 26 Printed: The ArcGIS Integration, User Guide ArcGISv1.01_GEv4.2_UK_User_Guide, 4Ed,pdf.docNumber of pages: 26 Printed: 30-04-03 GeoEnviron 4.2 Table of Contents Table of Contents Introduction...3 Development of

More information

Important notice regarding accounts used for installation and configuration

Important notice regarding accounts used for installation and configuration System Requirements Operating System Nintex Reporting 2008 can be installed on Microsoft Windows Server 2003 or 2008 (32 and 64 bit supported for both OS versions). Browser Client Microsoft Internet Explorer

More information

Accessing OGC Services To access OGC WMS and WFS open the service in the directory that you want to consume, and click on either WMS or WFS.

Accessing OGC Services To access OGC WMS and WFS open the service in the directory that you want to consume, and click on either WMS or WFS. Using Web Services Web Services Overview This user guide contains instructions on how to consume a range of services through a range of both web based and desktop GIS applications. Web services are a live

More information

Lab 18c: Spatial Analysis III: Clip a raster file using a Polygon Shapefile

Lab 18c: Spatial Analysis III: Clip a raster file using a Polygon Shapefile Environmental GIS Prepared by Dr. Zhi Wang, CSUF EES Department Lab 18c: Spatial Analysis III: Clip a raster file using a Polygon Shapefile These instructions enable you to clip a raster layer in ArcMap

More information

Click Studios. Passwordstate. Remote Session Launcher. Installation Instructions

Click Studios. Passwordstate. Remote Session Launcher. Installation Instructions Passwordstate Remote Session Launcher Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise

More information

Bookmarks to the headings on this page:

Bookmarks to the headings on this page: Squiz Matrix User Manual Library The Squiz Matrix User Manual Library is a prime resource for all up-to-date manuals about Squiz's flagship CMS Easy Edit Suite Current for Version 4.8.1 Installation Guide

More information

The ArcMap Interface and Using Basic ArcMap Analysis Tools to Create a Map

The ArcMap Interface and Using Basic ArcMap Analysis Tools to Create a Map The ArcMap Interface and Using Basic ArcMap Analysis Tools to Create a Map *You will need a computer with ESRI ArcGIS Desktop version 9.3 or higher installed* Data Download 1. Save the zipped folder with

More information

Web Publishing Basics I

Web Publishing Basics I Web Publishing Basics I Jeff Pankin Information Services and Technology Contents Course Objectives... 2 Creating a Web Page with HTML... 3 What is Dreamweaver?... 3 What is HTML?... 3 What are the basic

More information

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager MAPLOGIC CORPORATION GIS Software Solutions Getting Started With MapLogic Layout Manager Getting Started with MapLogic Layout Manager 2008 MapLogic Corporation All Rights Reserved 330 West Canton Ave.,

More information

Client-side Web Engineering 2 From XML to Client-side Mashups. SWE 642, Spring 2008 Nick Duan. February 6, What is XML?

Client-side Web Engineering 2 From XML to Client-side Mashups. SWE 642, Spring 2008 Nick Duan. February 6, What is XML? Client-side Web Engineering 2 From XML to Client-side Mashups SWE 642, Spring 2008 Nick Duan February 6, 2008 1 What is XML? XML extensible Markup Language Definition: XML is a markup language for documents

More information

DOCUMENT TRACKING INSTALLATION GUIDE

DOCUMENT TRACKING INSTALLATION GUIDE DOCUMENT TRACKING INSTALLATION GUIDE DOCUMENT TRACKING INSTALLATION GUIDE This document walks through the steps necessary for installing the program. TO INSTALL DTS: You should have administrator rights

More information

Final Project: Integrating ArcGIS Server with Google Maps Creating a Southern California Wildfire Mapping Application

Final Project: Integrating ArcGIS Server with Google Maps Creating a Southern California Wildfire Mapping Application Final Project: Integrating ArcGIS Server with Google Maps Creating a Southern California Wildfire Mapping Application In the final project for this course you will be creating an integrated Google Maps

More information

Administrative Training Mura CMS Version 5.6

Administrative Training Mura CMS Version 5.6 Administrative Training Mura CMS Version 5.6 Published: March 9, 2012 Table of Contents Mura CMS Overview! 6 Dashboard!... 6 Site Manager!... 6 Drafts!... 6 Components!... 6 Categories!... 6 Content Collections:

More information

TRAINING GUIDE. Rebranding Lucity Web

TRAINING GUIDE. Rebranding Lucity Web TRAINING GUIDE Rebranding Lucity Web Rebranding Lucity Web Applications In this booklet, we ll show how to make the Lucity web applications your own by matching your agency s style. Table of Contents Web

More information

Desktop. ArcGIS Server. ArcGIS

Desktop. ArcGIS Server. ArcGIS Getting Started with ArcGIS Server Nakul Bhatia and David Crosby ESRI Charlotte 1 Agenda g Overview of ArcGIS Server 9.3.1 Working with GIS Services Using g Web GIS Service Clients ArcGIS Online Map Caching

More information

Create a cool image gallery using CSS visibility and positioning property

Create a cool image gallery using CSS visibility and positioning property GRC 275 A8 Create a cool image gallery using CSS visibility and positioning property 1. Create a cool image gallery, having thumbnails which when moused over display larger images 2. Gallery must provide

More information

AGENT123. Full Q&A and Tutorials Table of Contents. Website IDX Agent Gallery Step-by-Step Tutorials

AGENT123. Full Q&A and Tutorials Table of Contents. Website IDX Agent Gallery Step-by-Step Tutorials AGENT123 Full Q&A and Tutorials Table of Contents Website IDX Agent Gallery Step-by-Step Tutorials WEBSITE General 1. How do I log into my website? 2. How do I change the Meta Tags on my website? 3. How

More information

IT153 Midterm Study Guide

IT153 Midterm Study Guide IT153 Midterm Study Guide These are facts about the Adobe Dreamweaver CS4 Application. If you know these facts, you should be able to do well on your midterm. Dreamweaver users work in the Document window

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

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

A Second Look at DEM s

A Second Look at DEM s A Second Look at DEM s Overview Detailed topographic data is available for the U.S. from several sources and in several formats. Perhaps the most readily available and easy to use is the National Elevation

More information

Downloading, Installing, and Configuring Blackboard Drive

Downloading, Installing, and Configuring Blackboard Drive M06-Downloading, Installing, and Configuring Blackboard Drive Blackboard Learn: Moving Content This handout contains the exact same information as the corresponding Blackboard Learn Moving Content videos

More information

Appendix Z Basic ArcMap and GDSE Tools

Appendix Z Basic ArcMap and GDSE Tools Appendix Z Basic ArcMap and GDSE Tools Introduction IFMAP has been developed within ESRI s ArcMap interface. As such, the application is inherently map-based. Although a user can enter tabular data through

More information

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing Managing Your Website with Convert Community My MU Health and My MU Health Nursing Managing Your Website with Convert Community LOGGING IN... 4 LOG IN TO CONVERT COMMUNITY... 4 LOG OFF CORRECTLY... 4 GETTING

More information

GIS Basics for Urban Studies

GIS Basics for Urban Studies GIS Basics for Urban Studies Date: March 21, 2018 Contacts: Mehdi Aminipouri, Graduate Peer GIS Faciliator, SFU Library (maminipo@sfu.ca) Keshav Mukunda, GIS & Map Librarian Librarian for Geography (kmukunda@sfu.ca)

More information

Activity: Using Mapbook

Activity: Using Mapbook Activity: Using Mapbook Requirements You must have ArcMap for this activity. Preparation: Download Mapbook. The download page is intimidating. Just scroll to the bottom and find the Download Now place.

More information

ArcGIS Extension User's Guide

ArcGIS Extension User's Guide ArcGIS Extension 2010 - User's Guide Table of Contents OpenSpirit ArcGIS Extension 2010... 1 Installation ( ArcGIS 9.3 or 9.3.1)... 3 Prerequisites... 3 Installation Steps... 3 Installation ( ArcGIS 10)...

More information

Stacey Maples GIS Specialist and Instruction Coordinator, Yale University Map Department

Stacey Maples GIS Specialist and Instruction Coordinator, Yale University Map Department WHAT S NEW IN ARC CGIS 10-5 THINGS YOU SHOUL LD KNOW! (OK, THERE S ACTUALLY MORE THAN 5 HERE) Stacey Maples GIS Specialist and Instruction Coordinator, Yale University Map Department stacey.maples@yale.edu

More information

Chapter 7. A Quick Tour of ArcGIS Pro

Chapter 7. A Quick Tour of ArcGIS Pro Chapter 7 A Quick Tour of ArcGIS Pro Skills you will learn: This tutorial is intended to get you going using ArcGIS Pro, a new desktop application that is part of ArcGIS Desktop. A separate tutorial gives

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

Print Audit 6. Print Audit 6 Documentation Apr :07. Version: Date:

Print Audit 6. Print Audit 6 Documentation Apr :07. Version: Date: Print Audit 6 Version: Date: 37 21-Apr-2015 23:07 Table of Contents Browse Documents:..................................................... 3 Database Documentation.................................................

More information

Creating a reference map

Creating a reference map Chapter 1 Creating a reference map Reference maps are basic, traditional maps. Their purpose is to illustrate geographic boundaries for cities, counties, and other areas. Reference maps have no underlying

More information

Enterprise Portal Train the Trainer User Manual WEB PARTS

Enterprise Portal Train the Trainer User Manual WEB PARTS Enterprise Portal Train the Trainer User Manual WEB PARTS Version 1.2.1 Date: January 31, 2012 Table of Contents Table of Contents... 2 1 I Need To... 3 2 Media Web Part... 10 3 Content Editor... 15 4

More information

Best Practices for Designing Effective Map Services

Best Practices for Designing Effective Map Services 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Best Practices for Designing Effective Map Services Ty Fitzpatrick Tanu Hoque What s in this session Map

More information

User Guide. Version 8.0

User Guide. Version 8.0 User Guide Version 8.0 Contents 1 Getting Started... iii 1.1... About... iii 2 Logging In... 4 2.1... Choosing Security Questions... 4 3 The File Manager... 5 3.1... Uploading a file... 6 3.2... Downloading

More information

ArcGIS Viewer for Microsoft Silverlight An Introduction

ArcGIS Viewer for Microsoft Silverlight An Introduction Esri International User Conference San Diego, CA Technical Workshops July 12, 2011 ArcGIS Viewer for Microsoft Silverlight An Introduction Art Haddad, Rich Zwaap, and Derek Law Agenda Background Product

More information

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager MAPLOGIC CORPORATION GIS Software Solutions Getting Started With MapLogic Layout Manager Getting Started with MapLogic Layout Manager 2011 MapLogic Corporation All Rights Reserved 330 West Canton Ave.,

More information

Lab 3. Introduction to GMT and Digitizing in ArcGIS

Lab 3. Introduction to GMT and Digitizing in ArcGIS Lab 3. Introduction to GMT and Digitizing in ArcGIS GEY 430/630 GIS Theory and Application Purpose: To learn how to use GMT to make basic maps and learn basic digitizing techniques when collecting data

More information

Dreamweaver MX The Basics

Dreamweaver MX The Basics Chapter 1 Dreamweaver MX 2004 - The Basics COPYRIGHTED MATERIAL Welcome to Dreamweaver MX 2004! Dreamweaver is a powerful Web page creation program created by Macromedia. It s included in the Macromedia

More information