GeoJSON-Net / GeoJSON.Net.Contrib

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

Switch Lat Lon #8

Closed TheBiggestTony closed 8 years ago

TheBiggestTony commented 8 years ago

Hi guys!

I have a problem with conversion from SqlGeography to IGeometryObject (use method - MsSqlSpatialConvert.ToGeoJSONGeometry). At the entrance I submit Longitude, Latitude, and the output is a sequence contrary Latitude, Longitude.

May be bug at line 63,70 SqlGeographyGeoJSONSink.cs ?

Thanks.

xfischer commented 8 years ago

Thanks for reporting the issue @develtos ! There was effectively a misorder in lat/lon parameters. This is now fixed. @jbattermann could you push to nuget ?

joergbattermann commented 8 years ago

@xfischer built & published! :+1:

TheBiggestTony commented 8 years ago

thnx