Error getting value from 'WellKnownValue' on 'System.Data.Entity.Spatial.DbGeography
I am using the DbGeography-Type within a SinglePageApplication (with breeze and angular). Now when using the Data with the DbGeography-Type (readOnly) there is no problem. As soon as I save an entity which has a property of DbGeography-Type I get the following error: Error getting value from 'WellKnownValue' on 'System.Data.Entity.Spatial.DbGeography' When the data is serialized to JSON (with newtonsoft JSON.NET or is it ODATA/WebAPI?), the DbGeography gets serialized correctly but the property "WellKownValue" is called "Geography". This is also reflected in the MSDN-Documentation: https:/