Browse Source

Lower default reverse radius to 200m

In large cities, this should reduce the number of records Elasticsearch
has to deal with.
wip-improve-reverse
Julian Simioni 7 years ago
parent
commit
d5c48163a9
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 2
      query/reverse_defaults.js

2
query/reverse_defaults.js

@ -13,7 +13,7 @@ module.exports = _.merge({}, peliasQuery.defaults, {
'sort:distance:order': 'asc',
'sort:distance:distance_type': 'plane',
'boundary:circle:radius': '1km',
'boundary:circle:radius': '200m',
'boundary:circle:distance_type': 'plane',
'boundary:circle:optimize_bbox': 'indexed',

Loading…
Cancel
Save