signalk-trackviewer 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -9
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  This app shows past tracks recorded by SignalK with the signalk-to-influxdb2 plugin.
5
5
 
6
6
  ## Requirements
7
- * Track data recorded by SignalK and available through the the History API (e.g. with the signalk-to-influxdb2 plugin).
7
+ * Track data recorded by SignalK and available through the the History API (e.g. with the signalk-to-influxdb2 plugin and InfluxDB).
8
8
  * An active internet connection for loading the OpenSeaMap chart
9
9
 
10
10
  ## Installation
@@ -15,6 +15,6 @@ This app shows past tracks recorded by SignalK with the signalk-to-influxdb2 plu
15
15
  ## Usage
16
16
  Run the Track Viewer from either the Webapps section in the SignalK Server UI or directly via `<yourSKURL>/signalk-trackviewer`.
17
17
 
18
- Select the start and end date, the app will then query the history API for track information. The returned track is by default simplified to remove anchoring times and redundant points and the remaining segments are shown on the map.
18
+ Select the start and end date or press the round reload button, and the app will query the history API for track information. The returned track is simplified by default to remove anchoring times and redundant points, and the remaining segments are shown on the map. If nothing is shown, no track data for the selected dates could be retrieved.
19
19
 
20
20
  You can then export these track segments as a GPX file, optionally with an additional data field such as speed, course, depth or temperature.
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "signalk-trackviewer",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Viewer for tracks recorded in SignalK, with GPX export function.",
5
5
  "keywords": [
6
6
  "signalk-webapp",
7
- "signalk-node-server-plugin",
8
7
  "signalk-category-chart-plotters"
9
8
  ],
10
9
  "signalk-plugin-enabled-by-default": true,
@@ -46,14 +45,7 @@
46
45
  "@angular/cli": "^17.0.0",
47
46
  "@angular/compiler-cli": "^17.0.0",
48
47
  "@types/dateformat": "^5.0.2",
49
- "@types/jasmine": "~5.1.0",
50
48
  "@types/leaflet": "^1.9.8",
51
- "jasmine-core": "~5.1.0",
52
- "karma": "~6.4.0",
53
- "karma-chrome-launcher": "~3.2.0",
54
- "karma-coverage": "~2.2.0",
55
- "karma-jasmine": "~5.1.0",
56
- "karma-jasmine-html-reporter": "~2.1.0",
57
49
  "typescript": "~5.2.2"
58
50
  }
59
51
  }