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
When viewing my tileset through a tool like MapBox Studio, I see the clusters behave very strange: they completely disappear as a zoom out rather than as I zoom in. I also have many very small, overlapping clusters closer than 50 pixels that could have been merged.
When rendering this geojson file directly using mapbox-gl-js with cluster settings { cluster: true, clusterMaxZoom: 15, clusterRadius: 100 } I'm seeing much nicer behavior with clusters merging and not being dropped as I zoom out.
Am I misconfiguring the clustering behavior in the tippecanoe CLI options?
The text was updated successfully, but these errors were encountered:
I'm using tippecanoe to generate a tileset from a geojson file with features pre-clustered at relevant zoom levels. I'm running:
When viewing my tileset through a tool like MapBox Studio, I see the clusters behave very strange: they completely disappear as a zoom out rather than as I zoom in. I also have many very small, overlapping clusters closer than 50 pixels that could have been merged.
When rendering this geojson file directly using
mapbox-gl-js
with cluster settings{ cluster: true, clusterMaxZoom: 15, clusterRadius: 100 }
I'm seeing much nicer behavior with clusters merging and not being dropped as I zoom out.Am I misconfiguring the clustering behavior in the tippecanoe CLI options?
The text was updated successfully, but these errors were encountered: