]
Steven Hawkins resolved TEIID-5483.
-----------------------------------
Resolution: Done
Corrected the polygon output and removed additional whitespace not allowed by
odata/olingo.
OData polygon wkt is reversed from jts
--------------------------------------
Key: TEIID-5483
URL:
https://issues.jboss.org/browse/TEIID-5483
Project: Teiid
Issue Type: Bug
Components: OData
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Critical
Fix For: 11.2
The bnf for odata states:
"In order of traversal, points to the left side of the ring are interpreted as being
in the polygon"
Which implies that the ring(s) on the left side of the definition are the holes, vs. jts
which lists the exterior ring first.