diff --git a/spec/annexes/background.adoc b/spec/annexes/background.adoc index 08ebbb6b..939db4f9 100644 --- a/spec/annexes/background.adoc +++ b/spec/annexes/background.adoc @@ -211,6 +211,7 @@ All questions regarding this document should be directed to the editor or the co |2018-05-16| R15| Jeff Yutzler| Annex F.9 Table 23| Correcting typo in column name https://github.com/opengeospatial/geopackage/pull/434 |2018-05-16| R15| Jeff Yutzler| multiple| Eliminating references to "GEOMCOLLECTION" https://github.com/opengeospatial/geopackage/issue/436 |2018-05-16| R15| Jeff Yutzler| Annexes F.1, F.6| Correcting incorrect ATS references https://github.com/opengeospatial/geopackage/issue/439 +|2018-05-17| R15| Jeff Yutzler| Annex F.3| Removing ATS entry associated with removed requirement https://github.com/opengeospatial/geopackage/pull/441 |======================================================================= === Changes to the OGC® Abstract Specification diff --git a/spec/annexes/extension_spatialindex.adoc b/spec/annexes/extension_spatialindex.adoc index 7125baf9..8fb57908 100644 --- a/spec/annexes/extension_spatialindex.adoc +++ b/spec/annexes/extension_spatialindex.adoc @@ -274,20 +274,3 @@ Definition of SQL functions |*Reference* |Annex F.3 Req 77 |*Test Type* |Capability |======================================== - -[cols="1,5a"] -|======================================== -|*Test Case ID* |+/reg_ext/features/spatial_indexes/implementation/sql_functions+ -|*Test Purpose* |Verify the correct implementation of sql functions used in spatial indexes on feature table geometry columns. -|*Test Method* | -. Open Geometry Test Data Set GeoPackage with GeoPackage SQLite Extension -. For each Geometry Test Data Set data table row for each geometry type in Annex G, for an assortment of srs_ids, for an assortment of coordinate values including empty geometries, without and with z and / or m values, in both big and little endian encodings: -.. SELECT 'Fail' FROM WHERE ST_IsEmpty(geom.) != empty -.. SELECT 'Fail' FROM WHERE ST_MinX(geom) != minx -.. SELECT 'Fail' FROM WHERE ST_MaxX(geom) != maxx -.. SELECT 'Fail' FROM WHERE ST_MinY(geom) != miny -.. SELECT 'Fail' FROM WHERE ST_MaxY(geom) != maxy -. Pass if no 'Fail' selected from step 2 -|*Reference* |Annex F.3 Req 78 -|*Test Type* |Capability -|========================================