@signalk/freeboard-sk 2.19.0 → 2.19.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signalk/freeboard-sk",
|
|
3
|
-
"version": "2.19.
|
|
3
|
+
"version": "2.19.1",
|
|
4
4
|
"description": "Openlayers chart plotter implementation for Signal K",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"signalk-webapp",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
],
|
|
40
40
|
"license": "Apache-v2",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@signalk/server-api": "^2.
|
|
42
|
+
"@signalk/server-api": "^2.9.0",
|
|
43
43
|
"tslib": "^2.0.0",
|
|
44
44
|
"uuid": "^11.1.0"
|
|
45
45
|
},
|
|
@@ -1455,6 +1455,10 @@
|
|
|
1455
1455
|
<b>Measure</b>: Measure distances by clicking locations on the
|
|
1456
1456
|
map.
|
|
1457
1457
|
</li>
|
|
1458
|
+
<li>
|
|
1459
|
+
<b>Measure Radius</b>: Measure radius of a circle centered at
|
|
1460
|
+
the selected location on the map.
|
|
1461
|
+
</li>
|
|
1458
1462
|
<li>
|
|
1459
1463
|
<b>Draw Route</b>: Create a route by clicking locations on the
|
|
1460
1464
|
map.
|
|
@@ -1463,6 +1467,10 @@
|
|
|
1463
1467
|
<b>Build Route</b>: Displays the route builder screen where
|
|
1464
1468
|
you can create a route from the available waypoints.
|
|
1465
1469
|
</li>
|
|
1470
|
+
<li>
|
|
1471
|
+
<b>Add Waypoint at Vessel</b>: Create a waypoint at the
|
|
1472
|
+
current vessel position.
|
|
1473
|
+
</li>
|
|
1466
1474
|
<li>
|
|
1467
1475
|
<b>Drop Waypoint</b>: Create a waypoint by clicking a location
|
|
1468
1476
|
on the map
|
package/public/index.html
CHANGED
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
</div>
|
|
60
60
|
</div>
|
|
61
61
|
</app-root>
|
|
62
|
-
<script src="runtime.e598c35c8d15b7e2.js" type="module"></script><script src="polyfills.0823dc027f0a1d2e.js" type="module"></script><script src="main.
|
|
62
|
+
<script src="runtime.e598c35c8d15b7e2.js" type="module"></script><script src="polyfills.0823dc027f0a1d2e.js" type="module"></script><script src="main.baeb5cbd226626c9.js" type="module"></script></body>
|
|
63
63
|
</html>
|