// Do we need to go through geocentric coordinates?
if (source.es!==dest.es||source.a!==dest.a||fallback===proj4.common.PJD_3PARAM||fallback===proj4.common.PJD_7PARAM||dest.datum_type===proj4.common.PJD_3PARAM||dest.datum_type===proj4.common.PJD_7PARAM){
if (source.es!==dest.es||source.a!==dest.a||checkParams(fallback)||checkParams(dest.datum_type)){