Skip to content

Commit 844c6ba

Browse files
committed
Add GeoJsonPopup import, remove empty notebook cell.
1 parent 9a4220e commit 844c6ba

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

examples/GeoJsonPopupAndTooltip.ipynb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@
1414
"from folium.features import GeoJson, GeoJsonTooltip, GeoJsonPopup"
1515
]
1616
},
17-
{
18-
"cell_type": "code",
19-
"execution_count": 1,
20-
"metadata": {},
21-
"outputs": [],
22-
"source": []
23-
},
2417
{
2518
"cell_type": "code",
2619
"execution_count": 3,

folium/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
DivIcon,
2626
GeoJson,
2727
GeoJsonTooltip,
28+
GeoJsonPopup,
2829
LatLngPopup,
2930
RegularPolygonMarker,
3031
TopoJson,

0 commit comments

Comments
 (0)