https://github.com/conterra/mapapps-elevation-profile
This bundle enables the ElevationProfile Widget from Esri in map.apps. It allows a user to input a polyline and calculates an elevation profile along this line.
https://github.com/conterra/mapapps-elevation-profile
3x 4x analysis mapapps
Last synced: 28 days ago
JSON representation
This bundle enables the ElevationProfile Widget from Esri in map.apps. It allows a user to input a polyline and calculates an elevation profile along this line.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-elevation-profile
- Owner: conterra
- License: apache-2.0
- Created: 2015-09-01T09:57:52.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-11-17T14:39:17.000Z (4 months ago)
- Last Synced: 2025-11-17T16:13:45.667Z (4 months ago)
- Topics: 3x, 4x, analysis, mapapps
- Language: JavaScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/public_demo_elevationprofile/index.html
- Size: 3.37 MB
- Stars: 0
- Watchers: 19
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/conterra/mapapps-elevation-profile/actions/workflows/devnet-bundle-snapshot.yml)


# 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.

## 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](https://github.com/conterra/mapapps-elevation-profile/tree/master/src/main/js/bundles/dn_elevationprofile)
## Quick start
Clone this project and ensure that you have all required dependencies installed correctly (see [Documentation](https://docs.conterra.de/en/mapapps/latest/developersguide/getting-started/set-up-development-environment.html)).
Then run the following commands from the project root directory to start a local development server:
```bash
# 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
```