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
- Host: GitHub
- URL: https://github.com/z41z/sp-coord
- Owner: z41z
- License: mit
- Created: 2018-12-03T08:08:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T06:51:50.000Z (over 7 years ago)
- Last Synced: 2025-02-18T01:35:17.930Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```