OpenLayers OpenLayers

Changeset 1603

Show
Ignore:
Timestamp:
10/05/06 14:56:17 (2 years ago)
Author:
euzuro
Message:

no need to get this again.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Layer.js

    r1588 r1603  
    243243                var extent = this.map.getExtent(); 
    244244                if (extent != null) { 
    245                     this.moveTo(this.map.getExtent(), true); 
     245                    this.moveTo(extent, true); 
    246246                } 
    247247            }