Browse Source

WIP

improved-reverse
Julian Simioni 7 years ago
parent
commit
3445defd04
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 2
      routes/v1.js

2
routes/v1.js

@ -138,7 +138,7 @@ function addRoutes(app, peliasConfig) {
// fallback to coarse reverse when regular reverse didn't return anything
const coarseReverseShouldExecute = all(
isPipServiceEnabled, not(hasRequestErrors), not(hasResponseData)
isPipServiceEnabled, not(hasRequestErrors), not(hasResponseData), not(isOnlyNonAdminLayers)
);
const libpostalShouldExecute = all(

Loading…
Cancel
Save