opencadc / tap

client and server implementation of Table Access Protocol (TAP) specification
GNU Affero General Public License v3.0
5 stars 17 forks source link

Update order of vertexes, and add closing vertex for Oracle. #142

Open at88mph opened 1 year ago

at88mph commented 1 year ago

Ensure Polygon vertices are in counter-clockwise order. Ensure Polygons are closed before sending to Oracle.

at88mph commented 1 year ago

I've included a namespace fix for the table reader as well, but it may not be the right way to fix it.