Browse Source

Change default reverse radius to 1km

Its a little more work to support different unit types, 1km is still
fine.
pull/549/head
Julian Simioni 8 years ago
parent
commit
4acbc2a001
No known key found for this signature in database
GPG Key ID: 6DAD08919FDBF563
  1. 2
      query/reverse_defaults.js

2
query/reverse_defaults.js

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

Loading…
Cancel
Save