Skip to content

Commit

Permalink
Use fixed h3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed Jul 18, 2024
1 parent 57653b1 commit 5c671bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion maplibre/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ def to_html(self, title: str = "My Awesome Map", **kwargs) -> str:
# TODO: Set version in constants
deckgl_headers = (
[
'<script src="https://unpkg.com/h3-js"></script>',
# '<script src="https://unpkg.com/h3-js"></script>',
'<script src="https://unpkg.com/[email protected]/dist/h3-js.umd.js"></script>',
'<script src="https://unpkg.com/[email protected]/dist.min.js"></script>',
'<script src="https://unpkg.com/@deck.gl/[email protected]/dist.min.js"></script>',
]
Expand Down

0 comments on commit 5c671bd

Please sign in to comment.