almanac delivers data when disabled

This commit is contained in:
Matt Walsh
2022-12-19 11:27:02 -06:00
parent a44bd866ed
commit 7cf9dd6466
3 changed files with 7 additions and 6 deletions

View File

@@ -368,7 +368,6 @@ const btnGetGpsClick = async () => {
txtAddress.value = `${round2(latitude, 4)}, ${round2(longitude, 4)}`;
doRedirectToGeometry({ y: latitude, x: longitude }, (point) => {
console.log(point);
const location = point.properties.relativeLocation.properties;
// Save the query
const query = `${location.city}, ${location.state}`;