On Wed, Aug 13, 2008 at 2:58 PM, Christopher Schmidt <[EMAIL PROTECTED]> wrote: > In OpenLayers, the options object, when passed, will override all the > layer's internal settings for any named properties. Specifically, in > this case, the 'map' property passed in will override the 'map' property > on the layer -- meaning that now 'layer.map' is not an OpenLayers.Map, > but instead a string. When map.getSize is called by the renderer later > on, it will fail, because strings don't have a getSize method.
Oh, good catch Chris! -- Eric _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
