Skip to content

Releases: alatas/GeoJSON4EntityFramework

GeoJSON for Entity Framework

17 Jan 21:21
Compare
Choose a tag to compare

2.2.0
-added WKT support
-added geometry transform (thanks to @jumpinjackie)(#11)
-added quick start and example projects (#10)
-reorganized whole code base and unit tests (this means lots of deletions)
-fixed some minor bugs

GeoJSON for Entity Framework

19 Sep 16:31
Compare
Choose a tag to compare

2.1.0
-added dbgeography support
-changed bbox to optional
-removed unnecessary points array from multipoint
-added unit tests for the specific spatial features
-a few cleanup

GeoJSON4EntityFramework.dll is for EF6
GeoJSON4EntityFramework5.dll is for EF5

GeoJSON for Entity Framework

12 Sep 21:13
Compare
Choose a tag to compare

GeoJSON for Entity Framework v5 & v6

v2.0.0 changes
-fixed multipoint problem (spelling mistake)
-rewrote whole test procedure including all types of spatial data
-fixed incorrect serialization of Polygon and MultiPolygon instances and added support for geometrycollection (thanx to Jackie Ng)
-added support for linestring, multilinestring, polygon inner rings and boundingbox (thanks to Tito Luyo Murata)

GeoJSON4EntityFramework.dll is for EF6
GeoJSON4EntityFramework5.dll is for EF5