diff --git a/maplibre/__init__.py b/maplibre/__init__.py index 2115f53d..47bc37f4 100644 --- a/maplibre/__init__.py +++ b/maplibre/__init__.py @@ -4,6 +4,8 @@ from .layer import Layer, LayerType from .map import Map, MapOptions from .mapcontext import MapContext -from .server import render_maplibregl + +# from .server import render_maplibregl from .shiny import MapLibreRenderer +from .shiny import MapLibreRenderer as render_maplibregl from .ui import output_maplibregl