Geometry not being returned from /alerts/*? #588
-
Is there a query parameter that will allow I know i can get it by following the links to the
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
The
geometry
property is null when the alert is for an entire zone (vs a warning polygon). Zone geometry is not included as it can be complex and bloat the endpoint response by combining very dynamic data with very static data. The API provides zone endpoints to provide the geometry as needed, e.g.: https://api.weather.gov/zones/forecast/CAZ085 (as linked to byaffectedZones
).