Starting with the release of Strategy ONE (March 2024), dossiers are also known as dashboards.
Strategy supports the use of the GIS Connector for ESRI Maps. This connector takes advantage of both widget capabilities for Documents as well as visualizations in Dossiers. This enables users to plot areas or place markers on a specified ESRI base map. An example of an ESRI map displaying the county areas of the state of Virginia with red and green thresholds is shown below:

This article covers the following concepts:
C:\Program Files(x86)\Strategy
\<Web Server Location>\<Strategy Web Home>\plugins
There are two display modes available for ESRI maps:


<bms> <bm key="default">http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer</bm> </bms>
<pjs> <pj id="B19DEDCC11D4E0EFC000EB9495D0F44F">
STATE_NAME (Type: esriFieldTypeString, Alias: STATE_NAME, Length: 25 )
<at id="54BABC8311D59D57C000B28A4CC5F24F">
<ml>http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer/5</ml>
<qf></qf>
<ea>state_name</ea>
SELECT STATE_NAME
FROM http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer/5
WHERE STATE_NAME = CUSTOMER_STATE
After all the changes have been applied, restart the Web Server.



KB45324