Interface: GeoJSONFeature¶
Defined in: lib/types.ts:159
GeoJSON Point Feature with fire risk properties.
Represents a single zone as a GeoJSON feature for map visualization.
GeoJSONFeature
Properties¶
| Property | Type | Description | Defined in |
|---|---|---|---|
_links? |
HATEOASLink[] | null |
Navigation links or null | lib/types.ts:167 |
@context? |
Record\<string, string> | null |
- | lib/types.ts:166 |
geometry |
object |
Point geometry | lib/types.ts:161 |
geometry.coordinates |
[number, number] |
- | lib/types.ts:163 |
geometry.type |
"Point" |
- | lib/types.ts:162 |
properties |
GeoJSONProperties |
Zone and risk properties | lib/types.ts:165 |
type |
"Feature" |
GeoJSON type indicator | lib/types.ts:160 |