Opened 15 years ago

Closed 15 years ago

#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

Change History (2)

comment:1 by warmerdam, 15 years ago

Cc: warmerdam added
Keywords: PDS added
Owner: changed from warmerdam to chaitanya

Chaitanya,

Please make it so in trunk and 1.6 branch.

comment:2 by Even Rouault, 15 years ago

Resolution: fixed
Status: newclosed

Chaitanya, once you're done with a ticket please close it and indicate in a comment the revision(s) where the fix was commited, and adjust the milestone if necessary. Like:

Fixed in trunk (r16590, r16591, r16592) and in 1.6 branch (r16593, r16594, r16595).

Note: See TracTickets for help on using tickets.