GeoJSON.NET
GeoJSON.NET copied to clipboard
GeoJson.NET is a library to convert KML files into GeoJSON format for .NET
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...
Is there one?
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...