orbisgis / cts

Projection library in Java
GNU Lesser General Public License v3.0
50 stars 16 forks source link

CTS handle WKT version 1 only #86

Open mukoki opened 7 years ago

mukoki commented 7 years ago

Derived from issue 77 See also https://www.geomatys.com/wordpress/blog/introduction-a-la-version-2-du-format-well-known-text-wkt/ WKT version 2 has been approved in 2015. CTS should support it. A solution would be to add toWKT2 methods in every class having a toWKT method, but there are probably other solutions

ebocher commented 7 years ago

We should read the 2 versions and write only in the last version. The best will be to support both version with the parser. @mukoki What do you think ?