almanac delivers data when disabled
This commit is contained in:
parent
a44bd866ed
commit
7cf9dd6466
3 changed files with 7 additions and 6 deletions
|
|
@ -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}`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue