Skip to content

Commit ef2e5ea

Browse files
committed
update built files
1 parent 71deeb9 commit ef2e5ea

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

dist/esri-leaflet-src.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -3188,7 +3188,7 @@ L.esri.TiledMapLayer = L.TileLayer.extend({
31883188
options.subdomains = ["1", "2", "3", "4"];
31893189
}
31903190

3191-
L.esri.get(this.url, {}, function(response){
3191+
L.esri.get(this.serviceUrl, {}, function(response){
31923192
this.fire("metadata", { metadata: response });
31933193
}, this);
31943194

@@ -3254,6 +3254,10 @@ L.esri.DynamicMapLayer = L.ImageOverlay.extend({
32543254
this._parseLayers();
32553255
this._parseLayerDefs();
32563256

3257+
L.esri.get(this._url, {}, function(response){
3258+
this.fire("metadata", { metadata: response });
3259+
}, this);
3260+
32573261
L.Util.setOptions(this, options);
32583262
},
32593263

dist/esri-leaflet.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/lib/esri-leaflet/esri-leaflet-src.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -3188,7 +3188,7 @@ L.esri.TiledMapLayer = L.TileLayer.extend({
31883188
options.subdomains = ["1", "2", "3", "4"];
31893189
}
31903190

3191-
L.esri.get(this.url, {}, function(response){
3191+
L.esri.get(this.serviceUrl, {}, function(response){
31923192
this.fire("metadata", { metadata: response });
31933193
}, this);
31943194

@@ -3254,6 +3254,10 @@ L.esri.DynamicMapLayer = L.ImageOverlay.extend({
32543254
this._parseLayers();
32553255
this._parseLayerDefs();
32563256

3257+
L.esri.get(this._url, {}, function(response){
3258+
this.fire("metadata", { metadata: response });
3259+
}, this);
3260+
32573261
L.Util.setOptions(this, options);
32583262
},
32593263

examples/lib/esri-leaflet/esri-leaflet.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)