GeoJSON4EntityFramework 2.2.0
Install-Package GeoJSON4EntityFramework -Version 2.2.0
dotnet add 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 |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
.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