id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 2681,ValidateProjection() does not recognize Mercator_2SP,mrosen,warmerdam,"Follow up on #2678: OGRSpatialReference::Validate() fails on PROJCS/...""EXTENSION"" Thanks for the prompt fix on this. Sadly, I think I've found another issue here. When I try to validate the SRS, the ""Extension"" is ok but validation still fails b/c there's no entry in the papszProjWithParms array for SRS_PT_MERCATOR_2SP. This seems to fix (in ogr_srs_validate.cpp, around line 302): SRS_PT_MERCATOR_1SP, SRS_PP_LATITUDE_OF_ORIGIN, SRS_PP_CENTRAL_MERIDIAN, SRS_PP_SCALE_FACTOR, SRS_PP_FALSE_EASTING, SRS_PP_FALSE_NORTHING, NULL, + // (http://www.remotesensing.org/geotiff/proj_list/mercator_2sp.html) + SRS_PT_MERCATOR_2SP, + SRS_PP_STANDARD_PARALLEL_1, + SRS_PP_LATITUDE_OF_ORIGIN, + SRS_PP_CENTRAL_MERIDIAN, + SRS_PP_FALSE_EASTING, + SRS_PP_FALSE_NORTHING, + NULL, SRS_PT_MOLLWEIDE, SRS_PP_CENTRAL_MERIDIAN, SRS_PP_FALSE_EASTING, SRS_PP_FALSE_NORTHING, NULL, ",defect,closed,normal,1.5.4,OGR_SRS,unspecified,normal,fixed,validate,