GeoJSON.NET
GeoJSON.NET copied to clipboard
LineString and Point have no coordinates
Hello,
thank you very much for library, it is very helpful. Unfortunately I have problems with converting LineString and Points, where LineString has only one point with [0,0,0] coordinates and Point has no coordinates.
Sample output: { "type": "Feature", "geometry": { "coordinates": [ [ 0.0, 0.0, 0.0 ] ], "type": "LineString" }, "properties": { "name": "Building 43" } }, { "type": "Feature", "geometry": { "type": "Point" }, "properties": { "name": "Test" } }
Ivo.
Thanks for the comment. I do apologize as the library was really put together quickly for a specific purpose but I need to get back to updating it to support all types. I'll make note of this and we'll look at getting it into an update.