We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253f11e commit bd4ac9fCopy full SHA for bd4ac9f
folium/plugins/__init__.py
@@ -19,8 +19,6 @@
19
from folium.plugins.fullscreen import Fullscreen
20
from folium.plugins.heat_map import HeatMap
21
from folium.plugins.heat_map_withtime import HeatMapWithTime
22
-from folium.plugins.locate import Locate
23
-from folium.plugins.locate_control import LocateControl
24
from folium.plugins.marker_cluster import MarkerCluster
25
from folium.plugins.measure_control import MeasureControl
26
from folium.plugins.minimap import MiniMap
@@ -47,8 +45,6 @@
47
45
'Fullscreen',
48
46
'HeatMap',
49
'HeatMapWithTime',
50
- 'Locate',
51
- 'LocateControl',
52
'MarkerCluster',
53
'MeasureControl',
54
'MiniMap',
folium/plugins/locate.py
folium/plugins/locate_control.py
0 commit comments