GeoJSON4EntityFramework 2.1.0
See the version list below for details.
Install-Package GeoJSON4EntityFramework -Version 2.1.0
dotnet add package GeoJSON4EntityFramework --version 2.1.0
<PackageReference Include="GeoJSON4EntityFramework" Version="2.1.0" />
paket add GeoJSON4EntityFramework --version 2.1.0
#r "nuget: GeoJSON4EntityFramework, 2.1.0"
// Install GeoJSON4EntityFramework as a Cake Addin
#addin nuget:?package=GeoJSON4EntityFramework&version=2.1.0
// Install GeoJSON4EntityFramework as a Cake Tool
#tool nuget:?package=GeoJSON4EntityFramework&version=2.1.0
GeoJSON4EntityFramework allows you to create GeoJSON output from Entity Framework Spatial Data
Features:
- Supports Entity Framework v6 (System.Data.Entity.Spatial namespace) objects
- 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
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.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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