signalk-binnacle 0.2.0 → 0.2.1
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
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
|
|
9
9
|
A WebGL chart plotter for [Signal K](https://signalk.org).
|
|
10
10
|
|
|
11
|
-
> **0.2.
|
|
12
|
-
>
|
|
13
|
-
>
|
|
14
|
-
>
|
|
15
|
-
>
|
|
16
|
-
>
|
|
17
|
-
>
|
|
11
|
+
> **0.2.1.** A reliability patch. Points of interest no longer flicker (a transient provider response
|
|
12
|
+
> could blank the markers; they are now kept and cached by area), active marine warnings stay put
|
|
13
|
+
> through a transient weather hiccup, an active route re-hydrates its guidance after a stream
|
|
14
|
+
> reconnect instead of freezing on stale values, server charts no longer blank on a transient load
|
|
15
|
+
> failure, and orphaned imported-chart storage is reclaimed. A hidden Points-of-interest layer now
|
|
16
|
+
> does no background work, a base-map console-warning stream is silenced, and a whole-codebase
|
|
17
|
+
> cleanup landed. See the [changelog](CHANGELOG.md) for the full list.
|
|
18
18
|
>
|
|
19
19
|
> **It has not been field-tested at any scale.** It has been developed and verified against a single
|
|
20
20
|
> Signal K server, never across a fleet or a range of real-world boats, hardware, and conditions. It
|
|
@@ -37,8 +37,9 @@ Signal K server.
|
|
|
37
37
|
Binnacle ships its full feature set as a Signal K webapp:
|
|
38
38
|
|
|
39
39
|
- **Charts and layers:** a GPU vector base map, server charts, four streaming bathymetry and ENC
|
|
40
|
-
sources (
|
|
41
|
-
PMTiles, in a collapsible, categorized Layers panel with
|
|
40
|
+
sources (NOAA ENC, BlueTopo, and EMODnet each add a nested survey-quality facet; GEBCO is global
|
|
41
|
+
base bathymetry), and your own imported PMTiles, in a collapsible, categorized Layers panel with
|
|
42
|
+
per-layer toggle, fade, and drag-reorder.
|
|
42
43
|
- **Overlays:** free, key-free OpenSeaMap seamarks, marine protected areas, maritime boundaries, and
|
|
43
44
|
NASA GIBS ocean conditions (sea-surface temperature and sea ice), each with its source attribution.
|
|
44
45
|
- **Routing:** draw and save routes as Signal K resources and follow one with a nav strip
|