You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran the core test and passed all tests . Then ran the tiles test with the same geopackage and failed on two Core requirements that were false failures.
Bad Spatial Reference System table (gpkg_spatial_ref_sys): Required column srs_id is defined as: Type: **INTEGER**
not null: false
default value: null
primary key: true
unique: true but should be: Type: **INTEGER**
not null: true
default value: null
primary key: true
unique: true
and
Required column table_name is defined as: Type: TEXT
not null: false
default value: null
primary key: true
unique: true but should be: Type: TEXT
not null: true
default value: null
primary key: true
unique: true
The text was updated successfully, but these errors were encountered:
Ran the core test and passed all tests . Then ran the tiles test with the same geopackage and failed on two Core requirements that were false failures.
and
The text was updated successfully, but these errors were encountered: