注册
找回密码
账号 记住
4022
8
47268
145
405
问题描述:
获取坐标时,当点击新坐标后,一般不等点击“确定返回”或“确定继续”,中心坐标又回到初始的状态下
解决方法:
打开plus/baidumap.asp
this.openInfoWindow(infoWindow); }); map.openInfoWindow(infoWindow, map.getCenter()); // 打开信息窗口 window.setTimeout(function(){map.panTo(new BMap.Point(<%=MapCenterPoint%>));}, 2000);<%if request("action")<>"getcenter" then%> document.getElementById("info").innerHTML ="当前地图中心坐标:" + e.point.lng + ", " + e.point.lat;