ward-wise / ward-wise-front-end

6 stars 4 forks source link

Figure out map solution for geocoded spending data #13

Closed smacmullan closed 6 months ago

smacmullan commented 10 months ago

Data is currently in a geoJSON format, could also be moved to a CSV WKT format or a database.

We need to find a way to host the data, fetch it from the UI, and show the data on an interactive map. Proposed map solutions are Folium and Kepler.gl. I don't think Leaflet can handle showing that much data.