Release Candidate 2
Pre-release
Pre-release
patrickarlt
released this
20 Oct 20:12
·
1249 commits
to master
since this release
Changes
- Fixed IE 8 and 9 support that was broken in RC 1.
- Fixed sourcemaps by embedding source files inside the maps.
- Fix a bug when aborting JSONP requests
- Other small fixes for plugin support
- Added
contains
,overlaps
andintersects
toL.esri.Tasks.Query
. - Spatial methods on
L.esri.Tasks.Query
can now accept the follwoing Leaflet types,L.Marker
,L.Polygon
,L.Polyline
,L.LatLng
,L.LatLngBounds
andL.GeoJSON
. It can also accept valid GeoJSON Point, Polyline, Polygon and GeoJSON Feautre objects containing Point, Polyline, Polygon. - Most methods that accept
L.LatLng
andL.LatLngBounds
now accept the simple [lat,lng] or [[lat,lng], [lat,lng]]. The new spatial methods onL.esri.Tasks.Query
do NOT accept these forms.