Overview Page¶
The Overview page serves as the main dashboard for the VEM Common Operating Picture (COP), providing a comprehensive view of current statewide conditions.
Serves as the main landing page for the VEM COP dashboard and provides a snapshot of SEOC status and key statewide emergency response related indicators.
Purpose¶
This page provides:
- Quick situational awareness of Vermont's current state
- Summary statistics and key indicators
- Multi-map synchronized views
- Access to all major operational functions
Page Layout¶
The page uses a fullscreen layout with the following components:
- Header: Application title, dynamic status text and color, date/time, and logo
- Navigation: Tab-based navigation between different views
- Map Area: Primary interactive map area
- Side Columns: Widgets for data display and interaction
Header Section¶
The header is the primary visual cue for the SEOC operations status and is visible on all pages of the COP. It contains the following elements:
Click For More Info
-
Text Widget: Includes the title of the dashboard with a dynamic background color controlled by the SEOC Status.
-
Status Styling: When the SEOC status in the
VT EOCs - Statuslayer is updated, the background color of the header is dynamically styled:Status Hex Swatch Level 1 - Normal Operations #007834 Level 2 - Enhanced Operations #b5a400 Level 3 - Partial Activation #e89d00 Level 4 - Full Activation #bf0017 Inactive #525252 Unknown #b6b6b6 The below illustrates how the SEOC status background color is list is dynamically styled using the
Statusfield.
-
-
Embed Widget: A live time & date indicator tied to an html file hosted in VCGI's Azure blob storage.
- HTML Source: The html supporting this indicator is available here
-
Image Widget: VEM branding logo available here
- Navigation Widget: Horizontal tabs linked to individual pages. The color of each tab changes dynamically on hover and click.

Sidecar Section¶
The left side of the page contains a Sidecar Widget the user can expand/contact. It contains the following elements:
Click For More Info
-
Sidecar Widget: The primary container that is expanded by default, it contains numerous row widgets, which each contain an image widget and a text widget. Each row corresponds to a unique indicator connected to a data layer in the map widget.
-
Indicator Sources: Each indicator is updated using a data source from the VT COP - Current map:
Indicator Data Source Icon Source Field Attribute Expression 511 Incidents VT 511 Icon See Arcade Expression BelowOpen Shelters VEM Icon COUNT({ObjectID})Recovery Centers VEM Icon COUNT({ObjectID})211 Calls ⚠️ VEM ⚠️ Icon ⚠️ TBDDeclared Disasters FEMA Icon See Arcade Expression BelowBoil Water Notices VTANR Icon COUNT({WSID})Boil Water Notices - Storm Related VTANR Icon COUNT({WSID})
Arcade Expressions Used in Sidecar Widget:
The following expression was used to visualize the Declared Disasters Indicator counts:
Declared Disasters: Unique Count// Specify Declaration Number field name var fieldName = 'dec_number'; // Create a FeatureSet containing one feature for each unique value in the specified field var uniqueValues = Distinct($dataSources["dataSource_2-198e89789a5-layer-65-198e896fdbf-layer-64"].layer, fieldName); // Return the count of the unique features. return Count(uniqueValues);
The following expression creates a group based on the incident name and then counts the # of unique groups.
VT 511: Unique Count// This script correctly counts the number of unique incidents. // Group records by the 'Name' field. A simple statistic is required // by the function, but we only care about the groups themselves. var incidentGroups = GroupBy($dataSources["dataSource_2-198e8bab3ca-layer-76-198f5ed1084-layer-48"].layer, 'Name', [ { name: 'group_count', expression: '1', statistic: 'COUNT' } ]); // Count how many unique groups (incidents) were created. return Count(incidentGroups);
-
Map Section¶
The center visual of the page contains the situational awareness map. For more information on the data layers displayed in the map, visit the Situational Awarness Map page. The map widget contains the following elements:
Click For More Info
-
Map Widget: Includes a number of features that help the user explore relevant data layers.
-
Map Tool Descriptions: Each of the buttons on the map the following functionality to the user:
-
-
Zoom to Town Filter Widget: After the user selects a town from the dropdown list, the map will zoom to the selected town. The user can clear the filter by clicking the 'Reset all filters' icon in the lower right corner (arrow inside of circle).

-
Active EOCs Filter Widget: In most cases, the user will just need to close this filter. However, the user can display all EOCs (State and municipal) by toggling the filter off. Updates for municipal EOCs are inconsistent, so the best option is to leave this filter toggled on.

-
Add Data Widget: Users can add local data or provide a url to a web resource to display on the map. This is only saved for their map session and not uploaded to the COP dashboard.

-
Search Tool: Users can select the geocoding service they want to use (VCGI composite is best for Vermont) and enter an address or coordinates.

-
Layers Button: Users can add local data or provide a url to a web resource to display on the map. This is only saved for their map session and not uploaded to the COP dashboard.
- The screenshot on the left illustrates the list of available layers the user can turn on and off (by clicking the eye icon). The screenshot on the right displays the symbology associated with each visible data layer.
Accordian Sections¶
The right side of the page displays two columns containing accordian widgets, which allow users to expand/contract content linked to data layers in the map.
Click For More Info
-
VT511 CCTV Cameras Accordian Widget: The primary accordian widget contains a List Widget linked to the VT 511 CCTV Cameras layer. When expanded, the user can search for a specific camera name (magnifying glass icon), scroll through the images, and click on the magnify button (magnifying glass in rectangle) for a full-screen view of the image. When the user selects an image, the map will zoom to the location of the CCTV camera.
-
Boil Water Notices Accordian Widget: The primary accordian widget contains a Feature Info Widget linked to the Boil Water Notices table. The user can navigate between eatch feature summary using the navigation arrows.
-
Reported Spills Accordian Widget: The primary accordian widget contains a Feature Info Widget linked to the Reported Spills table. The user can navigate between eatch feature summary using the navigation arrows.
-
⚠️ SEOC Status Summary Accordian Widget: The primary accordian widget contains a Text Widget. This widget is still under development and needs to be tied to an appropriate data layer.
-
⚠️ Overview Statistics Accordian Widget: The primary accordian widget contains Text Widgets. These widget are a combination of smaller text indicators tied to the same layers in the Sidecare Widget and links out to relevant agencies and organization. This widget is still under development and needs to be updated.
-
NWS Alerts & Warnings Accordian Widget: The primary accordian widget contains a Feature Info Widget linked to the NWS Current Events layer. The user can navigate between eatch feature summary using the navigation arrows. When the user navigates through each entry, the coverage area for each alert or warning is highlighted on the map. The user can clear the highlighting by clicking on the clear selection button (x inside dashed square).
Best Practices¶
Performance Optimization¶
- Keep 4-5 layers active for best performance
- Use appropriate zoom levels for data visibility
- Clear old incidents and events periodically
- Close unused widgets when not needed
Data Interpretation¶
- Check timestamps on data feeds
- Verify alert severity levels
- Cross-reference multiple data sources
- Consider data aggregation levels
Related Pages¶
- Weather Page - Detailed weather monitoring
- Fire Risk Page - Detailed fire danger and current wildfire status
- VT Outages Page - Power outage tracking
Feedback¶
If you have suggestions for improving this page or need additional functionality, contact John Van Hoesen.











