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

GeoJson.NET is a library to convert KML files into GeoJSON format for .NET

Results 3 GeoJSON.NET issues
Sort by recently updated
recently updated
newest added

In class GeoJsonRootObject line 217: `v = Regex.Replace(v, "\n", "");` should be `v = Regex.Replace(v, "\n", " ");` where "\n" is replace by a one character string. This was breaking...

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...