This commit is contained in:
parent
32203d8aae
commit
2c6c42a8aa
|
@ -264,7 +264,7 @@ const init = () => {
|
|||
map.addControl(control);
|
||||
control.setPosition(T_ANCHOR_TOP_RIGHT);
|
||||
var lo = new T.Geolocation();
|
||||
lo.getCurrentPosition(fn);
|
||||
// lo.getCurrentPosition(fn);
|
||||
};
|
||||
const fn = function (e) {
|
||||
console.log(e);
|
||||
|
|
Loading…
Reference in New Issue