ArcGIS API for javascript

Slides:



Advertisements
Similar presentations
Web GIS Oregon Explorer Marc G Rempel Oregon State University The Valley Library Oregon Explorer
Advertisements

Technical Workshops | Esri International User Conference San Diego, California Building Applications with ArcGIS Runtime SDK for Windows Phone Rex Hansen.
Intro to ArcMap Customization with Visual Basic  Create your own toolbars, buttons, interactive tools, and programs  Runs behind the scenes in ArcMap.
Esri UC 2014 | Technical Workshop | Desktop A New Way of Working in 3D Web3D across the platform Device.
Technical Workshops | Esri International User Conference San Diego, California Customizing ArcPad solutions Marika Vertzonis, Gareth Walters, Stephen Quan.
Intro to ArcGIS Kate Dougherty, Geosciences & Maps Librarian Tutorial created for version 10.1 in February 2013.
GO! NC Presented by: NCDOT GIS Unit Overview and Demonstration DiscoverBuildConnect
Esri International User Conference | San Diego, CA Technical Workshops | ArcGIS for SharePoint, An Introduction Art Haddad Rich Zwaap.
Esri International User Conference | San Diego, CA Technical Workshops | ArcGIS Runtime Euan Cameron Mary Harvey Ralf Gottschalk Road Ahead.
Sharing imagery and raster data in ArcGIS
Sharing Geographic Content
GIS technologies and Web Mapping Services
Introduction to ArcGIS API for JavaScript
Karsten Vennemann, Seattle Free and Easy Web Mapping.
Introduction to ArcGIS for Environmental Scientists Module 1 – Data Visualization Chapter 1 – GIS Basics.
Optimum route finder to the point of interest through public transport By Pratik Mehta Submitted to Dept. Comp. Science and Engineering IIT-Bombay.
Creating Apps Using ArcGIS Online Templates
LOJIC Online Map: An Inside Perspective by Brian Meyers, Jane Poole & Julie Price, LOJIC.
Best Practices for Designing Effective Map Services Tanu Hoque.
Enabling High-Quality Printing in Web Applications
Leveraging ArcGIS Online Elevation and Hydrology Services
Esri UC2013. Technical Workshop. Technical Workshop 2013 Esri International User Conference July 8–12, 2013 | San Diego, California Road Ahead - ArcGIS.
Introduction to Web AppBuilder for ArcGIS: JavaScript Apps Made Easy
Technical Workshops | Esri International User Conference San Diego, California Creating Geoprocessing Services Kevin Hibma, Scott Murray July 25, 2012.
Technical Workshops | Esri International User Conference San Diego, California Supporting High-Quality Printing in Web Applications with ArcGIS 10.1 for.
Esri UC2013. Technical Workshop. Technical Workshop 2013 Esri International User Conference July 8–12, 2013 | San Diego, California Supporting High-Quality.
Extend the Operations Dashboard with Custom Widgets (and more)
Working with Feature Services Gary MacDougall Russell Brennan.
Getting the most out of ArcMap Jack Horton & Jorge Ruiz-Valdepeña.
Esri UC 2014 | Technical Workshop | Creating Geoprocessing Services Kevin Hibma.
Esri UC 2014 | Technical Workshop | Using ArcGIS Online Analysis Widgets Shing Lin, Jerome Yang.
Desktop/Cartography. 9.2 – New Cartography Styles Flowing water legend symbol Right Click in Legend Wizard, Properties, Check ‘Override Default Patch’,
Extending the Operations Dashboard
2008 ESRI International User Conference “G eography in Action” GIS User Group Meeting September 19, 2008.
Road Ahead for Vector Mapping
ArcGIS Online: Sharing your Content Ben Ramseth John Thieling.
Susan Blake – Infrastructure Information Coordinator, City of Sarasota Utilities Department Cameron Amrine – GIS Analyst, Stantec November 5, 2015 Creating.
Advanced workflows for creating 3D Web Scenes in ArcGIS Online Javier Gutierrez and Janett Baresel.
Developing Cross Platform Apps with the ArcGIS Runtime SDK for Qt
©2010 AIR WORLDWIDE 1 Using ArcGIS Server Web Map Services in Web Map Mash-Ups Benjamin Spaulding, Ph.D. AIR Worldwide Esri Boston Dev Meet-Up 12/8/2010.
Topic 10- GIS layers to web
Theresa Valentine Spatial Information Manager Corvallis Forest Science Lab.
Esri UC 2014 | Technical Workshop | ArcGIS API for JavaScript: An Introduction Kelly Hutchins Derek Swingley.
Esri UC 2014 | Technical Workshop | Enhancing Web Map Performance in ArcGIS Online Julia Guard & Melanie Summers.
Dennis Decelle GEOG 385 American River College Fall 2014.
Sharing Maps and Layers to Portal for ArcGIS Melanie Summers, Tom Shippee, Ty Fitzpatrick.
Jeff Barrette Jeff Moulds
Shiny for RStudio Exploring Web Mapping Technology
Mapping for the interwebs
App Configuration, Customization or Development
Matthew Przyborski Sam Moore GEO244 April 27, 2017
Enhancing Web Map Performance in ArcGIS Online
Polymaps is a visualization java script library that requires SVG Data, A tile map as a base layer for a mash-up. This is not a stand alone product. It.
°.
HEATHER HALL & ADRIENNE SPITZER
Mapbox Studio Sarah and Haley.
By: Bradley Sever & Catrina McDermott
Types of Spatial Data Sites
Hosted feature layers and Esri Story Maps
Getting started with ArcGIS API for JavaScript
Web AppBuilder for ArcGIS
Leveraging ArcGIS Online Elevation and Hydrology Services
Combining ArcGIS for Server & ArcGIS Online
Tile layers, map image layers, and on-premises Web GIS
ArcGIS API for Silverlight – An Introduction
ArcGIS Online – The Road Ahead
Publishing image services in ArcGIS
Introduction to Portal for ArcGIS
Shawn Stiver ARC Fall Semester, 2016 Geography 385 GIS For The Web
ArcGIS Pro: An Introduction Overview
Presentation transcript:

