Diego Guidi
Diego Guidi
ok based on your code, the json generated looks correct to me ``` "Polygons": [
> It did to me as well. The problem is it can't be deserialized by CoordinateConverter. as @airbreather said earlier, we can just assume that this is not an actual...
can be related to #52 ? you states you're using the GeoJSONSerializer , but probably both serializers follow the same rules under the hood
yep, sorry about that.
please add some details about the code you wrote and the data you use
the excel states cleary that you have LineString and Polygon geometries in your data, you can write in a shapefile only LineString OR Polygon geometries, not both at the same...
I tried to load the simble polygon "wrongly formatted" with arcmap successfully (see [shell_bad_ccw.zip](https://github.com/NetTopologySuite/NetTopologySuite.IO.ShapeFile/files/7906190/shell_bad_ccw.zip)), using qgis I see that the polygon is visualized but there are problems with identify operation...
the GDB-related code is in the "IO.ShapeFile" nuget package, you don't need to add another package to your solution
Ok, the GDB-related code is in this github repository, [here](https://github.com/NetTopologySuite/NetTopologySuite.IO.ShapeFile/tree/develop/src/NetTopologySuite.IO.GDB), so I assumed that the same code is deployed in the same package. I checked and you're right, actually GDBReader/Writer...
as in the [release description](https://github.com/NetTopologySuite/NetTopologySuite.IO.ShapeFile/releases/tag/v2.0.0) > There's now just one DLL, "NetTopologySuite.IO.Shapefile.dll" sorry for the mistake