An open API service indexing awesome lists of open source software.

https://github.com/z41z/sp-coord

Coord trans for WGS84,GCJ02,BD09
https://github.com/z41z/sp-coord

Last synced: 2 months ago
JSON representation

Coord trans for WGS84,GCJ02,BD09

Awesome Lists containing this project

README

          

# sp-coord

Coord trans for WGS84,GCJ02,BD09 【From [wandergis]( https://github.com/wandergis/coordtransform)】

## Usage

``` js
const __COORD = require('sp-coord')
__COORD.bd09togcj02(lng, lat)
__COORD.gcj02tobd09(lng, lat)
__COORD.wgs84togcj02(lng, lat)
__COORD.gcj02towgs84(lng, lat)
```