GeoJSON.NET icon indicating copy to clipboard operation
GeoJSON.NET copied to clipboard

LineString and Point have no coordinates

Open ivopavlik opened this issue 10 years ago • 1 comments
trafficstars

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.

ivopavlik avatar Jun 11 '15 08:06 ivopavlik

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.

bsimser avatar Aug 17 '16 01:08 bsimser