GeoJSON4EntityFramework 2.1.0
See the version list below for details.
dotnet add package GeoJSON4EntityFramework --version 2.1.0
NuGet\Install-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 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.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