OpenLayers OpenLayers

Changeset 3316

Show
Ignore:
Timestamp:
06/11/07 14:29:43 (2 years ago)
Author:
euzuro
Message:

whitespace adjustments to match trunk. we can clean these up later

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/crschmidt/wraptheworld/lib/OpenLayers/Layer.js

    r3315 r3316  
    292292            this.projection = this.projection || this.map.projection; 
    293293            this.units = this.units || this.map.units; 
     294             
    294295            this.initResolutions(); 
    295296             
     
    304305        } 
    305306    }, 
    306  
     307   
    307308    /** 
    308309     * Set the tile size based on the map size.  This also sets layer.imageSize 
     
    623624                var delta_x = viewPortPx.x - (size.w / 2); 
    624625                var delta_y = viewPortPx.y - (size.h / 2); 
    625          
    626                 lonlat = new OpenLayers.LonLat(center.lon + delta_x * res
    627                                                center.lat - delta_y * res);  
     626             
     627                lonlat = new OpenLayers.LonLat(center.lon + delta_x * res
     628                                             center.lat - delta_y * res);  
    628629 
    629630                if (this.wrapDateLine) {