From ae010bbfc49043f44fe3cc8b3a287049c007b970 Mon Sep 17 00:00:00 2001 From: Stefan Kuethe Date: Mon, 2 Sep 2024 11:35:12 +0200 Subject: [PATCH] Add TODO --- maplibre/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maplibre/__init__.py b/maplibre/__init__.py index e3378d6..86b8b7d 100644 --- a/maplibre/__init__.py +++ b/maplibre/__init__.py @@ -3,6 +3,8 @@ from .layer import Layer, LayerType from .map import Map, MapOptions from .mapcontext import MapContext + +# TODO: Only import once, preferred: MapLibreRenderer from .renderer import MapLibreRenderer from .renderer import MapLibreRenderer as render_maplibregl from .ui import output_maplibregl