Further speedup dataraster test by importing only tiled
This commit is contained in:
parent
420e9bbbf6
commit
6c936f1ede
1 changed files with 2 additions and 1 deletions
|
@ -216,7 +216,8 @@ if 'pgraster' in mapnik.DatasourceCache.plugin_names() \
|
|||
drop_imported('dataRaster', overview)
|
||||
|
||||
def test_dataraster_16bsi():
|
||||
for tilesize in ['','256x256']:
|
||||
#for tilesize in ['','256x256']:
|
||||
for tilesize in ['256x256']:
|
||||
for constraint in [0,1]:
|
||||
#for overview in ['','4','2,16']:
|
||||
for overview in ['','2']:
|
||||
|
|
Loading…
Add table
Reference in a new issue