Skip to content

Commit

Permalink
patch to support zoom level 15 source tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
waissbluth authored and bhavika committed Feb 21, 2020
1 parent 81c3012 commit 538dcc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion untiler/scripts/tile_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_unique_tiles(self, data):
return uniq


def get_zoom_tiles(self, subTiles, superTiles, tile, tilefloor=16):
def get_zoom_tiles(self, subTiles, superTiles, tile, tilefloor=15):
"""
Given:
(1) an array of [z, x, y] sub tiles at multiple zooms;
Expand Down

0 comments on commit 538dcc7

Please sign in to comment.