mapbox / geojson-vt

Slice GeoJSON into vector tiles on the fly in the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rendering huge points

aparzi opened this issue · comments

Hello everyone, I have integrated the library with openlayers. By rendering 300K lines it works correctly, instead with 100/200K points everything freezes up to significantly increase the RAM. I'm using the library's default options, I've noticed that decreasing the width of the tiles is slightly better but not optimal. am I doing something wrong? Do you have any suggestions?

@mourner this issue may be closed. Could we think of a clustering implementation for the points? So as not to use two libraries

HI @mourner, what do you think if we introduce clustering for points?

Thanks.

Nope, no plans to do this within the scope of this project.