Skip to content

Commit e3f245b

Browse files
author
Sean Sullivan
committed
.
1 parent a729e5b commit e3f245b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elastic_datashader/tilegen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ def generate_tile(idx, x, y, z, headers, params, tile_width_px=256, tile_height_
10191019
raise ValueError("invalid resolution value")
10201020

10211021
# don't allow geotile precision to be any worse than current zoom
1022-
MAXIMUM_PERCISION = 29
1022+
MAXIMUM_PERCISION = 29
10231023
geotile_precision = min(max(current_zoom, current_zoom + agg_zooms), MAXIMUM_PERCISION)
10241024

10251025
tile_s = copy.copy(base_s)

0 commit comments

Comments
 (0)