GeoJSON4EntityFramework icon indicating copy to clipboard operation
GeoJSON4EntityFramework copied to clipboard

Create GeoJSON from Entity Framework Spatial Data or WKT

Results 4 GeoJSON4EntityFramework issues
Sort by recently updated
recently updated
newest added

When I try to create GeoJSON file from a SQL Server table with the geographies of the world countries, I get the following error on both the Russian Federation and...

"Could not create an instance of type alatas.GeoJSON4EntityFramework.GeoJsonGeometry. Type is an interface or abstract class and cannot be instantiated. Path 'Items[0].geometry.coordinates' If I have a serialized string, then try to...

It would be useful if this project included a JSON.NET `JsonConverter` at the top level that could just be used with a `[JsonConverter()]` attribute: https://www.newtonsoft.com/json/help/html/JsonConverterAttributeClass.htm Ideally, I should be able...

When GeoJSON4EntityFramework is added to a .Net Core 2.2 project, the following warnings are shown: > /home/rui/Test/Test.csproj : warning NU1701: Package 'GeoJSON4EntityFramework 2.2.0' was restored using '.NETFramework,Version=v4.6.1' instead of the...