Changeset 2165
- Timestamp:
- 01/19/07 17:25:17 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Control/OverviewMap.js
r2135 r2165 187 187 this.element.style.display = ''; 188 188 } 189 189 if(this.map.getExtent()) { 190 this.update(); 191 } 190 192 return this.div; 191 193 },
