Skip to content

Commit

Permalink
Debug add_tileset
Browse files Browse the repository at this point in the history
  • Loading branch information
docuracy committed Dec 28, 2024
1 parent 5f7cf87 commit fb23ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tileserver/repository/api/utils/kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def add_tileset(tileset_type: str, tileset_id: int) -> str:
raise RuntimeError(msg)

# Remove any pre-existing entry from the config.json file
wipe_config(f"{tileset_type}/{tileset_id}")
wipe_config(f"{tileset_type}-{tileset_id}")

# Construct the Tippecanoe command
command = " ".join([
Expand Down

0 comments on commit fb23ca4

Please sign in to comment.