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);
}



-- 


_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to