From 476a60d19a0f75f6b44bd438a356ca889ba02ad3 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Sun, 17 Nov 2024 10:37:46 -0500 Subject: [PATCH] Add generate_index_html to import (#984) --- leafmap/maplibregl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/leafmap/maplibregl.py b/leafmap/maplibregl.py index 23725ef7aa..b6878ec961 100644 --- a/leafmap/maplibregl.py +++ b/leafmap/maplibregl.py @@ -31,6 +31,7 @@ download_file, find_files, execute_maplibre_notebook_dir, + generate_index_html, geojson_to_pmtiles, get_api_key, get_bounds,