1. 首页
  2. 编程语言
  3. Web开发
  4. web gis系统中由客户端计算坐标的封装

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

上传者: 2018-12-25 07:41:08上传 JS文件 3.46KB 热度 29次
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(); }
下载地址
用户评论