opengeospatial / geoapi

GeoAPI provides a set of interfaces in programming languages (currently Java and Python) for geospatial applications. The GeoAPI interfaces closely follow OGC specifications, adaptated to match the expectations of programmers.
http://www.geoapi.org
Apache License 2.0
118 stars 37 forks source link

Update links to WKT 2 specification #54

Open desruisseaux opened 4 years ago

desruisseaux commented 4 years ago

Replace following links to OGC 12-063r5:

http://docs.opengeospatial.org/is/12-063r5/12-063r5.html

by the following links to OGC 18-010r7:

http://docs.opengeospatial.org/is/18-010r7/18-010r7.html

This replacement has already be done in a few places, but more work is needed for the org.opengis.test.wkt package because it contains references to some specific sections of the WKT specification document, which may have changed in the new version.