diff --git a/leafmap/leafmap.py b/leafmap/leafmap.py index c4523157d8..9eac06d4b1 100644 --- a/leafmap/leafmap.py +++ b/leafmap/leafmap.py @@ -18,80 +18,7 @@ from . import osm from . import pc from . import plot -from .common import ( - add_crs, - array_to_image, - basemap_xyz_tiles, - bbox_to_gdf, - cog_bands, - cog_bounds, - cog_center, - cog_tile, - convert_lidar, - create_legend, - create_mosaicjson, - csv_to_df, - csv_to_geojson, - csv_to_shp, - download_file, - download_from_url, - download_ned, - filter_bounds, - find_files, - gdf_to_df, - gdf_to_geojson, - gedi_download_files, - gedi_search, - geojson_to_gdf, - geojson_to_pmtiles, - get_3dep_dem, - get_api_key, - get_census_dict, - get_overture_data, - get_nhd_basins, - get_wbd, - image_comparison, - image_metadata, - image_to_numpy, - map_tiles_to_geotiff, - maxar_child_collections, - maxar_items, - netcdf_to_tif, - numpy_to_cog, - planet_monthly_tiles, - planet_quarterly_tiles, - planet_tiles, - plot_raster, - plot_raster_3d, - pmtiles_metadata, - pmtiles_style, - read_lidar, - read_netcdf, - read_raster, - read_rasters, - save_colorbar, - search_qms, - search_xyz_services, - set_api_key, - show_html, - show_youtube_video, - stac_assets, - stac_bands, - stac_bounds, - stac_center, - stac_info, - stac_search, - stac_stats, - stac_tile, - start_server, - vector_set_crs, - vector_to_gif, - view_lidar, - write_lidar, - zonal_stats, - WhiteboxTools, - whiteboxgui, -) +from .common import * basemaps = Box(xyz_to_leaflet(), frozen_box=True)