Stable release. Fixes the wind overlays showing a day-old wind field (sometimes looking reversed) outside the US, and adds a YAML-only
disable_wheel_zoomoption so the mouse wheel can scroll the dashboard instead of zooming the map. Drop-in upgrade from 3.9.0 — no breaking changes, no config changes required.
What's new
- Wind fix — arrows/barbs/flow could show a day-old wind field, sometimes looking 180° reversed. DWD's server silently answers a missing or off-step time with its oldest slice, and the card wasn't sending a valid one for RainViewer/NOAA radar (or for AICON, the non-US default, off its 3-hour step). It now always requests the current slice. US/NDFD wind was unaffected. (#262)
disable_wheel_zoom(YAML-only) — the mouse wheel scrolls the dashboard instead of zooming the map, while the +/- buttons (show_zoom), pinch-zoom and drag keep working, unlikestatic_map. (#263)
type: custom:weather-radar-card
show_zoom: true
disable_wheel_zoom: trueInternal
- Dev-tooling dependency security updates; none of it ships in the card bundle.
- The time-format unit test no longer assumes an English runtime locale — thanks @dajiaohuang (#261).
Still relevant from 3.9.0
CARTO now watermarks anonymous basemap tiles. If you use map_style: Light/Voyager/Dark/Satellite, upgrading alone doesn't clear it — set carto_api_key (free, no account) or switch to the new no-key Grey/GreyDark styles.
Full Changelog: v3.9.0...v3.10.0