nomic-ai / deepscatter

Zoomable, animated scatterplots in the browser that scales over a billion points

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restore polygon drawing behind points.

bmschmidt opened this issue · comments

I did some Augean stables cleaning on the codebase in the last 4 months focused mostly on increasing type safety and removing half-baked features that I had experimented with. In the future, these will be more likely to live on branches.

One of the half-baked features I do want to restore was the integration with some basic mapping capabilities to add geojson (re-encoded as feather using this library.) There are a lot of cases where it's nice to add a pre-defined background polygon behind points for visualization--many geographic, but others possibly not.