Skip to content

EsriDevEvents/uc2026-volume-measurement-app-js-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stockpile Volume Measurement

A small vanilla HTML/CSS/JavaScript version of the DTS 2026 plenary stockpile volume-measurement scenario.

The app uses ArcGIS Maps SDK 5.0 web components and Calcite components.

Run

From this folder, serve the files with any static server:

python3 -m http.server 5174

Then open http://localhost:5174.

Scenario Assumptions

This standalone app reuses the same source scene and layer names as dts2026-plenary:

  • WebScene item ID: 9b6f369878604581991a034a9a785d57
  • Polygon layer title: Stockpiles (Only Polygons)
  • Label layer title: Stockpiles (Only Labels)
  • Material filter value: Asphalt (RAP)
  • Slide names: Stockpiles, Stockpiles polygons, VMA | Stockpiles

Notes

The page uses ArcGIS Maps SDK 5.0 from https://jsdev.arcgis.com/5.0/ and Calcite Components 5.0.2 from jsDelivr. If the WebScene or its layers are private, they must be shared publicly or an authentication flow must be added before the app can load them.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors