clustering except for max zoom
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 3.1k
- Forks
- 430
- PR merge metrics
- No merged PRs in 30d
Description
Is there a way to achieve something similar to what this parameter in Maplibre GL JS does: https://maplibre.org/maplibre-gl-js-docs/style-spec/sources/#geojson-clusterMaxZoom= ?
I would like to have points clustered except on last zoom level.
`-zG` is not precise enough since it leaves some features clustered.
I would like to be able to specify something like `--max-zoom=12 --max-cluster-zoom=11` to indicate that above level 11 there wouldn't be clustering and to show all features.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the existing `-zG` clustering option and compare its behavior with the requested `--max-zoom` and `--max-cluster-zoom` interface. Confirm that clustering stops above the specified cluster zoom and that all features are shown at higher zoom levels, using the issue's MapLibre `clusterMaxZoom` behavior as the reference.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100