anoved / Shapetcl

Simple shapefile access for Tcl.
MIT License
3 stars 0 forks source link

Implement a flush command to write changes without closing #45

Closed anoved closed 11 years ago

anoved commented 11 years ago

Now that we save the shapefile path, we can hack this under the hood by closing the shp & dbf (thus writing changes) and immediately reopening them -- since there is no official flush mechanism exposed by Shapelib (then again, that's something we might want to patch in Shapelib)

anoved commented 11 years ago

Removed in 7c690215373327e4ee57a28af58ffb87aa7724f4.