Skip to content

andrfra/mapapps-elevation-profile

 
 

Repository files navigation

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/downloads_elevationprofile4/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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.8%
  • CSS 31.7%
  • HTML 13.9%
  • TypeScript 3.6%