-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.0_CSD01
-
Fix Version/s: V4.0_CSD02
-
Component/s: ATOM Format, JSON Format, URL Conventions
-
Labels:None
-
Environment:
[Applied]
-
Proposal:
-
Resolution:
With ODATA-390 we introduced GML and GeoJSON representations for primitive properties of Geo types.
This raises the question what format requests to the "raw" value of a Geo property return:
GET ~/Customers(1)/Address/GeoLocation/$value
This could be
- the "unwrapped" GML or GeoJSON value
- the WKT plain text value
- ...
Allowing content negotiation for /$value paths would solve this elegantly and works also well for canonical URLs to media resources.