Closed GoogleCodeExporter closed 9 years ago
I've generated a sample shapefile using this code:
var p1 = Factory.CreatePoint(new Coordinate(100, 100));
var p2 = Factory.CreatePoint(new Coordinate(200, 200));
var coll = new GeometryCollection(new IGeometry[] { p1, p2, });
var writer = new ShapefileWriter(Factory);
writer.Write(@"c:\test_arcview", coll);
ShapefileWriter.WriteDummyDbf(@"c:\test_arcview.dbf", 2);
(see attached file)
This file is opened with qgis and gvsig, I'm unable to open it with ArcMap so
can you
try to verify if it works?
Original comment by diegogu...@gmail.com
on 4 Feb 2010 at 2:14
Attachments:
looks ok for my tests
Original comment by diegogu...@gmail.com
on 21 Apr 2010 at 3:00
Original issue reported on code.google.com by
oha...@gmail.com
on 4 Feb 2010 at 8:03