-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Issue by piotrpMSFT
Thursday Jan 29, 2015 at 01:46 GMT
Originally opened as https://github.com/Microsoft/vipr-old/issues/84
\vipr\test\ProxyExtensionsUnitTests\Given_An_EntityType_From_Server.cs
When_Updating_GeoSpatial_Primitive_Property_On_Client_Then_That_Property_Must_Be_Updated_On_Server
Using a GeoSpatial property seems to be causing issues with converting the payload into a Delta. This issue, deserialization of GeoJson, is discussed in a few places like http://blogs.microsoft.co.il/applisec/2014/06/03/spatial-support-in-web-api-and-odata/. Unfortunately, it seems that since we are using Delta a custom Json deserializer is not even getting triggered. We need to find a workaround for this issue.