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.
From this folder, serve the files with any static server:
python3 -m http.server 5174Then open http://localhost:5174.
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
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.