GeoJSON-Net / GeoJSON.Net.Contrib

Repository for all GeoJSON.Net *.Contrib projects
MIT License
36 stars 22 forks source link

Generate GeoJSON from Well Known Text (WKT) #11

Closed xfischer closed 7 years ago

xfischer commented 7 years ago

Issue #49 from GeoJSON.Net // GeoJSON.Net.Contrib.MsSqlSpatial referenced in project var geoJson = GeoJSONFactory.FromWKT(sring wkt, int srid);

xfischer commented 7 years ago

WktHelper class and example in readme.