Interface: GeoJSONProperties
Defined in: lib/types.ts:137
GeoJSON Feature properties for a fire risk zone.
GeoJSONProperties
Properties
| Property |
Type |
Description |
Defined in |
geohash |
string |
Zone identifier |
lib/types.ts:138 |
is_regional |
boolean |
Zone scale indicator |
lib/types.ts:140 |
last_updated |
string | null |
ISO 8601 update timestamp or null |
lib/types.ts:143 |
name |
string | null |
Display name or null |
lib/types.ts:139 |
risk_category |
string | null |
Current risk category or null |
lib/types.ts:142 |
risk_score |
number | null |
Current risk score or null |
lib/types.ts:141 |