Esri's next generation network technology, the utility network, is completely based on web services. This makes it ideally suited for building web applications. Are you ready to move beyond the desktop and develop browser-based applications for your user community? This session covers the growing utility network capabilities using the ArcGIS Maps SDK for JavaScript. We'll discuss editing, visualizing, and tracing utility networks in a web browser.
Most of the slides are made available at Esri Events > Proceedings.
-
Install the dependencies:
npm install
-
Run the Vite dev server:
npm run dev
-
Access the dev server by navigating to
http://localhost:5173/
.
Be sure to update the id
property on the arcgis-map
component in index.html
with your own map ID:
<arcgis-map item-id="map-id-goes-here"> </arcgis-map>