Skip to content

Commit

Permalink
patch for identify
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickarlt committed Mar 9, 2014
1 parent 8cf84c2 commit e8dda69
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions dist/esri-leaflet-src.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Esri-Leaflet - v0.0.1-beta.4 - 2014-02-24
/*! Esri-Leaflet - v0.0.1-beta.4 - 2014-03-09
* Copyright (c) 2014 Environmental Systems Research Institute, Inc.
* Apache License*/
/* globals L */
Expand Down Expand Up @@ -263,7 +263,7 @@ L.esri.Mixins.identifiableLayer = {
params = L.Util.extend(defaults, options);
}

L.esri.get(this.serviceUrl + '/identify', params, callback);
L.esri.get(this.url + '/identify', params, callback);
},
parseLayerDefs: function (layerDefs) {
if (layerDefs instanceof Array) {
Expand Down
4 changes: 2 additions & 2 deletions dist/esri-leaflet.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/extras/clustered-feature-layer-src.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Esri-Leaflet - v0.0.1-beta.4 - 2014-02-24
/*! Esri-Leaflet - v0.0.1-beta.4 - 2014-03-09
* Copyright (c) 2014 Environmental Systems Research Institute, Inc.
* Apache License*/
/* globals L */
Expand Down
2 changes: 1 addition & 1 deletion dist/extras/clustered-feature-layer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/extras/esri-basemaps-src.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Esri-Leaflet - v0.0.1-beta.4 - 2014-02-24
/*! Esri-Leaflet - v0.0.1-beta.4 - 2014-03-09
* Copyright (c) 2014 Environmental Systems Research Institute, Inc.
* Apache License*/
/* globals L */
Expand Down Expand Up @@ -263,7 +263,7 @@ L.esri.Mixins.identifiableLayer = {
params = L.Util.extend(defaults, options);
}

L.esri.get(this.serviceUrl + '/identify', params, callback);
L.esri.get(this.url + '/identify', params, callback);
},
parseLayerDefs: function (layerDefs) {
if (layerDefs instanceof Array) {
Expand Down
4 changes: 2 additions & 2 deletions dist/extras/esri-basemaps.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/extras/heatmap-feature-layer-src.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Esri-Leaflet - v0.0.1-beta.4 - 2014-02-24
/*! Esri-Leaflet - v0.0.1-beta.4 - 2014-03-09
* Copyright (c) 2014 Environmental Systems Research Institute, Inc.
* Apache License*/
/* globals L */
Expand Down
2 changes: 1 addition & 1 deletion dist/extras/heatmap-feature-layer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/lib/esri-leaflet/esri-leaflet-src.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Esri-Leaflet - v0.0.1-beta.4 - 2014-02-24
/*! Esri-Leaflet - v0.0.1-beta.4 - 2014-03-09
* Copyright (c) 2014 Environmental Systems Research Institute, Inc.
* Apache License*/
/* globals L */
Expand Down Expand Up @@ -263,7 +263,7 @@ L.esri.Mixins.identifiableLayer = {
params = L.Util.extend(defaults, options);
}

L.esri.get(this.serviceUrl + '/identify', params, callback);
L.esri.get(this.url + '/identify', params, callback);
},
parseLayerDefs: function (layerDefs) {
if (layerDefs instanceof Array) {
Expand Down
4 changes: 2 additions & 2 deletions examples/lib/esri-leaflet/esri-leaflet.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Esri-Leaflet - v0.0.1-beta.4 - 2014-02-24
/*! Esri-Leaflet - v0.0.1-beta.4 - 2014-03-09
* Copyright (c) 2014 Environmental Systems Research Institute, Inc.
* Apache License*/
/* globals L */
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/lib/esri-leaflet/extras/esri-basemaps-src.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Esri-Leaflet - v0.0.1-beta.4 - 2014-02-24
/*! Esri-Leaflet - v0.0.1-beta.4 - 2014-03-09
* Copyright (c) 2014 Environmental Systems Research Institute, Inc.
* Apache License*/
/* globals L */
Expand Down Expand Up @@ -263,7 +263,7 @@ L.esri.Mixins.identifiableLayer = {
params = L.Util.extend(defaults, options);
}

L.esri.get(this.serviceUrl + '/identify', params, callback);
L.esri.get(this.url + '/identify', params, callback);
},
parseLayerDefs: function (layerDefs) {
if (layerDefs instanceof Array) {
Expand Down
Loading

0 comments on commit e8dda69

Please sign in to comment.