Portal ArcGIS /propertytaxes

Slides:



Advertisements
Similar presentations
Eye on Earth Mashup example. Create and share maps Add map layers from different sources ‘mashed’ into one map Translate complex scientific data into.
Advertisements

Creating and Using a Large Scale Campus Basemap Mark Stewart and Tamara Yoder.
Esri International User Conference | San Diego, CA Technical Workshops | Under the Hood of the Esri Hydro Viewer Kenny Ling & Caitlin Scopel July 2011.
ArcGIS Online: Beginners. Logging In: Go to: Click: Sign In Type Username & Password Click: Sign In.
Virginia Geospatial Institute Order of Operations ArcGIS.com ArcGIS.com ArcGIS Explorer online ArcGIS Explorer online ArcGIS Explorer ArcGIS Explorer.
Esri UC2013. Technical Workshop. Technical Workshop 2013 Esri International User Conference July 8–12, 2013 | San Diego, California ArcGIS Viewer for Flex—
Esri UC 2014 | Technical Workshop | Desktop A New Way of Working in 3D Web3D across the platform Device.
IBIS GIS Mapping Missouri “Show and Tell”. Outline 1.What is KML 2.Why we chose KML 3.Show and Tell.
ArcGIS for Intelligence: Collaboration and Reporting Using Portal for ArcGIS Matt Funk Sarah Schwoppe.
Collector for ArcGIS: An Introduction
Esri International User Conference | San Diego, CA Technical Workshops | ArcGIS for SharePoint, An Introduction Art Haddad Rich Zwaap.
Esri UC2013. Technical Workshop. Technical Workshop 2013 Esri International User Conference July 8–12, 2013 | San Diego, California ArcGIS Online Steps.
Portal … from the trenches! Deployment Patterns
EagleTechnologyGroup ARCGIS ONLINE EXPLAINED Matt Lythe Eagle Technology.
Sharing Geographic Content
ArcGIS Online for Organizations
Introduction to ArcGIS API for JavaScript
ASP.NET Web API. ASP.NET Members MS Open Source ASP.NET MVC 4, ASP.NET Web API and ASP.NET Web Pages v2 (Razor) now all open source ASP.NET MVC 4, ASP.NET.
Creating Apps Using ArcGIS Online Templates
Tutorial: Using ArcGIS Server and ESRI ArcGIS API for Javascript Peter Sforza March 7, 2013.
Open Street Map I Mills SOC128 Fall 2013 Dan Ryan.
ArcGIS Online: Beginners. Logging In: Go to: Click: Sign In Type Username & Password Click: Sign In.
Explorer for ArcGIS in Your Organization Mabel Ney.
Learning Common GIS Workflows Rudy Prosser & Michael Sarhan.
Portal for ArcGIS An Introduction
Getting the most out of ArcGIS Web Application Templates
Introduction to Web AppBuilder for ArcGIS: JavaScript Apps Made Easy
FFT Planning and Caribou Mitigation Openings ARCgis Online Matt LeRoy, RPB.
GeoPlannerSM for ArcGIS®: An Introduction
Esri UC 2014 | Technical Workshop | ArcGIS Online: An Introduction and Overview Ray Bunn Andrew Hendrickson Tim Oliver, Horry County Paul Ross.
1 NODC Geoportal Server Yuanjie Li & Jefferson Ogata.
Dr. Martin Zhao Sept 4, Topics HTML and related tutorials on w3schools.com Related HTML tags Adding interesting features using JavaScript What is.
Esri UC 2014 | Demo Theater | An Overview of ArcGIS for Local Government’s Model ArcGIS Online Organization Scott Oppmann.
Adding ArcGIS Online to Your GIS Curriculum
Desktop Mapping: Building Map Books Jeff Barrette Michael Grossman.
ArcGIS Online: Sharing your Content Ben Ramseth John Thieling.
RJ Sunderman Product Engineer GeoEvent Extension Product Team Mark Bramer Senior Technical Analyst Esri Professional Services
Advanced workflows for creating 3D Web Scenes in ArcGIS Online Javier Gutierrez and Janett Baresel.
Combining ArcGIS for Server & ArcGIS Online Julia Guard and Matt Monson.
Esri UC 2014 | Technical Workshop | ArcGIS API for JavaScript: An Introduction Kelly Hutchins Derek Swingley.
ArcGIS API for JavaScript Building 3D Web Apps
Esri UC 2014 | Technical Workshop | Enhancing Web Map Performance in ArcGIS Online Julia Guard & Melanie Summers.
StoryTelling with ArcGIS Online Jirka Pánek //
RE-ENGINEERING FLEX APP TO JAVASCRIPT APP By Imtiaz Syed.
Creating Apps Using ArcGIS Online Templates Matt Kennedy.
Developing ArcGIS Web Mapping Applications
Web GIS: Architectural Patterns and Practices
Real-Time GIS Leveraging Stream Services
ArcGIS Runtime SDK for Android An Introduction
ArcGIS API for javascript
Starting Fresh with JavaScript 4.x
Mapping for the interwebs
Deploying ArcGIS at an Gas Utility
App Configuration, Customization or Development
ArcGIS Online Ming-Chun Lee.
Customizing and extending ArcGIS Web App Templates
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 Online Best Practices for Publishing & Sharing
ArcGIS API for Silverlight – An Introduction
Top 10 ArcGIS API for JavaScript Skills
Creating Basemaps to Manage Buildings and Facilities
Introduction to Portal for ArcGIS
Utility Viewer Former McClellan AFB.
Plumas National Forest – Recreation Opportunities
ArcGIS Pro: An Introduction Overview
Hosting Geodesign and Analysis Services in Your Portal for ArcGIS
Presentation transcript:

