"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:
ahocevar
2008-08-18 12:53:06 +00:00
parent 73eb0d5745
commit 8f45e0572e
3 changed files with 60 additions and 44 deletions

View File

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