Name functions
This commit is contained in:
parent
8dca835a8e
commit
3dfa7a8427
@ -183,10 +183,10 @@ LayergroupController.prototype.staticMap = function(req, res, width, height, zoo
|
||||
var self = this;
|
||||
|
||||
step(
|
||||
function() {
|
||||
function reqParams() {
|
||||
self.req2params(req, this);
|
||||
},
|
||||
function(err) {
|
||||
function getImage(err) {
|
||||
assert.ifError(err);
|
||||
if (center) {
|
||||
self.previewBackend.getImage(
|
||||
|
Loading…
Reference in New Issue
Block a user