We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc7d4c commit b702f55Copy full SHA for b702f55
coordTransform_utils.py
@@ -3,7 +3,7 @@
3
import requests
4
import math
5
6
-key = 'your key here' # 这里填写你的百度开放平台的key
+key = 'your key here' # 这里填写你的高德api的key
7
x_pi = 3.14159265358979324 * 3000.0 / 180.0
8
pi = 3.1415926535897932384626 # π
9
a = 6378245.0 # 长半轴
0 commit comments