GeoPackageLayerProps
GeoPackageLayerProps =
LayerProps&object
Defined in: src/ExpoArcgis.types.ts:858
Props for a <GeoPackageLayer> — displays a feature table from a local .gpkg file.
The GeoPackage is opened asynchronously; the layer appears once the load completes.
Type Declaration
Section titled “Type Declaration”path:
string
Absolute path to the local .gpkg file.
tableName?
Section titled “tableName?”
optionaltableName?:string
Name of the feature table to display. When omitted, the first table in the GeoPackage is used. Construction-only — remount to change.