MSTR ESRI MAPS How to Integrate with ArcGis Rest Services

Slides:



Advertisements
Similar presentations
POpulation and PLAces research group Creating Shape files using ArcGIS Susan Lomax.
Advertisements

Desktop Internet Access and Online Services Edited by Ling Zhang.
ArcGIS Online Peng Gao.  Online mapping is one of the hot topics in the GIS community  ArcGIS Online is the online version of ArcGIS What is ArcGIS.
Building a GeoPortal with the ArcGIS for Flex Viewer Denver PUG 5/12/2011 Mike Riley.
Virginia Geospatial Institute Order of Operations ArcGIS.com ArcGIS.com ArcGIS Explorer online ArcGIS Explorer online ArcGIS Explorer ArcGIS Explorer.
Authoring, Serving, and Consuming CAP with ArcGIS Anak Agung Gde Agung ESRI.
Internet enabled GIS GIS Topics and Applications John Reiser Rowan University.
Esri UC2013. Technical Workshop. Technical Workshop 2013 Esri International User Conference July 8–12, 2013 | San Diego, California ArcGIS Viewer for Flex—
Esri Maps for Salesforce and Microsoft Dynamics CRM
IBIS GIS Mapping Missouri “Show and Tell”. Outline 1.What is KML 2.Why we chose KML 3.Show and Tell.
ESRM 250 & CFR 520: Introduction to GIS © Phil Hurvitz, KEEP THIS TEXT BOX this slide includes some ESRI fonts. when you save this presentation,
Integrate Online Maps and Demographic reports Edited by Ling Zhang.
Sharing imagery and raster data in ArcGIS
October The SEIS principles are basis for EEA‘s EyeOnEarth work Data and information are: Managed as close as possible to its source. Collected.
Batch Geocoding Online Bruce Harold
Copyright © 2014, 2015 William R. Vaughn All rights reserved William R. Vaughn.
Matthew Lerner Senior Product Specialist June, 2008 Location Intelligence: GIS Mapping with WebFOCUS and ESRI.
Optimum route finder to the point of interest through public transport By Pratik Mehta Submitted to Dept. Comp. Science and Engineering IIT-Bombay.
1.  Use the anchor element to link from page to page  Configure absolute, relative, and hyperlinks  Configure relative hyperlinks to web pages.
Attributes in ArcGIS. ArcGIS Attributes FID – ESRI’s internal identifier Shape – Actual spatial data.
Enabling High-Quality Printing in Web Applications
ArcGIS Explorer GIS Workshop Week 8. ArcGIS Explorer Online A free mapping application that runs in your internet browser Create interactive maps (picture.
Explorer for ArcGIS in Your Organization Mabel Ney.
Esri UC 2014 | Technical Workshop | Esri Roads and Highways: Integrating and Developing LRS Business Systems Tom Hill.
Introduction to Web AppBuilder for ArcGIS: JavaScript Apps Made Easy
Grid-based geoprocessing web service EFGS Lisbon Pieter Bresters.
FFT Planning and Caribou Mitigation Openings ARCgis Online Matt LeRoy, RPB.
GeoPlannerSM for ArcGIS®: An Introduction
Esri Maps for Office: Getting Started
Working with Feature Services Gary MacDougall Russell Brennan.
Rev Advanced User Training We’ll Start at 9:00AM Mike Horan Pictometry Trainer.
Intro to GIS | Summer 2012 Attribute Tables – Part 1.
Adding ArcGIS Online to Your GIS Curriculum
Department of Geography
ArcGIS Online: Sharing your Content Ben Ramseth John Thieling.
Territory Mapper Copyright 2010, TTG, Incorporated The Export utility, found under the File menu, creates a list of map units and their Hierarchy assignments.
Esri UC 2014 | Demo Theater | Batch Geocoding Online Bruce
Topic 10- GIS layers to web
Microsoft ® Official Course Implementing Enterprise Content Management Microsoft SharePoint 2013 SharePoint Practice.
GPX – GPS Exhange format KML – Google keyhole file CSV – Comma seperated file SHP – Esri Shape file,... GPX – GPS Exhange format KML – Google keyhole.
Esri UC 2014 | Technical Workshop | ArcGIS API for JavaScript: An Introduction Kelly Hutchins Derek Swingley.
Community MapBuilder Workshop Client-Side Feature Rendering (SLD) and Vector Graphics Pat Cappelaere
MyFloridaMarketPlace Analysis 2.0 Functional Overview.
Esri UC 2014 | Technical Workshop | Administering ArcGIS for Server with Python Jon Bodamer.
© 2016 IBM Corporation EsriJS Connector. © 2016 IBM Corporation Overview This presentation is a review of the EsriJS Connector feature introduced in TRIRIGA.
Esri UC 2014 | Technical Workshop | Address Maps and Apps for State and Local Government Allison Muise Nikki Golding Scott Oppmann.
All rights reserved. © 2009 Tableau Software Inc. Advanced Mapping Techniques Austin Dahl, Dirk Karis, Robert Morton Tableau Software.
Business Analyst Web App and ArcGIS Online Anna Hou Julia Holtzclaw.
Sharing Maps and Layers to Portal for ArcGIS Melanie Summers, Tom Shippee, Ty Fitzpatrick.
ArcGIS for Server Security: Advanced
ArcGIS for the Military: Creating and Sharing Military Overlays
Real-Time GIS Leveraging Stream Services
Mapping for the interwebs
How to add a non-Analytics widget to the Alma Dashboard
Lecture 3 Interacting with Data.
Working with Feature Layers
Geocoding with ArcGIS Online
Basics and Navigation Module 2.
Enhancing Web Map Performance in ArcGIS Online
Baxter Shandobil Adele Rife
Accessing Spatial Information from MaineDOT
Shankar Chandrasekaran
AutoCAD and GIS Jim Graham.
INTAKE OF NEW PORTFOLIO AND INVOICES
Mapping Tips & Tricks Did You Know About That?.
Collaborative Business Solutions
ArcGIS Workflow Manager: Using Custom Properties to Automate Workflows
Best Practices for Designing Effective Map Services: Case Studies
Publishing image services in ArcGIS
Creating Basemaps to Manage Buildings and Facilities
Presentation transcript:

MSTR ESRI MAPS How to Integrate with ArcGis Rest Services Bert Utrecht Sales Engineer MicroStrategy

Agenda ESRI MAPS ESRI ArcGIS Rest (web) Services Configuration of MSTR Config Files Mapping example dashboard

Copyright © 2017 MicroStrategy Incorporated. All Rights Reserved. ESRI Maps Copyright © 2017 MicroStrategy Incorporated. All Rights Reserved.

ESRI Maps MSTR and ESRI Integration via *.KML Files *.SHP Files (10.7) Custom shapes, created as KML or SHP file ArcGIS rest (web) services

Copyright © 2017 MicroStrategy Incorporated. All Rights Reserved. ESRI ArcGIS Rest (web) Services Copyright © 2017 MicroStrategy Incorporated. All Rights Reserved.

ESRI ArcGIS Rest (web) Services ESRI Free Rest Webservices Default MSTR configured maps can be found in ESRIconfig.xml <layer id="4” title="World-Countries Detailed" ml="http://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/World_Countries/FeatureServer/0"/> ESRI ArcGis Startpage http://services.arcgis.com/P3ePLMYs2RVChkJx/ArcGIS/rest/services These are ESRI Free Rest Webservices which can be called via a service URL. The service URL needs to have a key field, which is normally the name.

ESRI ArcGis Startpage http://services.arcgis.com/P3ePLMYs2RVChkJx/ArcGIS/rest/services Overview of list of ArcGis Rest Services

ESRI ArcGis Startpage World Countries Example of World Countries

ESRI ArcGis Back to Florida https://services.arcgis.com/JMAJrTsHNLrSsWf5/arcgis/rest/services/FloridaCounties/FeatureServer/0 For florida only there is a ArcGis webservice url available. Unique field in this case is COUNTY_NAM.

Copyright © 2017 MicroStrategy Incorporated. All Rights Reserved. Configuration of MSTR config files Copyright © 2017 MicroStrategy Incorporated. All Rights Reserved.

Configuration of MSTR config files (works also for Desktop) 2 Files we need to configure (always backup your files before making any changes !) esriConfig.xml in folder \\Program Files (x86)\MicroStrategy\Web ASPx\WEB-INF\xml\config mstrGeoShapesConfig.xml in folder \\Program Files (x86)\MicroStrategy\Web ASPx\WEB-INF\xml\config Add new layer and shape for Florida to esriConfig.xml

Configuration of MSTR config files Add new shape reference for Florida to mstrGeoShapesConfig.xml desc is used to show in VI Dashboard Important are roleID shapeKey (Unique Field name you are querying)

Copyright © 2017 MicroStrategy Incorporated. All Rights Reserved. Dashboard mapping example Copyright © 2017 MicroStrategy Incorporated. All Rights Reserved.

Dashboard mapping example ‘Florida Only’ ‘States and Counties by FIPS Code

MSTR Desktop mapping example, all FIPS For performance reasons, filter the data, the limit is depending on browser rendering in web FYI, it took 2 minutes to render all FIPS points, 3142 counties, in Desktop

Data Import Keyfields such as county_nam (in the florida example) needs to be imported with Geography set to none

ESRI Map Format Properties (VI) dashboard The county name attribute is added as a Geo Attribute. In the format properties of the ESRI map you can select the custom created boundaries. Custom Boundaries

Copyright © 2017 MicroStrategy Incorporated. All Rights Reserved. Thank you Copyright © 2017 MicroStrategy Incorporated. All Rights Reserved.