Skip to content

v2.0.0-beta.1

Compare
Choose a tag to compare
@patrickarlt patrickarlt released this 24 Jul 19:29

Breaking

  • Requires the 2.0.0-beta.4 release of Esri Leaflet.
  • Require the 1.0.0-beta.1 release of Leaflet.
  • Namespaces have changed all exports now sit directly under the L.esri.Geocoding namespace. This mean that things like L.esri.Geocoding.Controls.Geosearch.Providers.FeatureLayer can now be accessed like L.esri.Geocoding.FeatureLayerProvider.
  • useArcgisWorldGeocoder has been removed. Now you must pass L.esri.Geocoding.arcGisOnlineProvider() in the providers array. This will facilitate easily passing options to the ArcGIS Online geocoder.

Added

  • Better build/test/release automation.
  • Support for JSPM in package.json. Now you can import geocode from 'esri-leaflet-geocoder/src/Tasks/Geocoder'; for more compact builds but, be aware of caveats
  • Support for browserify in the package.json. Now you can var geocode = require('esri-leaflet-geocoder/src/Tasks/Geocoder'); for more compact builds, but be aware of caveats