You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The website currently takes the "cluster" variable of each polygon and displays it - but while it is able to simplify and gamma out polygons to make everything fit, the cluster value keeps changing between zoom levels.
Would anyone have any advice on how to preserve the cluster values on different zoom level? The raw GeoJSON file is 3gb, so some level of simplification and sparsification is needed.
The text was updated successfully, but these errors were encountered:
The gamma code is pretty ancient and I had no idea anyone was making serious use of it. I made some recent changes (#247) to improve the consistency of coalesce-densest-as-needed across zoom levels, so make sure you have a recent version of tippecanoe. If you share a sample of your data I can take a look at what specifically is going on in your case.
Hi!
I am working on the visualisation on this website:
https://morphometric-explorer-v2.netlify.app/
The website currently takes the "cluster" variable of each polygon and displays it - but while it is able to simplify and gamma out polygons to make everything fit, the cluster value keeps changing between zoom levels.
I am running the following command:
Would anyone have any advice on how to preserve the cluster values on different zoom level? The raw GeoJSON file is 3gb, so some level of simplification and sparsification is needed.
The text was updated successfully, but these errors were encountered: