Excellent! Works well.
-
RE: What conditions hide the timeline on mobiles ?
Hi.
The device id, is added to the html element:
#device-desktop, #device-mobile or #device-tablet.
-
RE: Styling Animation of Particles
const {store, } = windyAPI; store.set("particles", {multiplier: 0.8, velocity: 1.8, width: 1.25, blending: 1.05, opacity: 1.8} );
-
RE: Day-night terminator plugin
New version:
- It is possible to either close the left pane and keep the lines active, or uninstall the plugin complete. (Few plugins uninstall cleanly.)
- Windy style time progress bar added for Full year (desktop and mobile).
- Different terminator times, for the picker position, displayed in left pane as the picker is moved.
- Click on a time-pair to display this in the picker if you want.
- Time zone name, daylight saving time rules and offset displayed.
- Terminator lines are responsive to the satellite of radar overlay timestamps.
- Previously added (see above): use the URL to open at a location or time like this:
https://www.windy.com/plugins/windy-plugin-day-night?lat=-42.5&lng=146.3&date=2020-11-18T06:00Z
-
RE: Mapbox plugin
to remove baseLayer:
W.map.baseLayer.remove()
to remove labelsLayer:
W.labelsLayer.remove()
-
RE: Track Vendée Globe progress on Windy.com
It would be interesting to get the polars of the boats. Suppose its secret and not available.
-
RE: Track Vendée Globe progress on Windy.com
Cool, working now.
.onwindy-plugin-xxxx
is added to the< body>
element, so affects everything inside body.