Skip to content

Commit 5c671bd

Browse files
committed
Use fixed h3 version
1 parent 57653b1 commit 5c671bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

maplibre/map.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,8 @@ def to_html(self, title: str = "My Awesome Map", **kwargs) -> str:
270270
# TODO: Set version in constants
271271
deckgl_headers = (
272272
[
273-
'<script src="https://unpkg.com/h3-js"></script>',
273+
# '<script src="https://unpkg.com/h3-js"></script>',
274+
'<script src="https://unpkg.com/h3-js@4.1.0/dist/h3-js.umd.js"></script>',
274275
'<script src="https://unpkg.com/deck.gl@9.0.16/dist.min.js"></script>',
275276
'<script src="https://unpkg.com/@deck.gl/json@9.0.16/dist.min.js"></script>',
276277
]

0 commit comments

Comments
 (0)