Interface: GeoJSONFeatureCollection¶
Defined in: lib/types.ts:181
GeoJSON FeatureCollection of fire risk zones.
Represents all monitored zones as a single GeoJSON collection for maps.
GeoJSONFeatureCollection
Extends¶
Properties¶
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
_links? |
HATEOASLink[] |
Navigation and action links (optional) | BaseHATEOASResponse._links |
lib/types.ts:43 |
@context? |
Record\<string, string> |
- | BaseHATEOASResponse.@context |
lib/types.ts:42 |
features |
GeoJSONFeature[] |
Array of zone features | - | lib/types.ts:183 |
risk_legend? |
RiskLegend | null |
Legend for risk categories or null | - | lib/types.ts:184 |
type |
"FeatureCollection" |
GeoJSON collection type | - | lib/types.ts:182 |