Portal ArcGIS /propertytaxes /e911_locator/GeocodeServer YOUYOUR USERS

ArcGIS /propertytaxes /e911_locator/GeocodeServer YOU 868 Granville St, Vancouver, BC V6Z 1K YOUR USERS Portal

ArcGIS /propertytaxes TRADITIONAL APPROACH /e911_locator/GeocodeServer DEVELOPMENT OPTIONS

ArcGIS /propertytaxes TRADITIONAL APPROACH /e911_locator/GeocodeServer DEVELOPMENT OPTIONS

ArcGIS /propertytaxes USE WEB MAP /e911_locator/GeocodeServer Portal Web Map DEVELOPMENT OPTIONS

ArcGIS /propertytaxes USE WEB MAP /e911_locator/GeocodeServer Web Map DEVELOPMENT OPTIONS

ArcGIS /propertytaxes USE WEB MAP Granville St, Vancouver, BC V6Z 1K /e911_locator/GeocodeServer Web Map DEVELOPMENT OPTIONS

ArcGIS USE WEB MAP IN TEMPLATE- BASED APP /e911_locator/GeocodeServer Portal Template Web Map DEVELOPMENT OPTIONS

ArcGIS USE WEB MAP IN APP BUILT BY THE WEB APPBUILDER (WAB) /e911_locator/GeocodeServer Portal WAB-built Web Map DEVELOPMENT OPTIONS

Hosted on portal: – Easy to discover – Featured content and galleries – Access control – oAuth 2.0 authentication – Lots of content Combines basemap and operational layers Set/override layer symbology Configure pop-ups Add bookmarks Add labeling Control Legend content Perform analysis WHAT IS A WEB MAP?

Building Applications Using the ArcGIS API for JavaScript11 Basic JavaScript and the API (with AMD syntax) require(); require(); map.js

Building Applications Using the ArcGIS API for JavaScript12 Basic JavaScript and the API (with AMD syntax) require([]); require([]); map.js array

Building Applications Using the ArcGIS API for JavaScript13 Basic JavaScript and the API (with AMD syntax) require([], function(){...}); require([], function(){...}); map.js array the callback function

Building Applications Using the ArcGIS API for JavaScript14 Basic JavaScript and the API (with AMD syntax) require( [], function(){ } ); require( [], function(){ } ); map.js

