@igo2/geo 20.1.0-next.10 → 20.1.0-next.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35070,7 +35070,7 @@ class IChercheReverseSearchSource extends SearchSource {
35070
35070
  sort: 'distance',
35071
35071
  geometry: true,
35072
35072
  icon: true
35073
- }, options.params || {}, this.params)
35073
+ }, this.params, options.params || {})
35074
35074
  });
35075
35075
  }
35076
35076
  extractResults(response) {