I am plotting thousands of data points on a map, and at any point I want to fetch the data points falling in a particular map bounding box. For example, attached below is the complete view of the available data points, If I zoom in a bit, i will have fewer points and I want to fetch the data associated
Tag: deck.gl
Reloading DeckGL HexagonLayer when data array changes/Triggering reload for DeckGL HexagonLayer
I’m using DeckGL with React to display some data on an OpenStreetMap. I’m planning on implementing some filters to be able to display different views on the data I have. My main problem is, that I can’t figure out how to refresh the data representing layer after filtering the data array. I saw a bunch of people creating a DeckGL-Object