This commit is contained in:
Raul Ochoa 2016-04-18 14:48:14 +02:00
parent 263b3e3682
commit ab55b083b4

View File

@ -286,7 +286,7 @@ MapController.prototype.instantiateTemplate = function(req, res, prepareParamsFn
},
function afterLayergroupCreate(err, layergroup) {
assert.ifError(err);
self.afterLayergroupCreate(req, res, mapConfig, [],layergroup, this);
self.afterLayergroupCreate(req, res, mapConfig, [], layergroup, this);
},
function finishTemplateInstantiation(err, layergroup) {
if (err) {