From f4295deb04790fa4d2d0b553a877b617093e71bb Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sun, 24 Nov 2024 17:08:08 +1300 Subject: [PATCH] don't use node reported altitude for now --- 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 b88a191..a0cd7a6 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -3121,13 +3121,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({