mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.4.16
This commit is contained in:
parent
f9457060ef
commit
7410c9e0b4
4 changed files with 106 additions and 77 deletions
|
|
@ -101,11 +101,9 @@ function editRoute(onClick) {
|
|||
|
||||
elSelected.attr("d", round(lineGen(points)));
|
||||
const l = elSelected.node().getTotalLength();
|
||||
routeLength.innerHTML = rn(l * distanceScaleInput.value) + " " + distanceUnitInput.value;
|
||||
|
||||
if (modules.elevation) {
|
||||
showEPForRoute(elSelected.node());
|
||||
}
|
||||
routeLength.innerHTML = rn(l * distanceScaleInput.value) + " " + distanceUnitInput.value;
|
||||
|
||||
if (modules.elevation) showEPForRoute(elSelected.node());
|
||||
}
|
||||
|
||||
function showElevationProfile() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue