This commit is contained in:
汪汇 2023-12-08 13:53:51 +08:00
parent 067201dbce
commit fb43f63cb2
1 changed files with 0 additions and 5 deletions

View File

@ -276,11 +276,6 @@ const init = () => {
// map.setMapType(window.TMAP_SATELLITE_MAP); // map.setMapType(window.TMAP_SATELLITE_MAP);
map.centerAndZoom(new T.LngLat(121.88356, 29.45144), 13); map.centerAndZoom(new T.LngLat(121.88356, 29.45144), 13);
dropdown.hinegh = document.body.clientHeight * 0.45; dropdown.hinegh = document.body.clientHeight * 0.45;
setTimeout(() => {
dropdown.hinegh = dropdown.hinegh + 300;
console.log(dropdown.hinegh);
}, 2000);
control = new T.Control.Zoom(); control = new T.Control.Zoom();
// //
map.addControl(control); map.addControl(control);