坐标转换方法的整理封装

坐标转换工具分享

只是对收集来的算法进行整理与封装后上传到npm,具体代码可见仓库 https://github.com/huaiyinhcy/transform.git

安装

npm i @huaiyinhcy/transform

如何使用

import { Point, transform } from '@huaiyinhcy/transform';

const pointWgs84 = new Point({ lng: 116.397428, lat: 39.90923, proj: 'wgs84' });

const lngLat = pointWgs84.getLngLat();

const proj = pointWgs84.getProj();

const string = pointWgs84.toString();

const pointMerc = pointWgs84.toMerc();

// 高德坐标
const pointGcj02 = pointWgs84.toGcj02();
// 高德坐标 116.40367162595768,39.91063350638631
console.log('高德坐标', pointGcj02.toString());

// 百度坐标
const pointBd09 = pointWgs84.toBd09();
// 百度坐标 116.41004410170474,39.916972856075134
console.log('百度坐标', pointBd09.toString());

//也可以直接使用静态方法
transform([116.397428, 39.90923], 'wgs84', 'merc');

你可以通过坐标拾取网站测试坐标点的偏移误差

  • 高德地图坐标拾取
https://lbs.amap.com/tools/picker
  • 百度地图坐标拾取
https://api.map.baidu.com/lbsapi/getpoint/index.html

仓库

https://github.com/huaiyinhcy/transform.git
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值