kopia lustrzana https://github.com/osm2vectortiles/osm2vectortiles
Add jobs from 0 to job_zoom to the end of the list (#361)
rodzic
5b3b276584
commit
6013bd28db
|
@ -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')
|
||||
|
|
Ładowanie…
Reference in New Issue