installing geolocation and google maps apis, reducing location interval

This commit is contained in:
metacryst
2025-12-17 20:39:38 -06:00
parent d160182127
commit 6230e98312
7 changed files with 180 additions and 124 deletions

File diff suppressed because one or more lines are too long

View File

@@ -43,7 +43,7 @@ class Home extends Shadow {
(err) => console.error("Location error:", err),
{ enableHighAccuracy: true }
);
}, 5000);
}, 1000);
this.timer = timer
}
@@ -133,8 +133,6 @@ class Home extends Shadow {
.padding("0 16px")
})
.marginTop(7, em)
})
.overflowX("hidden")
.width(100, vw)