Updated: get coordinates with 10 decimal
This commit is contained in:
@@ -723,8 +723,8 @@
|
||||
lngDisplay.textContent = coordinatesData.longitude.toFixed(10);
|
||||
clearBtn.style.display = "inline-flex";
|
||||
} else {
|
||||
latDisplay.textContent = "---.------";
|
||||
lngDisplay.textContent = "---.------";
|
||||
latDisplay.textContent = "---.----------";
|
||||
lngDisplay.textContent = "---.----------";
|
||||
clearBtn.style.display = "none";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user