Skip to content

Commit 9de3279

Browse files
doc link added to pop and tooltip page
1 parent 148530e commit 9de3279

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/user_guide/geojson/geojson_popup_and_tooltip.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ import folium
77

88
# GeoJSON popup and tooltip
99

10+
The standard `GeoJsonPopup` and `GeoJsonTooltip` classes work well with most geometry types, but have limitations with MultiPoint and other complex multigeometries. For these cases, consider using the `on_each_feature` parameter for custom handling. See the [doc](https://python-visualization.github.io/folium/latest/user_guide/geojson/geojson_advanced_on_each_feature.html) for more information.
11+
12+
1013
```{code-cell} ipython3
1114
import pandas as pd
1215

0 commit comments

Comments
 (0)