Skip to content

Commit

Permalink
Add layerDefs to defaultLayerParams
Browse files Browse the repository at this point in the history
This makes setting layerDefs in the options actually work.
  • Loading branch information
bmcbride committed Feb 7, 2014
1 parent cf82ea3 commit 1375bbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Layers/DynamicMapLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ L.esri.DynamicMapLayer = L.Class.extend({
f: 'image',
bboxSR: 3875,
imageSR: 3875,
layers: ''
layers: '',
layerDefs: ''
},

initialize: function (url, options) {
Expand Down

0 comments on commit 1375bbf

Please sign in to comment.