OpenLayers OpenLayers

Changeset 6445

Show
Ignore:
Timestamp:
03/06/08 04:59:51 (10 months ago)
Author:
pgiraud
Message:

fixed values in configuration for lower left and lower right positions

Files:

Legend:

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

    r6306 r6445  
    116116                { // top-left 
    117117                    size: new OpenLayers.Size('auto', 'auto'), 
    118                     anchor: new OpenLayers.Bounds(0, null, null, 38), 
    119                     position: new OpenLayers.Pixel(0, 0) 
    120                 }, 
    121                 { //top-right 
    122                     size: new OpenLayers.Size(38, 'auto'), 
    123                     anchor: new OpenLayers.Bounds(null, null, 0, 38), 
     118                    anchor: new OpenLayers.Bounds(0, 39, null, 38), 
     119                    position: new OpenLayers.Pixel(0, 0) 
     120                }, 
     121                { //top-right 
     122                    size: new OpenLayers.Size(38, 'auto'), 
     123                    anchor: new OpenLayers.Bounds(null, 39, 0, 38), 
    124124                    position: new OpenLayers.Pixel(-638, 0) 
    125125                }, 
     
    147147                { // top-left 
    148148                    size: new OpenLayers.Size('auto', 'auto'), 
    149                     anchor: new OpenLayers.Bounds(0, null, null, 38), 
    150                     position: new OpenLayers.Pixel(0, 0) 
    151                 }, 
    152                 { //top-right 
    153                     size: new OpenLayers.Size(38, 'auto'), 
    154                     anchor: new OpenLayers.Bounds(null, null, 0, 38), 
     149                    anchor: new OpenLayers.Bounds(0, 39, null, 38), 
     150                    position: new OpenLayers.Pixel(0, 0) 
     151                }, 
     152                { //top-right 
     153                    size: new OpenLayers.Size(38, 'auto'), 
     154                    anchor: new OpenLayers.Bounds(null, 39, 0, 38), 
    155155                    position: new OpenLayers.Pixel(-638, 0) 
    156156                },