mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
Further speedup dataraster test by importing only tiled
This commit is contained in:
parent
a226482158
commit
aa2ddc5ded
@ -220,7 +220,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…
x
Reference in New Issue
Block a user