Skip to content

Commit 49a243c

Browse files
committed
Extract maplibre version
1 parent 3959490 commit 49a243c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

maplibre/ui.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88

99
from ._constants import __version__, _shiny_output_class
1010

11-
# TODO: extract maplibregl version
11+
MAPLIBREGL_VERSION = "3.6.2"
12+
1213
maplibregl_dep = HTMLDependency(
1314
"maplibregl",
14-
version="3.6.2",
15+
version=MAPLIBREGL_VERSION,
1516
source={"package": "maplibre", "subdir": "srcjs"},
1617
script={"src": "maplibre-gl.js", "type": "module"},
1718
stylesheet={"href": "maplibre-gl.css"},

0 commit comments

Comments
 (0)