From a3c4667f345eef4728c423aa6e8701e66a1128f5 Mon Sep 17 00:00:00 2001 From: Anton Roslund Date: Sun, 13 Apr 2025 08:30:44 +0200 Subject: [PATCH] Use self reported height for terrain graph --- src/public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/public/index.html b/src/public/index.html index 9cb2a9b..5b4a920 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -3012,13 +3012,13 @@ const node1MarkerColour = "0000FF"; // blue const node1Latitude = node1.latitude; const node1Longitude = node1.longitude; - const node1ElevationMSL = ""; // node1.altitude ?? ""; + const node1ElevationMSL = node1.altitude ?? ""; // node 2 (right side of image) const node2MarkerColour = "0000FF"; // blue const node2Latitude = node2.latitude; const node2Longitude = node2.longitude; - const node2ElevationMSL = ""; // node2.altitude ?? ""; + const node2ElevationMSL = node2.altitude ?? ""; // generate terrain profile image url return "https://heywhatsthat.com/bin/profile-0904.cgi?" + new URLSearchParams({