Skip to content

Commit

Permalink
Use new renderer class
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed May 7, 2024
1 parent 1db5353 commit 893bdfb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion maplibre/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 893bdfb

Please sign in to comment.