Include curvature in terrain profile.
This commit is contained in:
parent
b1755d4b73
commit
fe520b50b1
1 changed files with 1 additions and 1 deletions
|
|
@ -3095,7 +3095,7 @@
|
||||||
src: "meshtastic.liamcottle.net",
|
src: "meshtastic.liamcottle.net",
|
||||||
axes: 1, // include grid lines and a scale
|
axes: 1, // include grid lines and a scale
|
||||||
metric: 1, // show metric units
|
metric: 1, // show metric units
|
||||||
curvature: 0, // don't include the curvature of the earth in the graphic
|
curvature: 1,
|
||||||
width: 500,
|
width: 500,
|
||||||
height: 200,
|
height: 200,
|
||||||
pt0: `${node1Latitude},${node1Longitude},${lineColour},${node1ElevationMSL},${node1MarkerColour}`,
|
pt0: `${node1Latitude},${node1Longitude},${lineColour},${node1ElevationMSL},${node1MarkerColour}`,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue