Skip to content

Commit 69cc5ec

Browse files
changed the placement
1 parent 9de3279 commit 69cc5ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/user_guide/geojson/geojson_popup_and_tooltip.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ 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-
1310
```{code-cell} ipython3
1411
import pandas as pd
1512
@@ -140,3 +137,6 @@ colormap.add_to(m)
140137
141138
m
142139
```
140+
141+
142+
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.

0 commit comments

Comments
 (0)