https://github.com/conterra/mapapps-clusterfeaturelayer
The ClusterFeatureLayer Bundle allows you to cluster features for any point feature service.
https://github.com/conterra/mapapps-clusterfeaturelayer
3x 4x contents mapapps
Last synced: 28 days ago
JSON representation
The ClusterFeatureLayer Bundle allows you to cluster features for any point feature service.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-clusterfeaturelayer
- Owner: conterra
- License: apache-2.0
- Created: 2016-02-12T13:04:59.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2025-12-03T13:30:05.000Z (3 months ago)
- Last Synced: 2025-12-06T17:39:50.233Z (3 months ago)
- Topics: 3x, 4x, contents, mapapps
- Language: JavaScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/public_demo_clusterfeaturelayer/index.html
- Size: 2.75 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/conterra/mapapps-clusterfeaturelayer/actions/workflows/devnet-bundle-snapshot.yml)


# ClusterFeatureLayer Bundle
The ClusterFeatureLayer bundle allows you to cluster features for any point feature service.
## Build Status
[](https://github.com/conterra/mapapps-clusterfeaturelayer/actions/workflows/devnet-bundle-snapshot.yml)

[dn_clusterfeaturelayer Documentation](https://github.com/conterra/mapapps-clusterfeaturelayer/tree/master/src/main/js/bundles/dn_clusterfeaturelayer)
## Important
:warning: **Requirement: map.apps 4.12.0**
Based on the Esri Cluster Layer JS provides here: https://github.com/Esri/cluster-layer-js
## Sample Apps
https://demos.conterra.de/mapapps/resources/apps/public_demo_clusterfeaturelayer/index.html
## 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
```