Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.17 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.17 KB

devnet-bundle-snapshot Static Badge Static Badge

Map Controls bundle

The Map Controls Bundle is a widget for displaying a ui used to move around 2D and 3D maps.

Sample app

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

Screenshot App

Installation guide

  1. Add the bundle dn_mapcontrols to your app.
  2. No configuration of the bundle is necessary

Development guide

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