Skip to content

Commit fdeb73d

Browse files
committed
fixes 1145
1 parent f6da1e7 commit fdeb73d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/Quickstart.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
"cell_type": "markdown",
288288
"metadata": {},
289289
"source": [
290-
"a convenience function to enable lat/lng popovers:"
290+
"a convenience function to enable lat/lon popovers. This can help users to find a location by interactively browsing the map."
291291
]
292292
},
293293
{
@@ -318,7 +318,6 @@
318318
"\n",
319319
"m.add_child(folium.LatLngPopup())\n",
320320
"\n",
321-
"\n",
322321
"m"
323322
]
324323
},
@@ -489,7 +488,7 @@
489488
"m = folium.Map(\n",
490489
" location=[-59.1759, -11.6016],\n",
491490
" tiles='Mapbox Bright',\n",
492-
" zoom_start=2\n",
491+
" zoom_start=2 # Limited levels of zoom for free Mapbox tiles.\n",
493492
")\n",
494493
"\n",
495494
"folium.GeoJson(\n",

0 commit comments

Comments
 (0)