TilerInfoGeoJsonFeature interface
GeoJSON Feature object containing rio-tiler model information
Properties
| bounding |
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
id
Unique identifier for the feature
id?: string
Property Value
string
properties
type
GeoJSON type identifier
type: string
Property Value
string