|
7 | 7 |
|
8 | 8 | from __future__ import (absolute_import, division, print_function) |
9 | 9 |
|
10 | | -from .boat_marker import BoatMarker |
11 | | -from .fast_marker_cluster import FastMarkerCluster |
12 | | -from .float_image import FloatImage |
13 | | -from .fullscreen import Fullscreen |
14 | | -from .heat_map import HeatMap |
15 | | -from .image_overlay import ImageOverlay |
16 | | -from .marker_cluster import MarkerCluster |
17 | | -from .measure_control import MeasureControl |
18 | | -from .polyline_text_path import PolyLineTextPath |
19 | | -from .scroll_zoom_toggler import ScrollZoomToggler |
20 | | -from .terminator import Terminator |
21 | | -from .timestamped_geo_json import TimestampedGeoJson |
22 | | -from .timestamped_wmstilelayer import TimestampedWmsTileLayers |
| 10 | +from folium.plugins.boat_marker import BoatMarker |
| 11 | +from folium.plugins.fast_marker_cluster import FastMarkerCluster |
| 12 | +from folium.plugins.float_image import FloatImage |
| 13 | +from folium.plugins.fullscreen import Fullscreen |
| 14 | +from folium.plugins.heat_map import HeatMap |
| 15 | +from folium.plugins.image_overlay import ImageOverlay |
| 16 | +from folium.plugins.marker_cluster import MarkerCluster |
| 17 | +from folium.plugins.measure_control import MeasureControl |
| 18 | +from folium.plugins.polyline_text_path import PolyLineTextPath |
| 19 | +from folium.plugins.scroll_zoom_toggler import ScrollZoomToggler |
| 20 | +from folium.plugins.terminator import Terminator |
| 21 | +from folium.plugins.timestamped_geo_json import TimestampedGeoJson |
| 22 | +from folium.plugins.timestamped_wmstilelayer import TimestampedWmsTileLayers |
23 | 23 |
|
24 | 24 | __all__ = [ |
25 | 25 | 'BoatMarker', |
|
0 commit comments