A custom Esri JS app that shows road videos for RS2477 roads.
Production URLs:
| name | type | required fields |
|---|---|---|
RS2477 Centerlines |
polyline feature layer | OBJECTID RD_ID S_Name |
Video_Routes - Video Route |
points feature layer | Date_Time GPS_Track_ID |
Video End Point |
point feature layer with photo attachments | OBJECTID |
Video Report |
table | RD_ID GPS_Track_ID Date_Time URL |
Note: Field names are configurable in config.js
The sidebar displays feature details for any web map layer whose popupEnabled property is set to true. Use the layer's popup configuration to control which layers are selectable for sidebar details. A popup template is also needed to provide useful content.
The RS2477 Centerlines and Video End Point layers retain their additional application behavior when their pop-ups are enabled. Road selections support videos, highlights, and related records; endpoint selections support photo attachments.
- Example RDID for related records:
RD279908 - Example RDID for video:
RD110251 - Example RDID for end point photos:
RD110249
Releases are managed automatically via release-composite-action.
This project was developed with the assistance of GitHub Copilot.