sql.nga_feature_tile_link Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geopackage-core Show documentation
Show all versions of geopackage-core Show documentation
Core functionality for GeoPackage implementations
CREATE TABLE nga_feature_tile_link (
feature_table_name TEXT NOT NULL,
tile_table_name TEXT NOT NULL,
CONSTRAINT pk_nftl PRIMARY KEY (feature_table_name, tile_table_name)
);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy