Skip to content

Commit 5a76697

Browse files
amrutharajashekarocefpaf
authored andcommitted
#1616 fix for ClickForLatLng import error
1 parent 2ecab3e commit 5a76697

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

folium/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
from folium.features import (
1818
Choropleth,
1919
ClickForMarker,
20+
ClickForLatLng,
2021
ColorLine,
2122
CustomIcon,
2223
DivIcon,
@@ -75,6 +76,7 @@
7576
__all__ = [
7677
'Choropleth',
7778
'ClickForMarker',
79+
'ClickForLatLng',
7880
'ColorLine',
7981
'ColorMap',
8082
'CssLink',

0 commit comments

Comments
 (0)