When writing large shapefiles, there are sometimes problems loading all records
to be written to memory.
I've created a patch-file that allows the ShapeFileWriter to be used to write
records sequentially one by one to output.
(header gets written with dummy values first, then updated with correct values
when you call close on the writer)
Please review this patch...
Original issue reported on code.google.com by peter.lo...@gmail.com on 28 Sep 2012 at 2:32
Original issue reported on code.google.com by
peter.lo...@gmail.com
on 28 Sep 2012 at 2:32Attachments: