Release Candidate 3
Pre-release
Pre-release
patrickarlt
released this
06 Jan 20:45
·
349 commits
to master
since this release
Breaking Changes
- Providers should now supply their
url
with theurl
key inside ofoptions
as opposed to a separate parameter. - Namespace has been reorganized. everything now sits under
L.esri.Geocoding
. SoL.esri.Tasks.Geocode
is nowL.esri.Geocoding.Tasks.Geocode
.
Changes
MapService
provider now supports being passed an array of layers to search. #48title
option will now set the title on the input to'Location Search'
by default. #51- When using many providers or when a provider returns lots of results with a high limit, the suggestions div will now scroll. #55
within()
andnearby()
now return the task and can be changed. #49- Bugfix for
MapService
provider #46