esri-leaflet-geocoder
Advanced tools
Changelog
[2.1.1] - 2016-07-25
ensure that setting maxResults
limits the number of suggestions provided by L.esri.Geocoding.geosearch
, not just final results #124
trap situation in which geocoding service returns more than one candidate even though request includes a magicKey
#129
improved support for custom Esri geocoding services in geosearch
#124
Changelog
[2.1.0] - 2016-04-29
enable()
and disable()
methods to programmatically control geosearch
. ./pull/121geosearch
into a base class and inherited control to lay the groundwork for other UI components that live outside the map. pull/102https
consistently when making requests to the World Geocoding services instead of inheriting protocol from the parent application. 388ba04Changelog
[2.0.3] - 2016-01-27
searchBounds
parameter for L.esri.Geocoding.geosearch
for filtering using a static bounding box. (#115 thanks to @nathanhilbert!)Changelog
[2.0.2] - 2015-12-03
reverseGeocode
requestsChangelog
[2.0.1] - 2015-09-24
Changelog
[2.0.0] - 2015-09-08
arcgisOnlineProvider
based on new capabilities of the World Geocoding Service #38arcgisOnlineProvider
based on new capabilities of the World Geocoding ServiceL.esri.Geocoding.suggest
new
#84Changelog
[2.0.0-beta.1]
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.import geocode from 'esri-leaflet-geocoder/src/Tasks/Geocoder';
for more compact builds but, be aware of caveatsvar geocode = require('esri-leaflet-geocoder/src/Tasks/Geocoder');
for more compact builds, but be aware of caveats