mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 13:17:08 +00:00
Fix FSP/LSP times (again)
This commit is contained in:
@@ -1177,8 +1177,8 @@ export default {
|
||||
`${p.num_points} Points</br>\n` +
|
||||
`${p.length} m ${p.azimuth.toFixed(2)}°</br>\n` +
|
||||
`${duration} @ ${speed.toFixed(1)} kt</br>\n` +
|
||||
`<b>${p.fsp}</b> @ ${p.ts0}</br>\n` +
|
||||
`<b>${p.lsp}</b> @ ${p.ts1}`;
|
||||
`<b>${p.fsp}</b> @ ${p.ts0.toISOString()}</br>\n` +
|
||||
`<b>${p.lsp}</b> @ ${p.ts1.toISOString()}`;
|
||||
|
||||
if (p.remarks) {
|
||||
html += `</br>\n<hr/>${p.remarks}`;
|
||||
|
||||
Reference in New Issue
Block a user