"disable z-indexing of elements in the Elements renderer by default". r=elemoine (closes #1679)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7781 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -56,8 +56,10 @@ OpenLayers.Renderer = OpenLayers.Class({
|
||||
*
|
||||
* Parameters:
|
||||
* containerID - {<String>}
|
||||
* options - {Object} options for this renderer. See sublcasses for
|
||||
* supported options.
|
||||
*/
|
||||
initialize: function(containerID) {
|
||||
initialize: function(containerID, options) {
|
||||
this.container = OpenLayers.Util.getElement(containerID);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user