Skip to content

Commit 53ef0a9

Browse files
committed
Better tracking of whether we failed to make a full-detail tile
1 parent a3e4d3c commit 53ef0a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tile.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -2592,6 +2592,7 @@ long long write_tile(decompressor *geoms, std::atomic<long long> *geompos_in, ch
25922592

25932593
if (trying_to_stop_early && line_detail == first_detail) {
25942594
// didn't work, try a lower detail
2595+
detail_reduced++;
25952596
continue;
25962597
}
25972598

0 commit comments

Comments
 (0)