Ticket #2646 (closed defect: fixed)
WMS driver fails on skipping rows
| Reported by: | neteler | Owned by: | nowakpl |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | GDAL_Raster | Version: | svn-trunk |
| Severity: | normal | Keywords: | wms |
| Cc: | warmerdam |
Description
WMS driver fails on skipping rows which would be needed to run the driver in external applications:
# gdal_wms.xml from http://www.gdal.org/frmt_wms.html gdal_translate -outsize 20% 20% gdal_wms.xml lsat.tif Input file size is 2666666, 1333333 0
It this point it "freezes" (strace shows the following):
...
select(8, [6 7], [], [], {0, 100000}) = 0 (Timeout)
poll([{fd=6, events=POLLIN|POLLPRI}], 1, 0) = 0
poll([{fd=7, events=POLLIN|POLLPRI}], 1, 0) = 0
select(8, [6 7], [], [], {0, 100000}) = 0 (Timeout)
...
Could this be fixed?
Thanks, Markus
Change History
Note: See
TracTickets for help on using
tickets.
