Include curvature in terrain profile.

This commit is contained in:
Anton Roslund 2025-08-18 07:26:19 +02:00
parent b1755d4b73
commit fe520b50b1

View file

@ -3095,7 +3095,7 @@
src: "meshtastic.liamcottle.net",
axes: 1, // include grid lines and a scale
metric: 1, // show metric units
curvature: 0, // don't include the curvature of the earth in the graphic
curvature: 1,
width: 500,
height: 200,
pt0: `${node1Latitude},${node1Longitude},${lineColour},${node1ElevationMSL},${node1MarkerColour}`,