Smart Grid Applications Overview > Responder Overview > Optional Configurations > Web Server > Dashboard > Government Dashboard |
Version: 10.1 |
This optional dashboard display allows you to view your network by county or city rather than by region. Responder does not limit you to only one dashboard format. You may configure to view your data using regions as well as by city and county lines. To configure this dashboard, you must have the following feature classes and they must have the appropriate model name assignments. Your data must also contain polygons that define city and county lines.
The feature classes may be named with any names you like. However, they must have the following model name assignments has shown below.
Model names are assigned using the ArcFM Properties Manager. If the model names mentioned below do not exist in a domain, they may need to be added. Refer to the Configuring ArcFM online help for more information about assigning model names and adding model names to domains.
City Feature Class
Model Name: RXCITY
Field Model Name: Assign the RXREGIONNAME field model name to the field that contains the display name for the city (e.g., the Name field).
County Feature Class
Model Name: RXCOUNTY
Field Model Name: Assign the RXREGIONNAME field model name to the field that contains the display name for the county (e.g., the Name field).
Once you have the model names assigned, you will need to make the Government Dashboard visible in the Responder web application. Use the following steps to do this:
Copy Code
|
|
---|---|
<!--
<siteMapNode url="~\Dashboard\" title="$resources:Sitemap,DashboardTitle" description="$resources:Sitemap,DashboardDescription">
<siteMapNode url="~\Dashboard\Default.aspx" title="$resources:Sitemap,ServiceDashboardTitle"
description="$resources:Sitemap,ServiceDashboardDescription"/>
<siteMapNode url="~\Dashboard\Government.aspx" title="$resources:Sitemap,GovernmentDashboardTitle"
description="$resources:Sitemap,GovernmentDashboardDescription" />
</siteMapNode>
-->
|
Copy Code
|
|
---|---|
<!--
<siteMapNode url="~\Dashboard\Default.aspx" title="$resources:Sitemap,DashboardTitle" description="$resources:Sitemap,DashboardDescription">
</siteMapNode>
-->
|