mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 13:07:08 +00:00
This is a variation on /navdata but returns data more suitable for plotting vessel tracks on the map.
5 lines
50 B
JavaScript
5 lines
50 B
JavaScript
|
|
module.exports = {
|
|
track: require('./track'),
|
|
}
|