You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helped with 8cc581d, which removed the rounding. But there's still some artifacts. I'm not sure I want to round up, since that could add white borders where the tile junction is even. For now this is fine.
You could try
math.ceil
andmath.floor
instead ofround
here:usgs-topo-tiler/usgs_topo_tiler/usgs_topo.py
Lines 49 to 52 in b41a4f0
That would slightly overcompensate, but then the gaps would be white, instead of whatever the background color is.
The text was updated successfully, but these errors were encountered: