de787b0f22
* - return a 400 error, when the MVT_elastic provider receives a request for a tile out of range * -Catching errors on get_tile requests for mvt-elastic provider: - if the status code is bellow 500, it throws a ProviderInvalidQueryError (status code 404) - otherwise it throws a server error (status code 500) - the api catching of errors is left as it was before, as the appropriated status code is being sent by the provider. * - updated condition on tiles request (mvt-provider), to exclude responses with a status of 500 from throwing a client error