mirror of
https://github.com/Roslund/meshtastic-map.git
synced 2026-06-30 15:01:23 +02:00
Include curvature in terrain profile.
This commit is contained in:
@@ -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}`,
|
||||
|
||||
Reference in New Issue
Block a user