geopackage-ts
    Preparing search index...

    Type Alias ContentsDataType

    ContentsDataType: "features" | "tiles" | "attributes"

    The data type of a GeoPackage contents entry.

    Each row in the gpkg_contents table declares its type as one of the following values, which determines how client software should interpret the associated user data table:

    • 'features' -- vector feature data (points, lines, polygons, etc.)
    • 'tiles' -- raster tile pyramid data (image tiles at multiple zoom levels)
    • 'attributes' -- non-spatial tabular attribute data