Skip to content

Commit

Permalink
work around mapbox#39
Browse files Browse the repository at this point in the history
  • Loading branch information
acalcutt committed Jun 14, 2023
1 parent 73451f4 commit 6db4f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rio_rgbify/mbtiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def _make_tiles(bbox, src_crs, minz, maxz):
generator of [x, y, z] tiles that intersect
the provided bounding box
"""
w, s, e, n = transform_bounds(*[src_crs, "EPSG:4326"] + bbox, densify_pts=0)
w, s, e, n = transform_bounds(*[src_crs, "EPSG:4326"] + bbox, densify_pts=21)

EPSILON = 1.0e-10

Expand Down

0 comments on commit 6db4f8b

Please sign in to comment.