esri-leaflet
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -8,2 +8,12 @@ # Change Log | ||
## [2.3.1] - 2019-10-10 | ||
### Fixed | ||
* `?undefined` issue when using DynamicMapLayer and Proxy ([#1164](https://github.com/Esri/esri-leaflet/pull/1164)) | ||
### Changed | ||
* REST calls will now use `outSR` instead of `outSr` ([#1168](https://github.com/Esri/esri-leaflet/pull/1168)) | ||
## [2.3.0] - 2019-07-17 | ||
@@ -672,3 +682,4 @@ | ||
[unreleased]: https://github.com/esri/esri-leaflet/compare/v2.3.0...HEAD | ||
[unreleased]: https://github.com/esri/esri-leaflet/compare/v2.3.1...HEAD | ||
[2.3.1]: https://github.com/esri/esri-leaflet/compare/v2.3.0...v2.3.1 | ||
[2.3.0]: https://github.com/esri/esri-leaflet/compare/v2.2.4...v2.3.0 | ||
@@ -675,0 +686,0 @@ [2.2.4]: https://github.com/esri/esri-leaflet/compare/v2.2.3...v2.2.4 |
{ | ||
"name": "esri-leaflet", | ||
"description": "Leaflet plugins for consuming ArcGIS Online and ArcGIS Server services.", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"author": "Patrick Arlt <parlt@esri.com> (http://patrickarlt.com)", | ||
@@ -6,0 +6,0 @@ "bugs": { |
@@ -0,0 +0,0 @@ import json from 'rollup-plugin-json'; |
@@ -0,0 +0,0 @@ import config from './base.js'; |
@@ -0,0 +0,0 @@ import uglify from 'rollup-plugin-uglify'; |
@@ -0,0 +0,0 @@ # Esri Leaflet |
@@ -0,0 +0,0 @@ // export version |
@@ -0,0 +0,0 @@ import { TileLayer, Util } from 'leaflet'; |
@@ -182,6 +182,6 @@ import { Util } from 'leaflet'; | ||
if (this.options.token) { | ||
if (this.options.token && response.href) { | ||
response.href += ('?token=' + this.options.token); | ||
} | ||
if (this.options.proxy) { | ||
if (this.options.proxy && response.href) { | ||
response.href = this.options.proxy + '?' + response.href; | ||
@@ -188,0 +188,0 @@ } |
@@ -0,0 +0,0 @@ import { Path, Util, GeoJSON, latLng } from 'leaflet'; |
@@ -0,0 +0,0 @@ import { Util } from 'leaflet'; |
@@ -0,0 +0,0 @@ import { Util } from 'leaflet'; |
@@ -0,0 +0,0 @@ import { ImageOverlay, CRS, DomUtil, Util, Layer, popup, latLng, bounds } from 'leaflet'; |
@@ -0,0 +0,0 @@ import { CRS, DomEvent, TileLayer, Util } from 'leaflet'; |
@@ -0,0 +0,0 @@ export var options = { |
@@ -0,0 +0,0 @@ import { Util, DomUtil } from 'leaflet'; |
@@ -0,0 +0,0 @@ import { Service } from './Service'; |
@@ -0,0 +0,0 @@ import { Service } from './Service'; |
@@ -0,0 +0,0 @@ import { Service } from './Service'; |
@@ -0,0 +0,0 @@ import { Util, Evented } from 'leaflet'; |
@@ -0,0 +0,0 @@ export var cors = ((window.XMLHttpRequest && 'withCredentials' in new window.XMLHttpRequest())); |
@@ -0,0 +0,0 @@ import { Task } from './Task'; |
@@ -0,0 +0,0 @@ import { Task } from './Task'; |
@@ -0,0 +0,0 @@ import { latLng } from 'leaflet'; |
@@ -0,0 +0,0 @@ import { latLng } from 'leaflet'; |
@@ -29,3 +29,3 @@ import { point, latLng } from 'leaflet'; | ||
where: '1=1', | ||
outSr: 4326, | ||
outSR: 4326, | ||
outFields: '*' | ||
@@ -32,0 +32,0 @@ }, |
@@ -0,0 +0,0 @@ import { Class, Util } from 'leaflet'; |
@@ -0,0 +0,0 @@ import { latLng, latLngBounds, LatLng, LatLngBounds, Util, DomUtil, GeoJSON } from 'leaflet'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
876640
1