calvinmetcalf / shapefile-js

Convert a Shapefile to GeoJSON. Not many caveats.
http://calvinmetcalf.github.io/shapefile-js/
715 stars 228 forks source link

Working around cached shapefiles #112

Closed SamNelson081 closed 2 years ago

SamNelson081 commented 5 years ago

I'm working with a shapefile that changes state when i call a function. However if i was to read in a shapefile polygons.shp that were to be altered via another program or function call, and to then attempt to read in the same polygons.shp after being altered, it seems as if only the cached file is retrieved, and not the new updated version.

Is there currently a workaround to avoid this? Or could one be implemented?

calvinmetcalf commented 5 years ago

give it a different url should do the trick for now