We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MWAC had some zones added midseason to their Obs only. They are hoping the app can be updated to reflect what's happening on their website.
The text was updated successfully, but these errors were encountered:
These get exposed as alternate_zones in the widget config, we need to download the KML, parse it and use those zones.
alternate_zones
$ curl -s https://api.avalanche.org/v2/public/avalanche-center/BTAC | jq --raw-output .widget_config.observation_viewer.alternate_zones https://nac-web-platforms.s3.us-west-1.amazonaws.com/assets/kml/BTAC_AlternateZones_241202.kml $ curl -s https://api.avalanche.org/v2/public/avalanche-center/MWAC | jq --raw-output .widget_config.observation_viewer.alternate_zones https://www.mountwashingtonavalanchecenter.org/wp-content/uploads/obs-kml/MWAC_observation_zones011825.kml
xref #724
Sorry, something went wrong.
wheninseattle
Successfully merging a pull request may close this issue.
MWAC had some zones added midseason to their Obs only. They are hoping the app can be updated to reflect what's happening on their website.
The text was updated successfully, but these errors were encountered: