https://github.com/conterra/mapapps-map-controls
The MapControls bundle allows you to easily navigate your map.
https://github.com/conterra/mapapps-map-controls
4x mapapps usability
Last synced: 28 days ago
JSON representation
The MapControls bundle allows you to easily navigate your map.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-map-controls
- Owner: conterra
- License: apache-2.0
- Created: 2024-11-26T12:54:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-23T12:01:43.000Z (8 months ago)
- Last Synced: 2025-07-23T14:16:03.205Z (8 months ago)
- Topics: 4x, mapapps, usability
- Language: TypeScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/public_demo_mapcontrols/index.html
- Size: 3.76 MB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/conterra/mapapps-map-controls/actions/workflows/devnet-bundle-snapshot.yml)


# 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/public_demo_mapcontrols/index.html

## 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:
```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
```