Modify Incident Report Map Extent

This configuration allows you to determine the extent of the map displayed on the Incident Report in Responder Explorer. This map is not displayed by default. You must first configure to display the location map. Once you've performed the configuration to display the map, you can determine the extent at which it is displayed.

IMPORTANT: This option requires ArcFM Server.

  1. Open Web.config located installed in: C:\Inetpub\wwwroot\Responder.
  2. Look for the following lines of XML:
    <add key="mapImage.minIncidentExtentDimension" value="500"/>
    <add key="mapImage.useIncidentDevicesAndFeaturesOnly" value="true"/>
  3. The mapImage.minIncidentExtentDimension value indicates the minimum extent at which an incident is displayed on the Incident Report. For example, if an incident has a single load point and a minimum extent of 500, the map display is centered over the point and displayed at an extent of 500 (in the units of the coordinate system). If the entire extent of the incident cannot be shown within the extent specified by this property, it is displayed at a larger extent. This property takes a value with a data type of double. Change the mapImage.minIncidentExtentDimension value according to your preference.
  4. The mapImage.useIncidentDevicesAndFeaturesOnly value indicates whether only the incident devices and features (and not load points) should be taken into account when determining the extent of an incident. Set this value to "true" to consider only the incident device/feature. Type "false" to consider affected load points as well when determining the extent.
  5. Save and close Web.config.
QR Code is a registered trademark of DENSO WAVE INCORPORATED in Japan and other countries.

Was this helpful?