[OpenLayers-Users] possible bug in Point.js, Line.js, Polygon.js etc from OL 2.11

Dave Potts dave.potts at pinan.co.uk
Tue Dec 6 03:14:24 EST 2011




All of the symbolizer start code from the directory OpenLayers/Symbolizer
includes the following code


initialize: function(config){

    OpenLayers.Symbolizer.prototype.initializer.apply(this,arguments);
}

Where the parameters are listed in the comments as config

It that is the case the code should the code read ?

initialize: function(config){

    OpenLayers.Symbolizer.prototype.initializer.apply(this,config);
}



-- 




More information about the Users mailing list