GeoJSON4EntityFramework 2.2.0
dotnet add package GeoJSON4EntityFramework --version 2.2.0
NuGet\Install-Package GeoJSON4EntityFramework -Version 2.2.0
<PackageReference Include="GeoJSON4EntityFramework" Version="2.2.0" />
paket add GeoJSON4EntityFramework --version 2.2.0
#r "nuget: GeoJSON4EntityFramework, 2.2.0"
// Install GeoJSON4EntityFramework as a Cake Addin #addin nuget:?package=GeoJSON4EntityFramework&version=2.2.0 // Install GeoJSON4EntityFramework as a Cake Tool #tool nuget:?package=GeoJSON4EntityFramework&version=2.2.0
GeoJSON for EntityFramework is a .net library that allows you to create GeoJSON output from EntityFramework Spatial Data or WKT inputs. In other words, It serializes different type of geometry objects to GeoJSON. It's not limited to only EF entities but It can serialize WKT inputs as well.
Features:
- Supports Entity Framework v6 (System.Data.Entity.Spatial namespace) objects
- Supports Well-known Text (WKT) inputs
- Supports DbGeometry (planar) and DbGeography (geodetic "round earth") objects
- Supports all types of features defined in geojson specs
- Supports boundingbox property defined in geojson specs
- Supports geometry transform
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5
- EntityFramework (>= 6.0.0)
- Newtonsoft.Json (>= 6.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
2.2.0
-added WKT support
-added geometry transform (thanks to @jumpinjackie)
-added quick start and example projects
-reorganized whole code base and unit tests (this means lots of deletions)
-fixed some minor bugs