ArcGIS API for javascript By Kayla tomlin and kaitlin sagdal

What category of Technology does it fall under? API

Overview of the tool ArcGIS API for JavaScript is an API that uses Javascript functionality to access and display ArcOnline data Easy to create and share 2D and 3D web apps Geoprocessing capabilities Ready to use Widgets Web-based editing allows users to add and edit data

overview of 2D map code

overview of 3d map code

Is there documentation? How much? Can you make sense of it? PLENTY! ESRI provides Tutorials https://developers.arcgis.com/javascript/ There is a library of sample scripts in the “sandbox” within each tutorial Youtube tutorial videos

What type of functionality is included? Popups You can use a feature layer to display popup data by selecting points or other map objects, or use …Locator Tasks reverse locate a point selected by the user Returns data such as lat/long and addresses for that point “listens” to a click even (user input) and displays a popup at that location Locates the data for that point and displays it in the popup table Widgets Some widgets are automatically available, like the Zoom widget, others must be manually added. Animation Open source - users edit and add data Simple to create 2D and 3D single symbol maps Supports a variety of data sources/layer types: Vector and Raster Data Feature Server/Map Server .csv files and client-side graphics ArcGIS ImageServer, SceneServer and Portal Item Geoprocessing: Hotspot Maps, Density maps, Chloropleth Buffer Zones Viewsheds Routing (Routine Tasks) Query Elevations Attribute editing – mobile You can edit from a smart phone

Widgets Locator Widget BasemapToggle Widget

What, if any, programming languages are needed to use? HTML Basic HTML skills Javascript You need to have a basic knowledge of Javascript. We were able to use tutorials and example script to get through. It would be helpful to understand the basics of Javascript.

What can ‘mash-up’ with this technology? ArcGIS API for Javascript can use your own ArcGIS server or other servers. You can share a ArcMap doc on you own ArcGIS online server. Webmaps with layers created from remotely hosted comma-separated values(CSV) files are supported. This includes fusion tables and CSV files hosted on the open web. There is a script that allows you use Google maps as a base map Layer in your ESRI JavaScript API applications. ArcGIS online’s list of mashup options… Tiled map services, Dynamic map services, Feature layers, Graphics (SVG, canvas, etc.), KML, Open street map, Bing, WMS / WMTS, Custom layers

Anything else Attribute editing – mobile You can edit from a smart phone