id summary reporter owner description type status priority milestone component version severity resolution keywords cc 2072 ogr_srs_validate.cpp is missing Standard Parallel 1 parameter for the LAMBERT_CONFORMAL_CONIC_1SP transformation mrosen warmerdam " {{{ > Frank, we encountered a failure in one of our products which we > isolated to a fault in GDAL. > > In > http://trac.osgeo.org/gdal/browser/trunk/gdal/ogr/ogr_srs_validate.cpp > It still shows the parameters for the 1SP variant of the Lambert > Conformal Conic projection as follows: > > 265 > 266 SRS_PT_LAMBERT_CONFORMAL_CONIC_1SP, > 267 SRS_PP_LATITUDE_OF_ORIGIN, > 268 SRS_PP_CENTRAL_MERIDIAN, > 269 SRS_PP_SCALE_FACTOR, > 270 SRS_PP_FALSE_EASTING, > 271 SRS_PP_FALSE_NORTHING, > 272 NULL, > 273 > > I believe it is missing SRS_PP_STANDARD_PARALLEL_1. > > Here is what we did to cure the problem: > > 269: SRS_PT_LAMBERT_CONFORMAL_CONIC_1SP, > 270: SRS_PP_STANDARD_PARALLEL_1, /// This one is not in > GDAL > 271: SRS_PP_LATITUDE_OF_ORIGIN, > 272: SRS_PP_CENTRAL_MERIDIAN, > 273: SRS_PP_SCALE_FACTOR, > 274: SRS_PP_FALSE_EASTING, > 275: SRS_PP_FALSE_NORTHING, > 276: NULL, > }}} " defect closed normal 2.0.0 OGR_SRS 1.11.1 normal fixed