ElevationProfile components

This sample demonstrates how to display an ElevationProfile component to allow users to generate and display an elevation profile from an input path. In this sample the input path is interactively created by drawing a single- or multi-segment line. The component has the profiles property configured such that it displays two elevation profile lines, one for ground, one for the buildings.

1
2
3
4
5
6
7
8
document.querySelector("arcgis-elevation-profile").profiles = [
  {
    type: "ground" // first profile line samples the ground elevation
  },
  {
    type: "view" // second profile samples the view and shows building profiles
  }
];

For more usage and configuration options see ElevationProfile component in the Map components reference.

elevation-profile-city-draw

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

The developer dashboard has moved

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close