TilerAssetGeoJson interface

Represents GeoJSON with feature with an asset property

Properties

assets

Assets

boundingBox

Bounding box coordinates for the feature

collection

ID of the STAC collection this item belongs to.

id

Unique identifier for the feature

Property Details

assets

Assets

assets: Record<string, StacAsset>

Property Value

Record<string, StacAsset>

boundingBox

Bounding box coordinates for the feature

boundingBox: number[]

Property Value

number[]

collection

ID of the STAC collection this item belongs to.

collection?: string

Property Value

string

id

Unique identifier for the feature

id: string

Property Value

string