当前位置: 代码迷 >> HTML/CSS >> 中纬度距离计算器html版
  详细解决方案

中纬度距离计算器html版

热度:176   发布时间:2012-10-26 10:30:58.0
经纬度距离计算器html版
互联网搜了一下,没有找到在线计算的工具。于是找了javascript实现的算法,自己用html简单包装了一下,算的是大圆距离(The Great Circle Distance)。
javascript算法的参考地址:http://www.itstrike.cn/Question/The-use-of-JavaScript-implementation-is-based-on-latitude-and-longitude-on-the-Earth-calculate-the-distance-between-two-points
截图:

下载见附件,下载后用浏览器打开使用即可。
  相关解决方案