Skip to content

Add point_count_abbreviated property to clustered features#955

Open
oreilles wants to merge 1 commit intomapbox:masterfrom
oreilles:point-count-abbreviated
Open

Add point_count_abbreviated property to clustered features#955
oreilles wants to merge 1 commit intomapbox:masterfrom
oreilles:point-count-abbreviated

Conversation

@oreilles
Copy link
Copy Markdown

Add point_count_abbreviated property to clustered features to improve consistency with clusters generated by supercluster.
The formula used is taken from supercluster/index.js#L377-L379:

    const abbrev =
        count >= 10000 ? `${Math.round(count / 1000)  }k` :
        count >= 1000 ? `${Math.round(count / 100) / 10  }k` : count;

@e-n-f
Copy link
Copy Markdown
Contributor

e-n-f commented Nov 14, 2022

Could you please make this PR against https://github.com/felt/tippecanoe instead? The mapbox repo is essentially unmaintained now.

@oreilles
Copy link
Copy Markdown
Author

Done 👍

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.

2 participants