https://github.com/conterra/mapapps-bookmarks
The bookmarks bundle allows to store the extent of the map as several bookmarks.
https://github.com/conterra/mapapps-bookmarks
4x highlight mapapps
Last synced: 28 days ago
JSON representation
The bookmarks bundle allows to store the extent of the map as several bookmarks.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-bookmarks
- Owner: conterra
- License: apache-2.0
- Created: 2020-02-27T13:45:30.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-11-17T10:39:10.000Z (4 months ago)
- Last Synced: 2025-11-17T11:26:57.602Z (4 months ago)
- Topics: 4x, highlight, mapapps
- Language: JavaScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/public_demo_bookmarks/index.html
- Size: 3.49 MB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/conterra/mapapps-bookmarks/actions/workflows/devnet-bundle-snapshot.yml)


# Bookmarks Bundle
The bookmarks bundle allows to store the extent of the map as several bookmarks.

## Sample App
https://demos.conterra.de/mapapps/resources/apps/public_demo_bookmarks/index.html
## Installation Guide
[dn_bookmarks Documentation](https://github.com/conterra/mapapps-bookmarks/tree/main/src/main/js/bundles/dn_bookmarks)
## 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
```