Version: 10.2.1c and 10.2.1c SP3 |
Responder Overview > Optional Functionality > Web Server > Maps > Set Up Map Documents |
If you have ArcFM Server installed and want to view the maps available in the Map Viewer section, you will need to set up a connection to your ArcGIS/ArcFM Map service. This configuration also enables the Map icon on the Customer Call screen.
Copy Code
|
|
---|---|
<Configuration> <!--configuration section that handles layers--> <!-- Valid layer types are: ArcGISDynamicMapServiceLayer ArcGISTiledMapServiceLayer ArcGISImageServiceLayer FeatureLayer --> <Layers Extent="2643073,251916,2644720,253183"> <!--Mapservices that display in the map control--> <Layer MapServiceName="Electric" Url="http://WebServerName/ArcGIS/rest/services/MapServiceName/MapServer" Visible="True" Type="ArcGISDynamicMapServiceLayer" UseForCustomerViewer="True" RefreshRate="00:01:00"/> </Layers> |
The default for RefreshRate is 1 minute, and the format is HH:MM:SS. |
As many Map Services as desired can be added in this configuration section, for example, for your landbase and electric layers. An example is the following:
<Layer MapServiceName="LandBase" Url="http://WebServerName/ArcGIS/rest/services/MapServiceName/MapServer" Visible="True" Type="ArcGISDynamicMapServiceLayer" UseForCustomerViewer="False" /> The comments in the XML note the different types that are supported. The Layer MapServiceName (such as LandBase or Electric) appear as layer names within the map control. They can be labled with any value and are not referenced elsewhere. |
If the UseForCustomerViewer value is set to True for multiple service layers, Responder will use the first instance and disregard the others. |
If you attempt to open the Map viewer using the Map icon on the Customer Call page and receive an error similar to the one below, ensure your ArcFM Server instance is running.