Building Applications Using the ArcGIS API for JavaScript15 require( ["esri/map"], function(Map){ var myMap = new Map("divMap"); } ); require( ["esri/map"], function(Map){ var myMap = new Map("divMap"); } ); map.js Basic JavaScript and the API (with AMD syntax) A constructor statement API module alias object index.html

Building Applications Using the ArcGIS API for JavaScript16 require( ["esri/map", "esri/layers/ArcGISDynamicMapServiceLayer"], function(Map, ArcGISDynamicMapServiceLayer){ var myMap = new Map("divMap"); var lyrUSA = new ArcGISDynamicMapServiceLayer("..."); myMap.addLayer(lyrUSA); } ); require( ["esri/map", "esri/layers/ArcGISDynamicMapServiceLayer"], function(Map, ArcGISDynamicMapServiceLayer){ var myMap = new Map("divMap"); var lyrUSA = new ArcGISDynamicMapServiceLayer("..."); myMap.addLayer(lyrUSA); } ); map.js Basic JavaScript and the API (with AMD syntax)

Building Applications Using the ArcGIS API for JavaScript17 require( ["esri/map", "esri/layers/ArcGISDynamicMapServiceLayer", "dijit/layout/BorderContainer", "dijit/layout/ContentPane", "dojo/domReady!" ], function(Map, ArcGISDynamicMapServiceLayer, BorderContainer, ContentPane){ var myMap = new Map("divMap"); var lyrUSA = new ArcGISDynamicMapServiceLayer("..."); myMap.addLayer(lyrUSA); } ); require( ["esri/map", "esri/layers/ArcGISDynamicMapServiceLayer", "dijit/layout/BorderContainer", "dijit/layout/ContentPane", "dojo/domReady!" ], function(Map, ArcGISDynamicMapServiceLayer, BorderContainer, ContentPane){ var myMap = new Map("divMap"); var lyrUSA = new ArcGISDynamicMapServiceLayer("..."); myMap.addLayer(lyrUSA); } ); map.js Basic JavaScript and the API (with AMD syntax)

Building Applications Using the ArcGIS API for JavaScript18 require( ["esri/map", "esri/layers/ArcGISDynamicMapServiceLayer", "dijit/layout/BorderContainer", "dijit/layout/ContentPane", "dojo/domReady!" ], function(Map, ArcGISDynamicMapServiceLayer, BorderContainer, ContentPane){ var myMap = new Map("divMap"}); var lyrUSA = new ArcGISDynamicMapServiceLayer("..."); myMap.addLayer(lyrUSA); } ); require( ["esri/map", "esri/layers/ArcGISDynamicMapServiceLayer", "dijit/layout/BorderContainer", "dijit/layout/ContentPane", "dojo/domReady!" ], function(Map, ArcGISDynamicMapServiceLayer, BorderContainer, ContentPane){ var myMap = new Map("divMap"}); var lyrUSA = new ArcGISDynamicMapServiceLayer("..."); myMap.addLayer(lyrUSA); } ); map.js Basic JavaScript and the API (with AMD syntax)

Building Applications Using the ArcGIS API for JavaScript19 require( ["esri/map", "esri/layers/ArcGISDynamicMapServiceLayer", "dijit/layout/BorderContainer", "dijit/layout/ContentPane", "dojo/domReady!" ], function(Map, ArcGISDynamicMapServiceLayer, BorderContainer, ContentPane){ var myMap = new Map("divMap", { basemap : "streets", center : [-76.59, 39.29], zoom : 12 }); var lyrUSA = new ArcGISDynamicMapServiceLayer("..."); } ); require( ["esri/map", "esri/layers/ArcGISDynamicMapServiceLayer", "dijit/layout/BorderContainer", "dijit/layout/ContentPane", "dojo/domReady!" ], function(Map, ArcGISDynamicMapServiceLayer, BorderContainer, ContentPane){ var myMap = new Map("divMap", { basemap : "streets", center : [-76.59, 39.29], zoom : 12 }); var lyrUSA = new ArcGISDynamicMapServiceLayer("..."); } ); map.js Basic JavaScript and the API (with AMD syntax) JSON object