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
- Example RDID for related records:
RD279908
- Example RDID for video:
RD110251
- Example RDID for end point photos:
RD110249
- Create .env file with appropriate values.
npm run release
- Production:
npm run build-prod
- Run
deploy.bat
from the directory on the server.
- Stage:
npm run deploy-stage