Skip to main content

Other Surfaces

Weather Alerts

You can now use the Weather Alerts service to get weather alerts from the National Weather Service intersecting with a given bounding box, point, or route path using the ALKMaps.Services.weatherAlerts function. (North America only)

Please Note: Only one geometry can be processed per request, if multiple geometries are provided you will receive an error.

ALKMaps.Services.weatherAlerts({
  point: [-75.7, 40.9],
  urgency: "Severe",
  success: function(resp) {},
  failure: function(resp) {}
});
Last updated March 1, 2022.