added linear lines

This commit is contained in:
2026-06-30 10:39:39 +03:00
parent 9726f01e2f
commit 514fa91755
3 changed files with 132 additions and 46 deletions
+4
View File
@@ -276,6 +276,10 @@
<input type="range" id="elevationLosStartOffset" min="-20" max="100" step="0.5" value="0" />
</label>
<span id="elevationLosStartOffsetLabel" class="muted">+0.0 m</span>
<label>RX ант.:
<input type="range" id="elevationLosEndOffset" min="-20" max="100" step="0.5" value="0" />
</label>
<span id="elevationLosEndOffsetLabel" class="muted">+0.0 m</span>
</div>
<canvas id="elevationCanvas" width="800" height="130"></canvas>
</div>