The Map Controls Bundle is a widget for displaying a ui used to move around 2D and 3D maps.
https://demos.conterra.de/mapapps/resources/apps/downloads_mapcontrols/index.html
- Add the bundle
dn_mapcontrols
to your app. - No configuration of the bundle is necessary
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