You are using a browser that is no longer supported. Please use the latest version of Google Chrome, Mozilla Firefox, Apple Safari, or Microsoft Edge. For more information please see the System Requirements.

Unsupported browser

You are using a browser that is not supported. JavaScript API works on the latest versions of Google Chrome, Mozilla Firefox, Apple Safari, or Microsoft Edge. Use one of these browsers and provide your feedback through GeoNet, the Esri Community.

  • {i18n.unsupportedBrowser.chrome}
  • Firefox
  • Safari
  • undefined
Loading...

Note: Support for 3D on mobile devices may vary, view the system requirements for more information.

The ElevationProfile widget is used 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 widget has its profiles configured such that it display two elevation profile lines, one for ground, one for the buildings.

let elevationProfile = new ElevationProfile({
  view: view,
  profiles: [{
      type: "ground" // first profile line samples the ground elevation
    }, {
      type: "view" // second profile line samples the view and shows building profiles
    }]
});

For more usage and configuration options see ElevationProfile in the API Reference.

elevation-profile-city-draw

Sample search results

TitleSample
Loading...