Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Nov 16, 2024
1 parent cd93b6d commit 1f8fdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leafmap/maplibregl.py
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ def to_html(
html = html.replace(key_before, key_after)

if remove_port:
html = common.common.remove_port_from_string(html)
html = common.remove_port_from_string(html)

if output is None:
output = os.getenv("MAPLIBRE_OUTPUT", None)
Expand Down

0 comments on commit 1f8fdbe

Please sign in to comment.