jamesw98 / GeoHelper

A Blazor WASM app to view WKTs and GeoJSON strings
0 stars 0 forks source link

Shapefile import #2

Closed jamesw98 closed 3 months ago

jamesw98 commented 5 months ago

Should be able to import all geographies from a shapefile (.shp) and display them on the map. There should be a warning if the shapefile is large that it might bog down the browser

jamesw98 commented 4 months ago

As of 2/2/24, this cannot continue in the current Blazor WASM standalone app format, as Blazor WASM only support async reads, and I have yet to find a ShapeFile library that has async reads.

jamesw98 commented 3 months ago

Closed by implementing imports via JS interop