You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.
self.json is not rewritten on server restart (or on the restart of signalk-java via mvn exec:java). Instead, the old self.json is reloaded.
To in corporate changes to self.json following changes to signalk-config.json using the config panel, you must halt the system, delete self.json and restart. This has the consequence that the new resources key does not contain the charts so you must reload the charts.
The text was updated successfully, but these errors were encountered:
The self.json contains the vessels tree, and charts are in resources in vessels.resources, so they go away too.
Need to save resources separately, like config, so we can keep them. There are other items in vessels that should be kept too, vessel name, communication, design etc...
Also AIS vessels clutter the display after a restart (until they expire in 10 min). They can probably be removed before saving self.json. Or at least dropped on reload.
self.json is not rewritten on server restart (or on the restart of signalk-java via mvn exec:java). Instead, the old self.json is reloaded.
To in corporate changes to self.json following changes to signalk-config.json using the config panel, you must halt the system, delete self.json and restart. This has the consequence that the new resources key does not contain the charts so you must reload the charts.
The text was updated successfully, but these errors were encountered: