Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed Feb 6, 2024
1 parent 9d9bd3b commit fcf33be
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .examples/experimental/app2.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
import requests as req
from maplibre import (Layer, LayerType, Map, MapContext, output_maplibregl,
render_maplibregl)
from maplibre import (
Layer,
LayerType,
Map,
MapContext,
output_maplibregl,
render_maplibregl,
)
from maplibre.basemaps import Carto
from maplibre.experimental import LineLayer
from shiny import App, reactive, render, ui
Expand Down

0 comments on commit fcf33be

Please sign in to comment.