Skip to content

conterra/mapapps-map-controls

Repository files navigation

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