Display Location Map on Incident Report
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.
- Open Miner.Responder.Explorer.exe.config. This file is installed in: Program Files\Miner and Miner\Responder\Client\.
-
Look for the following lines of XML:
<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"/>
- Change the ShowIncidentReportMap value to true. This displays on the report the window in which the map is shown.
-
Modify the MapServerLocation value to point to the Responder
Web Server map image location. If this value is not set correctly,
the map window on the report is empty.
IMPORTANT: The Responder Web Server map image location must map to the WEB server and not the ArcFM/ArcGIS map server.
- Optionally, you can use the last two values to determine the map's height and width. By default these values are set to 600 (width) and 400 (height).
- Save and close Miner.Responder.Explorer.exe.config.
- Open Web.config. This file is installed in: C:\Inetpub\wwwroot\Responder.
-
Look for the following lines of XML:
<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" />
- Replace WebServerName with the location of your ArcFM/ArcGIS Map Server and replace MapServiceName with your ArcFM/ArcGIS map service.
You can also configure the web server to display the map data at a defined minimum extent. This requires a configuration on the web server.
