signalk-binnacle 0.3.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +31 -19
- package/package.json +1 -1
- package/public/assets/index-D-VwfKcE.js +849 -0
- package/public/assets/{index-ar28N12m.css → index-Djb4rsNY.css} +1 -1
- package/public/assets/{sk.worker-CKgwC70D.js → sk.worker-BkjA9p00.js} +1 -1
- package/public/binnacle-icon.svg +47 -5
- package/public/index.html +2 -2
- package/public/sw.js +1 -1
- package/public/assets/index-DLVSaDgb.js +0 -847
package/README.md
CHANGED
|
@@ -13,24 +13,24 @@ A WebGL chart plotter for [Signal K](https://signalk.org).
|
|
|
13
13
|
> is also not certified for safety-of-life navigation. Always carry redundant means of navigation,
|
|
14
14
|
> cross-check against your primary instruments, and treat every display as advisory.
|
|
15
15
|
|
|
16
|
-
## What's new in 0.
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
- **
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
- **
|
|
25
|
-
|
|
26
|
-
- **
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
- **
|
|
30
|
-
|
|
31
|
-
- **
|
|
32
|
-
|
|
33
|
-
|
|
16
|
+
## What's new in 0.5.0
|
|
17
|
+
|
|
18
|
+
A safer man-overboard flow and a sharper weather panel:
|
|
19
|
+
|
|
20
|
+
- **MOB confirm, redesigned.** Pressing MOB opens a centered dialog with one big Mark man
|
|
21
|
+
overboard button. The position is captured the instant you press, so the seconds spent
|
|
22
|
+
confirming no longer carry the mark away from the person, and without a GPS fix the boat-wide
|
|
23
|
+
alarm still raises. The recovery strip now shows the wall-clock Marked time for the log.
|
|
24
|
+
- **Weather opens at now.** The forecast slider seeds to the step nearest now (it used to open up
|
|
25
|
+
to a day in the past), a tick marks now on the track, and labels carry the time zone.
|
|
26
|
+
- **More decision data.** Gusts without a provider, barometric tendency ("falling 1.2 hPa/3 h"),
|
|
27
|
+
wave and swell direction, visibility, and water temperature, with each reading tagged Observed
|
|
28
|
+
or Forecast and a footer stating the source and fetch time.
|
|
29
|
+
- **Radar honesty.** The legend names the frame being painted, nowcast frames are labeled,
|
|
30
|
+
offline radar is flagged as cached, and the radar hides while the slider is away from now.
|
|
31
|
+
- **Conditions track the slider** with a weather provider configured, and warnings sort most
|
|
32
|
+
severe first with their source and validity window.
|
|
33
|
+
- **A new app icon**, plus a themed map attribution bar that no longer glows white at night.
|
|
34
34
|
|
|
35
35
|
See the [changelog](CHANGELOG.md) for the full list.
|
|
36
36
|
|
|
@@ -70,7 +70,19 @@ Binnacle ships its full feature set as a Signal K webapp:
|
|
|
70
70
|
- **Tides:** the nearest NOAA tide station's next high and low with a 48-hour curve, and the nearest
|
|
71
71
|
tidal-current station's next flood or ebb, for US waters.
|
|
72
72
|
- **Lookout:** a collision watch with CPA and TCPA, chart-highlight rings, an audible alarm, and a
|
|
73
|
-
published Signal K notification
|
|
73
|
+
published Signal K notification, plus a sortable **AIS target list** (by range, CPA, or name) with
|
|
74
|
+
live range and bearing and tap-to-locate on the chart.
|
|
75
|
+
- **Anchor watch:** drop the anchor at the boat, set the swing radius (or capture it from the live
|
|
76
|
+
distance), and get a drag alarm that latches until acknowledged. It drives the
|
|
77
|
+
signalk-anchoralarm-plugin when installed (so the alarm keeps running with the browser closed) and
|
|
78
|
+
falls back to a fully in-browser watch when it is not, with a draggable drop-point marker on the
|
|
79
|
+
chart.
|
|
80
|
+
- **Man overboard:** an always-visible MOB button in the top bar with a confirm pop-out. Confirming
|
|
81
|
+
marks the spot, publishes the boat-wide Signal K alarm, and raises a recovery strip with live
|
|
82
|
+
bearing, range, and elapsed time, plus an opt-in **Steer to MOB** handoff to the course system. An
|
|
83
|
+
MOB raised by another station shows here too.
|
|
84
|
+
- **Measure:** tap points on the chart for per-leg range and bearing and a running total, labeled at
|
|
85
|
+
the last point.
|
|
74
86
|
- **Tracks:** record, save, show, and export your voyage track as GeoJSON, save a track as a reusable
|
|
75
87
|
route, reverse a route for the return leg, or navigate home by retracing your track.
|
|
76
88
|
- **Points of interest:** Crow's Nest, ActiveCaptain, and other notes as themed markers with a
|