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.0.** This release adds a Tides panel for US waters (the nearest NOAA station's next high and
12
- > low, a 48-hour curve, and the nearest tidal-current flood or ebb) and a set of free, key-free chart
13
- > overlays: OpenSeaMap seamarks, marine protected areas, maritime boundaries, and NASA GIBS ocean
14
- > conditions (sea-surface temperature and sea ice). The Layers panel is reorganized into collapsible
15
- > categories with a better default order (US charts on top), imported charts gain a review step and
16
- > register on the server so other devices discover them, and each depth source splits into a base and
17
- > a survey-quality facet. See the [changelog](CHANGELOG.md) for the full list.
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 (each splitting into a base chart and a survey-quality facet), and your own imported
41
- PMTiles, in a collapsible, categorized Layers panel with per-layer toggle, fade, and drag-reorder.
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "signalk-binnacle",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "WebGL chart plotter for Signal K",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",