max-distance >= distance-to
$meta_query = array( 'relation' => 'OR', array( 'key' => 'max-distance', 'value' => '(int)$params['distance-to']', 'compare' => '>=', 'type' => 'NUMERIC', ), );
$meta_query = array( 'relation' => 'OR', array( 'key' => 'max-distance', 'value' => '(int)$params['distance-to']', 'compare' => '>=', 'type' => 'NUMERIC', ), );