Skip to content

fujiazhiyu/coordTransUtil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

coordTransUtil

坐标转换, WGS84 GCJ-02 BD-09 互转. python & js

用法

python

from coordTransUtil.coordTransform_utils import wgs84_to_gcj02

# @return [lng, lat]
wgs84_to_gcj02(lng, lat)

javascript

import * as coordTransform_utils from './coordTransUtil/coordTransform_utils.js';

# @return [lng, lat]
coordTransform_utils.wgs84_to_gcj02(lng, lat)

About

坐标转换, WGS84 GCJ-02 BD-09 互转. python & js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published