Skip to content

Commit bcffb6f

Browse files
Update map_utils (#1942)
Update map_utils Made in [Fused Workbench](https://www.fused.io/workbench) Co-authored-by: milind@fused.io <milind@fused.io>
1 parent d75e756 commit bcffb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community/milind/map_utils/map_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# You can override this per-run via `deckgl_layers(..., fusedmaps_ref=...)`.
4545
#
4646

47-
FUSEDMAPS_CDN_REF_DEFAULT = "35f73b6"
47+
FUSEDMAPS_CDN_REF_DEFAULT = "7eaed74"
4848

4949
def _fusedmaps_cdn_urls(ref: typing.Optional[str] = None) -> tuple[str, str]:
5050
"""Return (js_url, css_url) for a given fusedmaps git ref (commit/tag/branch)."""

0 commit comments

Comments
 (0)