Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/clustering #578

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

feature/clustering #578

wants to merge 1 commit into from

Conversation

tzinckgraf
Copy link

Added more clustering layers to the map. There are now two data sources and three clustering layers. The geojson layer is so that we can cluster overlapping cities. Some of the layers have been renamed and cleaned up.

The MapCluster layer is the outer zoom layer, with clusters for cities. This is the geojson data source so we can cluster overlapping cities. There is an issue with aggregating city names in here. That is a mapbox issue that has been a long-standing issue for years.

The TreeCluster layer is for the middle zooms. It adds basic clusters of trees.

Added more clustering layers to the map. There are now two data sources
and three clustering layers. The geojson layer is so that we can cluster
overlapping cities. Some of the layers have been renamed and cleaned up.

The MapCluster layer is the outer zoom layer, with clusters for cities.
This is the geojson data source so we can cluster overlapping cities.
There is an issue with aggregating city names in here. That is a mapbox
issue that has been a long-standing issue for years.

The TreeCluster layer is for the middle zooms. It adds basic clusters of
trees.
@tzinckgraf tzinckgraf marked this pull request as draft March 22, 2023 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant