id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 3840,PCIDSK Stereographic Scale Mistranslated,warmerdam,warmerdam,"The scale parameter for Stereographic projections (""SG"") are not properly translated from PCIDSK files. It is returned as zero due to a typo in this code segment: {{{ else if( EQUALN( pszProj, ""SG"", 2 ) ) { SetStereographic( padfPrjParams[3], padfPrjParams[2], (padfPrjParams[8] != 0.0) ? padfPrjParams[9] : 1.0, padfPrjParams[6], padfPrjParams[7] ); } }}} The padfPrjParams[9] in the ternary operator should be padfPrjParams[8] as in the test. ",defect,closed,normal,,OGR_SRS,unspecified,normal,fixed,PCIDSK,