Changeset 5772
- Timestamp:
- 01/16/08 03:40:22 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Renderer/Elements.js
r5614 r5772 135 135 //now actually draw the node, and style it 136 136 node = this.drawGeometryNode(node, geometry); 137 this.root.appendChild(node); 137 138 // append the node to root (but only if it's new) 139 if (node.parentNode != this.root) { 140 this.root.appendChild(node); 141 } 138 142 this.postDraw(node); 139 143 } else {
