Skip to content

Commit ec5c08b

Browse files
authored
Merge pull request #1627 from amrutha1098/1616_fix_ClickForLatLng_import
#1616 fix for ClickForLatLng import error
2 parents 2ecab3e + 5a76697 commit ec5c08b

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)