Opened 14 years ago
Closed 14 years ago
#2854 closed defect (fixed)
Overview is AUX
Reported by: | gaopeng | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | 1.6.1 |
Component: | GDAL_Raster | Version: | 1.6.0 |
Severity: | normal | Keywords: | overviews |
Cc: |
Description
If I have a raster dataset, e.g. a GRID, which has an associated .AUX file, gdaldefaultoverviews will consider the dataset has an AUX type of overview, even if there is actually no overview contained in the AUX file. If I build overviews for this grid, I will get a .rrd instead of an .ovr ("USE_RRD" is NO).
Is it possible to ignore .aux that contains no overviews, and build .ovr for all formats, except img, if USE_RRD=NO?
Change History (2)
comment:1 by , 14 years ago
Component: | default → GDAL_Raster |
---|---|
Keywords: | overviews added |
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
A possible patch to accomplish this in gdaldefaultoverviews.cpp: