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 0f14048 commit f739c3eCopy full SHA for f739c3e
coordTransform_utils.py
@@ -19,7 +19,7 @@ def geocode(address):
19
geocoding = {'s': 'rsv3',
20
'key': key,
21
'city': '全国',
22
- 'address': address}
+ 'address': address}
23
res = requests.get(
24
"http://restapi.amap.com/v3/geocode/geo", params=geocoding)
25
if res.status_code == 200:
0 commit comments