Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.61 KB

File metadata and controls

34 lines (23 loc) · 1.61 KB

devnet-bundle-snapshot Static Badge Static Badge

Elevation Profile

This bundle enables the ElevationProfile Widget from Esri (new in ArcGIS API for JavaScript 4.18) in map.apps. It allows a user to input a polyline and calculates an elevation profile along this line.

Screenshot App

Sample App

https://demos.conterra.de/mapapps/resources/apps/public_demo_elevationprofile/index.html

Installation Guide

Requirements:

  • map.apps 4.11.0 or later

dn_elevationprofile Documentation

Quick start

Clone this project and ensure that you have all required dependencies installed correctly (see Documentation).

Then run the following commands from the project root directory to start a local development server:

# install all required node modules
$ mvn initialize

# start dev server
$ mvn compile -Denv=dev -Pinclude-mapapps-deps

# run unit tests
$ mvn test -P run-js-tests,include-mapapps-deps