opengeospatial / geopackage

An asciidoc version of the GeoPackage specification for easier collaboration
https://www.geopackage.org
Other
264 stars 71 forks source link

Req 67 and extensions #437

Closed ajanett closed 6 years ago

ajanett commented 6 years ago

Annex F.1 Req 67 specifies "A. /opt/extension_mechanism/extensions/data/table_def" but this reference does not exist in the document. In fact this issue is also in Annex F.6 Req 87. Given that some geopackages may not include these particular extensions shouldn't there be a test to see whether these extensions exist at all first before failing due to the anticipated extension "values" not being present? Or perhaps that is what this reference is trying to tell us to do?

jyutzler commented 6 years ago

I corrected the broken ATS references as part of #439. Note that the ETS will skip the tests for a particular extension if that extension is not detected. This is the intent of R68 and R88.