Skip to content

Commit 8974b75

Browse files
committed
update variable names
1 parent 7da38a2 commit 8974b75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/09-finding-places-with-geocoding/part5_reverse_geocoding.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@
534534
"metadata": {},
535535
"outputs": [],
536536
"source": [
537-
"mapx.content.draw(\n",
537+
"map1.content.draw(\n",
538538
" shape=Geometry(results[\"location\"])\n",
539539
")"
540540
]
@@ -820,7 +820,7 @@
820820
"reverse_geocode(\n",
821821
" location = {'x': 119.79533000000004, \n",
822822
" 'y': 39.96675000000005}, \n",
823-
" lang_code = \"ZH\"\n",
823+
" lang_code = \"ZH\"\n",
824824
")"
825825
]
826826
},

0 commit comments

Comments
 (0)