Smart Grid Applications Overview > Responder Overview > Optional Configurations > Client Machines > Display Location Map on Incident Report |
Version: 10.1 |
When this functionality is configured, Responder displays a location map for the selected incident on the Incident Report. To configure this, you will need to modify the Miner.Responder.Explorer.exe.config file. This option requires ArcFM Server.
<add key="ShowIncidentReportMap" value="true"/> <add key="MapServerLocation" value="http://WebServerName/responder/images/mapimage.aspx"/> <add key="IncidentReportMapWidth" value="600"/> <add key="IncidentReportMapHeight" value="400"/>
The Responder Web Server map image location must map to the WEB server and not the ArcFM/ArcGIS map server. |
<add key="mapImage.mapService" value="http://WebServerName/ArcGIS/rest/services/MapServiceName/MapServer" />
and
<Layer MapServiceName="Electric" Url="http://WebServerName/ArcGIS/rest/services/MapServiceName/MapServer" Visible="True" Type="ArcGISDynamicMapServiceLayer" />
You may also configure the web server to display the map data at a defined minimum extent. This requires a configuration on the web server.