i am using sharpmap v.0.9 - (no write support) and i ve been trying to
find a way to create a new shapefile by using nts v1.2
I loading a shapefile in sharpmap and displaying fields in a
datagridview.
I am adding a new column and then want to save the new dataset using
nts.
Please download and advice : http://147.102.85.132/sharpmapV0.9-writeWithNTS.rar
I am using vb.net but a code...
Hello!
I found a mistake in wkbWriter. For Multipolygon (and for polygons) it writes 4 extra bytes filled zero.
Mistake is in the next method
protected virtual int SetByteStream(Polygon geometry)
{
int count = InitCount;
count += 4 + 4; // NumRings + NumPoints
count += 4 *...
From this release, JTS version number and NTS version numbers are synchronized, so it's simple to know the additions or fixes in the new versions simply reading JTS documentation (here: https://sourceforge.net/forum/forum.php?forum_id=561801 ). Respect to JTS, we don't have at the moment GML functionalities, but we have a brand new and fixed CoordinateSystems code. This new code is a contribute...