OpenLayers OpenLayers

Changeset 6454

Show
Ignore:
Timestamp:
03/07/08 03:15:04 (10 months ago)
Author:
pgiraud
Message:

fixed values in configuration for lower left and lower right positions (second round, issue when popups were small reported by rdewit)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/euzuro/pop/lib/OpenLayers/Popup/FramedCloud.js

    r6445 r6454  
    116116                { // top-left 
    117117                    size: new OpenLayers.Size('auto', 'auto'), 
    118                     anchor: new OpenLayers.Bounds(0, 39, null, 38), 
     118                    anchor: new OpenLayers.Bounds(0, 39, 38, 38), 
    119119                    position: new OpenLayers.Pixel(0, 0) 
    120120                }, 
     
    126126                { //bottom-left 
    127127                    size: new OpenLayers.Size('auto', 39), 
    128                     anchor: new OpenLayers.Bounds(0, 0, null, null), 
     128                    anchor: new OpenLayers.Bounds(0, 0, 38, null), 
    129129                    position: new OpenLayers.Pixel(0, -629) 
    130130                }, 
     
    147147                { // top-left 
    148148                    size: new OpenLayers.Size('auto', 'auto'), 
    149                     anchor: new OpenLayers.Bounds(0, 39, null, 38), 
     149                    anchor: new OpenLayers.Bounds(0, 39, 38, 38), 
    150150                    position: new OpenLayers.Pixel(0, 0) 
    151151                }, 
     
    157157                { //bottom-left 
    158158                    size: new OpenLayers.Size('auto', 39), 
    159                     anchor: new OpenLayers.Bounds(0, 0, null, null), 
     159                    anchor: new OpenLayers.Bounds(0, 0, 38, null), 
    160160                    position: new OpenLayers.Pixel(0, -629) 
    161161                },