Opened 8 years ago
Closed 8 years ago
#6795 closed defect (fixed)
gdal2tiles.py: crash when the base tile level requested contains no data from the input raster
Reported by: | gbataille | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Utilities | Version: | svn-trunk |
Severity: | normal | Keywords: | |
Cc: |
Description
on trunk
python gdal/swig/python/scripts/gdal2tiles.py autotest/pyscripts/data/test_bounds_close_to_tile_bounds_x.vrt /tmp/out_small -z 10 -v
Need to decide whether we should exit with no output and a non-zero exit code or generate one empty (transparent) tile for the right coordinates and simply exit normally
I'll submit a patch soon
Note:
See TracTickets
for help on using tickets.
In 37405: