Skip to content

Releases: Esri/esri-leaflet-geocoder

Release Candidate 2

26 Oct 19:39
Compare
Choose a tag to compare
Release Candidate 2 Pre-release
Pre-release

Changes

  • Bower support bower install esri-leaflet-geocoder
  • Update Esri Leaflet dependency to RC 3

Release Candidate 1

22 Oct 22:55
Compare
Choose a tag to compare
Release Candidate 1 Pre-release
Pre-release

Release Candidate 1

Please read through the docs and changes list carefully. There has been a major refactoring.

** Breaking Changes **

  • Namespacing has changed. All methods and classes are now under L.esri.Geocoding. L.esri.Geocoding organizes everything into Controls, Services, and Tasks.
  • GeocodeService has been rewritten from scratch to mirror the Esri Leaflet service style that returns tasks.
  • GeocodeService.suggest, GeocodeService.geocode and GeocodeService.reverse all return their respective tasks.

** Changes **

  • New tasks for Suggest, Geocode and ReverseGeocode that mirror the Esri Leaflet task structure.
  • L.esri.Geocoding.Controls.Geosearch can now search multiple providers.
  • Available on NPM and Bower
  • Wrapped as a CommonJS module
  • Wrapped as an AMD module
  • Basic unit tests
  • TravisCI support
  • Source maps for compressed builds

Beta 5

20 Jun 16:35
Compare
Choose a tag to compare
Beta 5 Pre-release
Pre-release

Changes

  • Improve experience for users when they hit enter with no suggestion selected. The current test in the input will be geocoded and the map centered on the extent of all results. This behavior can be disabled by setting allowMultipleResults to false.
  • Fix behavior of useMapBounds which was incorrect.
  • Don't pass bbox with suggest. The suggest API doesn't use it.
  • Increase useMapBounds default to 12.

Beta 4

17 Jun 19:46
Compare
Choose a tag to compare
Beta 4 Pre-release
Pre-release

Breaking Changes

  • Esri Leaflet Geocoder now relies on the Esri Leaflet Core build, find out more on the Esri Leaflet downloads page.
  • The callback signatures on L.esri.Services.Geocoding. The raw response is now the 3rd parameter and the second parameter is now a processed array of Geocode Results or aReverse Geocode Results depending on the call.
  • L.esri.Services.Geocoding no longer accepts the outFields parameter.

Changes

  • Fix a display issues where the form would close but would not expand again. #33
  • Now that L.esri.Services.Geocoder extends on L.esri.Services.Service you can pass teh forStorage flag with any call and authenticate. Listen for the

Beta 3

27 Feb 19:11
Compare
Choose a tag to compare
Beta 3 Pre-release
Pre-release
  • Fix style to accomodate topright position
  • Fix some leaflet-touch style issues

Beta 2

26 Feb 22:21
Compare
Choose a tag to compare
Beta 2 Pre-release
Pre-release

Fix bug in IE 10 and 11 on Windows 8 touch devices

Beta 1

24 Feb 21:18
Compare
Choose a tag to compare
Beta 1 Pre-release
Pre-release

This is now ready for beta! This release helps finalize the API and includes lots of cross browser support.

Alpha 2

26 Nov 16:55
Compare
Choose a tag to compare
Alpha 2 Pre-release
Pre-release

Breaking Changes

  • result and results events have been refactored into a single results event with and array of results.

Change Log

  • When the user hits enter without a suggestion selected their current text is geocoded within the current map bounds.
  • Esri attribution added
  • error event added

Alpha 1

22 Nov 22:59
Compare
Choose a tag to compare
Alpha 1 Pre-release
Pre-release

Add the allowMultipleResults option. #6

Alpha

04 Nov 20:39
Compare
Choose a tag to compare
Alpha Pre-release
Pre-release

Initial alpha release.