Skip to content

Commit dafa4ab

Browse files
author
WangMing
committed
增加js版本的链接
1 parent f739c3e commit dafa4ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#坐标转换python版本
2-
之前提供了js版本的坐标转换工具,现在提供一下python版本的给有需要的人,希望能对大家有用
2+
之前提供了[js版本的坐标转换工具](https://github.com/wandergis/coordTransform),现在提供一下python版本的给有需要的人,希望能对大家有用
33
#使用方法
44
1. 由于代码里面使用了**requests**来请求百度geocode接口,因此需要这个功能的童鞋请务必先安装requests模块,可以借助pip或者easy_install来安装
55
```
@@ -28,4 +28,4 @@ key = 'your key here' # 这里填写你的百度开放平台的key
2828
```
2929

3030
#sometips
31-
代码最后写了一些示例代码,不需要的同学可以删掉,完全可以作为一个坐标转换模块引用到大家的项目中
31+
代码最后写了一些示例代码,不需要的同学可以删掉,完全可以作为一个坐标转换模块引用到大家的项目中

0 commit comments

Comments
 (0)