We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3959490 commit 49a243cCopy full SHA for 49a243c
maplibre/ui.py
@@ -8,10 +8,11 @@
8
9
from ._constants import __version__, _shiny_output_class
10
11
-# TODO: extract maplibregl version
+MAPLIBREGL_VERSION = "3.6.2"
12
+
13
maplibregl_dep = HTMLDependency(
14
"maplibregl",
- version="3.6.2",
15
+ version=MAPLIBREGL_VERSION,
16
source={"package": "maplibre", "subdir": "srcjs"},
17
script={"src": "maplibre-gl.js", "type": "module"},
18
stylesheet={"href": "maplibre-gl.css"},
0 commit comments