Skip to content

Commit c74be1b

Browse files
authored
Merge pull request #433 from jyutzler/i432
I432
2 parents f9658aa + e741880 commit c74be1b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

spec/1_base.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,10 @@ A GeoPackage file SHALL include a `gpkg_contents` table per table <<gpkg_content
224224
|`identifier` |TEXT |A human-readable identifier (e.g. short name) for the table_name content |yes | |UNIQUE
225225
|`description` |TEXT |A human-readable description for the table_name content |yes |'' |
226226
|`last_change` |DATETIME |timestamp of last change to content, in ISO 8601 format|no |`strftime('%Y-%m-%dT%H:%M:%fZ', 'now')` |
227-
|`min_x` |DOUBLE |Bounding box minimum easting or longitude for all content in table_name |yes | |
228-
|`min_y` |DOUBLE |Bounding box minimum northing or latitude for all content in table_name |yes | |
229-
|`max_x` |DOUBLE |Bounding box maximum easting or longitude for all content in table_name |yes | |
230-
|`max_y` |DOUBLE |Bounding box maximum northing or latitude for all content in table_name |yes | |
227+
|`min_x` |DOUBLE |Bounding box minimum easting or longitude for all content in table_name. If tiles, this is informational and the tile matrix set should be used for calculating tile coordinates. |yes | |
228+
|`min_y` |DOUBLE |Bounding box minimum northing or latitude for all content in table_name. If tiles, this is informational and the tile matrix set should be used for calculating tile coordinates. |yes | |
229+
|`max_x` |DOUBLE |Bounding box maximum easting or longitude for all content in table_name. If tiles, this is informational and the tile matrix set should be used for calculating tile coordinates.|yes | |
230+
|`max_y` |DOUBLE |Bounding box maximum northing or latitude for all content in table_name. If tiles, this is informational and the tile matrix set should be used for calculating tile coordinates.|yes | |
231231
|`srs_id` |INTEGER |Spatial Reference System ID: `gpkg_spatial_ref_sys.srs_id`; when `data_type` is features, SHALL also match `gpkg_geometry_columns.srs_id`; When data_type is tiles, SHALL also match `gpkg_tile_matrix_set.srs_id` |yes | |FK
232232
|=======================================================================
233233

spec/annexes/background.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ All questions regarding this document should be directed to the editor or the co
147147
|Scott Clark |LNM Solutions |scott.clark<at>lmnsolutions.com
148148
|David Cray |U.S. Army Geospatial Center GASD |David.Cray<at>usace.army.mil
149149
|Paul Daisey |Image Matters |pauld<at>imagemattersllc.com
150+
|Rich Fecher |Radiant Solutions |richard.fecher<at>radiantsolutions.com
150151
|Nathan P. Frantz |U.S. Army Geospatial Center ERDC |Nathan.P.Frantz<at>usace.army.mil
151152
|Alessandro Furieri |Spatialite |a.furieri<at>lqt.it
152153
|Randy Gladish |Image Matters |randyg<at>imagemattersllc.com
@@ -206,7 +207,7 @@ All questions regarding this document should be directed to the editor or the co
206207
|2018-04-09| R15| Jeff Yutzler| Annex F.3| Removing erroneous part of trigger https://github.com/opengeospatial/geopackage/issues/414
207208
|2018-04-19| R15| Jeff Yutzler| Annex F.8| Updating Table 19 to fix typos and improve clarity https://github.com/opengeospatial/geopackage/pull/427
208209
|2018-05-01| R15| Jeff Yutzler| Annexes F.8, F.9, F.10| Updating R140, R141, and R145 to indicate required rows and column values https://github.com/opengeospatial/geopackage/issue/426
209-
210+
|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
210211
|=======================================================================
211212

212213
=== Changes to the OGC® Abstract Specification

0 commit comments

Comments
 (0)