mapbox / geojson-vt

Slice GeoJSON into vector tiles on the fly in the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug cluster points

aparzi opened this issue · comments

Hi, I'm trying to upload around 200k points but at high zoom these are not clustering. The options are the default ones. Can someone help me?

geojson-vt doesn't do clustering. Maybe you're looking for https://github.com/mapbox/supercluster?

@mourner okay thanks. Couldn't you think of a clustering implementation for the points?