Ticket #2873 (closed enhancement: fixed)
Projection Warning only printed for debug mode (ISIS 2/3, PDS)
| Reported by: | thare | Owned by: | chaitanya |
|---|---|---|---|
| Priority: | low | Milestone: | 1.6.1 |
| Component: | GDAL_Raster | Version: | svn-trunk |
| Severity: | minor | Keywords: | PDS debug mode |
| Cc: | warmerdam |
Description
Currently the three planetary readers write out a warning for non-map projected files. Something like: "No projection define or supported..."
It now makes sense to only issue this warning if using debug mode. Hopefully the three readers could be changed to something like:
PDS (line 532): CPLDebug("PDS","Warning: no projection defined or projection not supported. Continuing...")
ISIS2 (line 421): CPLDebug("ISIS2","Warning: no projection defined or projection not supported. Continuing...")
ISIS3 (line 570): CPLDebug("ISIS3","Warning: no projection defined or projection not supported. Continuing...")
thanks, Trent
