ArcGIS Map Integration

Overview

ArcGIS Map Field allows embedding of maps and layers created in ArcGIS mapping platform (https://www.esri.com/en-us/arcgis/about-arcgis/overview) within Appian's SAIL form. The plugin provides extensive functionality which includes capabilities to perform multiple selection across layers in the map.

Features:

  • Easily integrate with and display ArcGIS maps and add multiple layers
  • Display a pre-defined set of map and layers in the field using ArcGIS portalItem, see here for more information: https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#portalItem
  • Filter Expression allows filtering of features based on SQL-like expressions, see here: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerView.html#filter
  • Multi Selection Tool allows creation of multi selection by drawing graphic shapes and retrieve the attributes of the intersecting features. Actions can be configured on the pop up window displayed at the creation of multi selection
  • Proxy capabilities enables access to secured resources without prompting for users to login again. ArcGIS Servlet Plugin is included to enable proxy service using Appian servlet plugin, this requires unauthenticated access, see here: https://docs.appian.com/suite/help/20.2/Custom_Servlet_Plug-ins.html#authentication-and-authorization. For more information about application login and accessing of secured resources in ArcGIS, see here: https://developers.arcgis.com/javascript/latest/guide/secure-resources/#application-logins
Anonymous