https://github.com/conterra/mapapps-layer-sorting
The Layer Sorting Bundle allows filtering and reorganizing domain bundle contents on a per app base.
https://github.com/conterra/mapapps-layer-sorting
4x contents mapapps
Last synced: 28 days ago
JSON representation
The Layer Sorting Bundle allows filtering and reorganizing domain bundle contents on a per app base.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-layer-sorting
- Owner: conterra
- License: apache-2.0
- Created: 2025-07-09T13:02:49.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-17T08:22:29.000Z (5 months ago)
- Last Synced: 2025-10-18T11:28:23.389Z (5 months ago)
- Topics: 4x, contents, mapapps
- Language: TypeScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/public_demo_layersorting/index.html
- Size: 2.28 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/conterra/mapapps-layer-sorting/actions/workflows/devnet-bundle-snapshot.yml)


# Layer Sorting
The Layer Sorting Bundle allows you to manage the contents included in multiple domain bundles, creating a focused, app-based subset of contents.

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