This commit is contained in:
汪汇 2024-01-19 11:00:33 +08:00
parent 32203d8aae
commit 2c6c42a8aa
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ const init = () => {
map.addControl(control); map.addControl(control);
control.setPosition(T_ANCHOR_TOP_RIGHT); control.setPosition(T_ANCHOR_TOP_RIGHT);
var lo = new T.Geolocation(); var lo = new T.Geolocation();
lo.getCurrentPosition(fn); // lo.getCurrentPosition(fn);
}; };
const fn = function (e) { const fn = function (e) {
console.log(e); console.log(e);