Starting in Strategy Web 9.4.1 plotting areas in an ESRI widget in Visual Insight Dashboards and Documents is now supported .Strategy relies in ARCGIS map layers to source the information of the shapes that will be displayed. In order for the correct shapes to be retrieved, a query has to be made to these map layers. The query will try to make an exact match with the map layer database to retrieve the correct areas. This forces the data in the Strategy dataset to match the map layer data to work properly. Strategy 9.4.1-10.X administrators might need to know which naming convention is being used by ESRI to populate the map layers. The following steps explain how to browse the map layer information in a browser for reference of the administrators. These instructions only apply to ESRI Cloud configurations.
To navigate map layer information in a browser, the ARCGIS webmap viewer will be used. This map viewer is only compatible with ESRI Cloud configurations.
C:\Program Files (x86)\Strategy\Web ASPx\WEB-INF\xml\config\esriConfig.xml
<layer id="1" title="US-States" ml="http://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_States_Generalized/FeatureServer/0"/>
http://www.arcgis.com/home/webmap/viewer.html?url=
http://www.arcgis.com/home/webmap/viewer.html?url=http://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/World_Countries_(Generalized)/FeatureServer/0


KB210826