Skip to content

Commit 0883dbe

Browse files
committed
exclude transparent tiles when partitioning after a retile
1 parent b0635df commit 0883dbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

topo_map_processor/tools/retile_e2e.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ def cli():
143143
"--from-source", str(tiles_dir),
144144
"--from-source", f"{from_pmtiles_prefix}*.pmtiles",
145145
"--to-pmtiles", f"{to_pmtiles_prefix}.pmtiles",
146+
"--exclude-transparent"
146147
])
147148

148149
# Upload new PMTiles and manage release assets
@@ -175,4 +176,4 @@ def cli():
175176

176177

177178
if __name__ == "__main__":
178-
cli()
179+
cli()

0 commit comments

Comments
 (0)