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 f6da1e7 commit fdeb73dCopy full SHA for fdeb73d
examples/Quickstart.ipynb
@@ -287,7 +287,7 @@
287
"cell_type": "markdown",
288
"metadata": {},
289
"source": [
290
- "a convenience function to enable lat/lng popovers:"
+ "a convenience function to enable lat/lon popovers. This can help users to find a location by interactively browsing the map."
291
]
292
},
293
{
@@ -318,7 +318,6 @@
318
"\n",
319
"m.add_child(folium.LatLngPopup())\n",
320
321
- "\n",
322
"m"
323
324
@@ -489,7 +488,7 @@
489
488
"m = folium.Map(\n",
490
" location=[-59.1759, -11.6016],\n",
491
" tiles='Mapbox Bright',\n",
492
- " zoom_start=2\n",
+ " zoom_start=2 # Limited levels of zoom for free Mapbox tiles.\n",
493
")\n",
494
495
"folium.GeoJson(\n",
0 commit comments