web gis系统中由客户端计算坐标的封装

时间:2013-03-31 05:08:27
【文件属性】:
文件名称:web gis系统中由客户端计算坐标的封装
文件大小:3KB
文件格式:JS
更新时间:2013-03-31 05:08:27
webgis,客户端坐标,格式化小数位 web gis系统中由客户端计算坐标的封装 使用方法: var coor = new Coordinate(); //鼠标移动函数 function mousemove(x,y) { // var point = {x:x,y:y}; window.status = coor.toMapString(x,y); //window.frames['topmapFrame'].frames['topmap_map'].document.body.focus(); }

网友评论