Skip to content

Commit

Permalink
273-remove-suggest-pad (#274)
Browse files Browse the repository at this point in the history
* removed bounds padding for Suggest's `within`

* updated CHANGELOG
  • Loading branch information
jwasilgeo committed Jul 19, 2021
1 parent 83a210e commit 33b2a7b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 8,006 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

## [Upcoming changes][Unreleased]

### Fixed

- Results for the `suggest` and `findAddressCandidates` operations should now be more consistent with each other when using a `searchBounds` option. We removed an automatically applied bounds padding that was only present in the `suggest`'s `within` method. [#274](https://github.com/Esri/esri-leaflet-geocoder/pull/274)

### Changed

- Dependency version of `esri-leaflet` now set to `^3` ([#272](https://github.com/Esri/esri-leaflet-geocoder/issues/272))
Expand Down Expand Up @@ -42,7 +46,6 @@ var searchControl = L.esri.Geocoding.geosearch({
```
Other providers may be used with or without an api key.


## [2.3.4] - 2020-12-29

### Added
Expand Down

0 comments on commit 33b2a7b

Please sign in to comment.