@signalk/freeboard-sk 2.23.0 → 2.24.0-beta.2
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 +12 -0
- package/package.json +1 -1
- package/public/3rdpartylicenses.txt +670 -670
- package/public/assets/help/img/command-radar.svg +3 -0
- package/public/assets/help/index.html +37 -11
- package/public/assets/img/poi/dive-site.svg +20 -0
- package/public/assets/img/waypoints/waypoint.svg +114 -0
- package/public/chunk-57OGK3K6.js +1 -0
- package/public/chunk-A7QJNGJ7.js +80 -0
- package/public/chunk-AZGA6QFQ.js +1 -0
- package/public/chunk-DT3KOU7O.js +2 -0
- package/public/chunk-KII72BJM.js +1 -0
- package/public/chunk-PVMR7EP7.js +135 -0
- package/public/chunk-QI5ICQLG.js +13 -0
- package/public/chunk-QPQHN5VS.js +22 -0
- package/public/chunk-TLBNKF2R.js +1 -0
- package/public/chunk-TQPGRJVE.js +19 -0
- package/public/chunk-V6RYVIHA.js +1 -0
- package/public/chunk-WDCDO7ZN.js +1 -0
- package/public/chunk-WIUBUSFZ.js +1 -0
- package/public/index.html +2 -2
- package/public/main-CDKOXZZ2.js +11 -0
- package/public/{styles-ISYGHQ6F.css → styles-N7HVRSAT.css} +1 -1
- package/public/{worker-XLDLGEWQ.js → worker-7GKP5VP4.js} +4 -4
- package/public/{worker-V6HMSEDU.js → worker-PVLEZAQQ.js} +4 -4
- package/public/main-YHMZXR5G.js +0 -264
- package/public/worker-JWBESAJK.js +0 -10
package/README.md
CHANGED
|
@@ -21,6 +21,7 @@ See the [FAQs](https://github.com/SignalK/freeboard-sk/wiki) for more informatio
|
|
|
21
21
|
Moving map display with:
|
|
22
22
|
|
|
23
23
|
- Multiple chart overlay using both of online and locally served charts
|
|
24
|
+
- Radar overlay
|
|
24
25
|
- Built in support (no plugin required) for OpenStreetMap and OpenSeaMap(from Signal K server)
|
|
25
26
|
- North-up / Vessel-up orientation
|
|
26
27
|
- Moving Map / Moving Vessel
|
|
@@ -78,6 +79,16 @@ Whilst not specifically defined in the Signal K specification, Freeboard-SK supp
|
|
|
78
79
|
|
|
79
80
|
---
|
|
80
81
|
|
|
82
|
+
### Radar Overlay:
|
|
83
|
+
|
|
84
|
+
Freeboard-SK supports the Signal K RADAR API which provides connection to radars via the MAYARA server.
|
|
85
|
+
|
|
86
|
+
> Note: Requires `signalk-container` & `@marineyachtradar/signalk-plugin` to be installed on the Signal K Server.
|
|
87
|
+
|
|
88
|
+

|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
|
|
81
92
|
### Autopilot Console:
|
|
82
93
|
|
|
83
94
|
Freeboard-SK supports the Signal K Autopilot API which enables common operations to be performed
|
|
@@ -190,6 +201,7 @@ The following plugins are recommended for installation on the Signal K Server to
|
|
|
190
201
|
- Charts: `@signalk/charts-plugin`, `signalk-chart-provider-simple`, `signalk-pmtiles-plugin`, etc.
|
|
191
202
|
- Anchor Watch: `signalk-anchoralarm-plugin`
|
|
192
203
|
- Weather Forcasts: `signalk-openweather-provider`
|
|
204
|
+
- Display RADAR overlay: `signalk-container` & `@marineyachtradar/signalk-plugin`
|
|
193
205
|
|
|
194
206
|
---
|
|
195
207
|
|