Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.32 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.32 KB

PLPCO Videos

A custom Esri JS app that shows road videos for RS2477 roads.

Production URLs:

Test URL

Web Map Requirements

Layers and Tables

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

Testing

  • Example RDID for related records: RD279908
  • Example RDID for video: RD110251
  • Example RDID for end point photos: RD110249

Releasing

  1. Create .env file with appropriate values.
  2. npm run release
  3. Production:
    1. npm run build-prod
    2. Run deploy.bat from the directory on the server.
  4. Stage:
    1. npm run deploy-stage