Skip to content

GeoPackageLayer

const GeoPackageLayer: ForwardRefExoticComponent<LayerProps & object & RefAttributes<unknown>>

Defined in: src/layers.tsx:124

Declarative layer from a local GeoPackage (.gpkg) file. Opens the file asynchronously, picks the feature table by tableName (or the first table when omitted), and displays it once loaded. path and tableName are construction-only; remount to change.