id summary reporter owner description type status priority milestone component version severity resolution keywords cc 6183 ogr_srs_api.h has wrong definition for OSRSetAxes oleinik warmerdam "'''ogr_srs_api.h''' contains definition {{{ OGRErr CPL_DLL OSRSetAxes( const char *pszTargetKey, const char *pszXAxisName, OGRAxisOrientation eXAxisOrientation, const char *pszYAxisName, OGRAxisOrientation eYAxisOrientation ); }}} but in '''ogrspatialreference.cpp''' this function has prototype {{{ OGRErr OSRSetAxes( OGRSpatialReferenceH hSRS, const char *pszTargetKey, const char *pszXAxisName, OGRAxisOrientation eXAxisOrientation, const char *pszYAxisName, OGRAxisOrientation eYAxisOrientation ) }}} Due to omitted hSRS parameter, this function does not exported properly. " defect closed normal 2.0.2 OGR_SRS 2.0.1 normal fixed