What's Changed
Improve geo spacial query support
- Support geo.distance() and geo.intersects() queries
- Add support for Edm.GeographyPoint type
Changes to existing behavior
- Treat geo.intersects() function as having a boolean return value. fixes prior bug where it was treated as non-boolean
- Change parsing of Edm.GeographyPoint literal to parse into Token.Value as string ' '
- Change parsing of Edm.GeographyPolygon and Edm.GeometryPolygon literal to parse into Token.Value as string ' , ...'
Full Changelog: v1.0.10...v1.0.11