Skip to content

Commit b6fa351

Browse files
authored
Merge pull request #441 from jyutzler/sidx
removing test associated with removed requirement
2 parents 5fdcc10 + db582be commit b6fa351

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

spec/annexes/background.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ All questions regarding this document should be directed to the editor or the co
211211
|2018-05-16| R15| Jeff Yutzler| Annex F.9 Table 23| Correcting typo in column name https://github.com/opengeospatial/geopackage/pull/434
212212
|2018-05-16| R15| Jeff Yutzler| multiple| Eliminating references to "GEOMCOLLECTION" https://github.com/opengeospatial/geopackage/issue/436
213213
|2018-05-16| R15| Jeff Yutzler| Annexes F.1, F.6| Correcting incorrect ATS references https://github.com/opengeospatial/geopackage/issue/439
214+
|2018-05-17| R15| Jeff Yutzler| Annex F.3| Removing ATS entry associated with removed requirement https://github.com/opengeospatial/geopackage/pull/441
214215
|=======================================================================
215216

216217
=== Changes to the OGC® Abstract Specification

spec/annexes/extension_spatialindex.adoc

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -274,20 +274,3 @@ Definition of SQL functions
274274
|*Reference* |Annex F.3 Req 77
275275
|*Test Type* |Capability
276276
|========================================
277-
278-
[cols="1,5a"]
279-
|========================================
280-
|*Test Case ID* |+/reg_ext/features/spatial_indexes/implementation/sql_functions+
281-
|*Test Purpose* |Verify the correct implementation of sql functions used in spatial indexes on feature table geometry columns.
282-
|*Test Method* |
283-
. Open Geometry Test Data Set GeoPackage with GeoPackage SQLite Extension
284-
. For each Geometry Test Data Set <gtype_test> 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:
285-
.. SELECT 'Fail' FROM <gtype_test> WHERE ST_IsEmpty(geom.) != empty
286-
.. SELECT 'Fail' FROM <gtype_test> WHERE ST_MinX(geom) != minx
287-
.. SELECT 'Fail' FROM <gtype_test> WHERE ST_MaxX(geom) != maxx
288-
.. SELECT 'Fail' FROM <gtype_test> WHERE ST_MinY(geom) != miny
289-
.. SELECT 'Fail' FROM <gtype_test> WHERE ST_MaxY(geom) != maxy
290-
. Pass if no 'Fail' selected from step 2
291-
|*Reference* |Annex F.3 Req 78
292-
|*Test Type* |Capability
293-
|========================================

0 commit comments

Comments
 (0)