https://github.com/conterra/mapapps-overviewmap
The Overview Map gives better orientation to the user by showing the current extent of the map in a smaller scaled map within a separated window.
https://github.com/conterra/mapapps-overviewmap
4x highlight mapapps
Last synced: 28 days ago
JSON representation
The Overview Map gives better orientation to the user by showing the current extent of the map in a smaller scaled map within a separated window.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-overviewmap
- Owner: conterra
- License: apache-2.0
- Created: 2020-02-28T12:26:17.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-11-21T12:04:00.000Z (4 months ago)
- Last Synced: 2025-11-21T12:21:27.977Z (4 months ago)
- Topics: 4x, highlight, mapapps
- Language: JavaScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/public_demo_overviewmap/index.html
- Size: 2.91 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/conterra/mapapps-overviewmap/actions/workflows/devnet-bundle-snapshot.yml)


# Overview Map Bundle
The Overview Map gives better orientation to the user by showing the current extent of the map in a smaller scaled map within a separated window.

## Sample App
https://demos.conterra.de/mapapps/resources/apps/public_demo_overviewmap/index.html
## Installation Guide
**Requirement: map.apps 4.4.0**
[dn_overviewmap Documentation](https://github.com/conterra/mapapps-overviewmap/tree/master/src/main/js/bundles/dn_overviewmap)
## Quick start
Clone this project and ensure that you have all required dependencies installed correctly (see [Documentation](https://docs.conterra.de/en/mapapps/latest/developersguide/getting-started/set-up-development-environment.html)).
Then 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
```