Skip to content

Commit

Permalink
Fix folium tiles.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 584355512
Change-Id: Ic8f3a2c743fd0306d50c1e684e8a5c1e905c1340
  • Loading branch information
iassael committed Nov 21, 2023
1 parent c08ac67 commit ced1319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colabs/ithaca_inference.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5902,7 +5902,7 @@
" \n",
"# Create map\n",
"folium_map = folium.Map(location = center_location, \n",
" tiles=\"Stamen Water Color\", \n",
" tiles=\"OpenStreetMap\", \n",
" zoom_start = 6)\n",
"\n",
"# Create markers\n",
Expand Down

0 comments on commit ced1319

Please sign in to comment.