`
szpapas
  • 浏览: 105354 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论

OpenLayers 添加 map 移动后的事件

阅读更多
其实很简单了,就是增加一个Openlayers map 的 “moveend" 事件了。

代码如下:
	map.events.register("moveend", map, function  (e) {
		if (showMap) showMap(e);
	});


很多东西还是要试过才能知道。
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics