1.0.3 • Published 12 months ago

@huaiyinhcy/transform v1.0.3

Weekly downloads
-
License
-
Repository
github
Last release
12 months ago

安装

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();

//百度坐标
const pointBd09 = pointWgs84.toBd09();

//也可以直接使用静态方法
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
1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago

0.0.9

12 months ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago