Add jobs from 0 to job_zoom to the end of the list (#361)

feature/motorway_junction
stirringhalo 2016-06-22 15:04:57 -04:00 zatwierdzone przez GitHub
rodzic 5b3b276584
commit 6013bd28db
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -109,6 +109,8 @@ def pyramid_jobs(x, y, z, job_zoom):
yield create_pyramid_job(tile.x, tile.y, min_zoom=tile.z,
max_zoom=14, bounds=bounds)
bounds = mercantile.bounds(0 , 0 , 0)
yield create_pyramid_job(0, 0, min_zoom=0, max_zoom=job_zoom-1, bounds=bounds)
if __name__ == '__main__':
args = docopt(__doc__, version='0.1')