From 1ff10c0ff482ca030974f49fef5908ae5b218779 Mon Sep 17 00:00:00 2001 From: Jeff Yutzler Date: Thu, 17 May 2018 13:39:54 -0400 Subject: [PATCH 1/2] removing test associated with removed requirement --- spec/annexes/extension_spatialindex.adoc | 17 ----------------- 1 file changed, 17 deletions(-) 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 -|======================================== From db582bebf21e5a2762293bd4a07a060b2bf091a3 Mon Sep 17 00:00:00 2001 From: Jeff Yutzler Date: Thu, 17 May 2018 13:42:24 -0400 Subject: [PATCH 2/2] adding change log entry --- spec/annexes/background.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/annexes/background.adoc b/spec/annexes/background.adoc index e45d64a9..d473a9ba 100644 --- a/spec/annexes/background.adoc +++ b/spec/annexes/background.adoc @@ -210,6 +210,7 @@ All questions regarding this document should be directed to the editor or the co |2018-05-16| R15| Rich Fecher| 1.1.3.1.1| Clarifying use of extents in gpkg_contents with tiles content https://github.com/opengeospatial/geopackage/issue/426 |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| 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