Skip to content

Commit

Permalink
Merge branch 'hotfix-maps'
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvanbreda committed Dec 4, 2019
2 parents b690c12 + c86004f commit ec75fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/jquery.indiciaMapPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -2677,7 +2677,7 @@ var destroyAllFeatures;
$.each(this.settings.otherBaseLayerConfig, function(i, item) {
var params = item.params;
var layer;
// Pad to max 4 params, just so the function call can be the same whatever.
// Pad to max 4 params, just so the function call can be the same whatever.
while (params.length < 4) {
params.push(null);
}
Expand Down Expand Up @@ -3314,7 +3314,7 @@ jQuery.fn.indiciaMapPanel.defaults = {
os_api_key: '',
proxy: '',
presetLayers: [],
tilecacheLayers: [],
otherBaseLayerConfig: [],
indiciaWMSLayers: {},
indiciaWFSLayers : {},
layers: [],
Expand Down

0 comments on commit ec75fa3

Please sign in to comment.