TilerInfoGeoJsonFeature interface

GeoJSON Feature object containing rio-tiler model information

Properties

boundingBox

Bounding box coordinates for the feature

geometry

Geometry object defining the feature's shape

id

Unique identifier for the feature

properties

Properties

type

GeoJSON type identifier

Property Details

boundingBox

Bounding box coordinates for the feature

boundingBox?: number[]

Property Value

number[]

geometry

Geometry object defining the feature's shape

geometry: GeometryUnion

Property Value

id

Unique identifier for the feature

id?: string

Property Value

string

properties

Properties

properties: Record<string, TilerInfo>

Property Value

Record<string, TilerInfo>

type

GeoJSON type identifier

type: string

Property Value

string