OpenLayers OpenLayers

Changeset 6652

Show
Ignore:
Timestamp:
03/28/08 03:12:26 (10 months ago)
Author:
euzuro
Message:

and so began a new campaign. instead of being sloppy with our cuttings up, we are going to be precise.

Files:

Legend:

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

    r6484 r6652  
    5454    positionBlocks: { 
    5555        "tl": { 
    56             'offset': new OpenLayers.Pixel(61, 15), 
    57             'padding': new OpenLayers.Bounds(8, 58, 24, 9), 
    58             'blocks': [ 
    59                 { // top-left 
    60                     size: new OpenLayers.Size('auto', 'auto'), 
    61                     anchor: new OpenLayers.Bounds(0, 68, 38, 0), 
    62                     position: new OpenLayers.Pixel(0, 0) 
    63                 }, 
    64                 { //top-right 
    65                     size: new OpenLayers.Size(38, 'auto'), 
    66                     anchor: new OpenLayers.Bounds(null, 68, 0, 0), 
    67                     position: new OpenLayers.Pixel(-638, 0) 
    68                 }, 
    69                 { //bottom-left 
    70                     size: new OpenLayers.Size('auto', 39), 
    71                     anchor: new OpenLayers.Bounds(0, 29, 97, null), 
    72                     position: new OpenLayers.Pixel(0, -629) 
    73                 }, 
    74                 { // stem 
    75                     size: new OpenLayers.Size(97, 68), 
    76                     anchor: new OpenLayers.Bounds(null, 0, 0, null), 
     56            'offset': new OpenLayers.Pixel(61, 0), 
     57            'padding': new OpenLayers.Bounds(8, 44, 24, 9), 
     58            'blocks': [ 
     59                { // top-left 
     60                    size: new OpenLayers.Size('auto', 'auto'), 
     61                    anchor: new OpenLayers.Bounds(0, 53, 38, 0), 
     62                    position: new OpenLayers.Pixel(0, 0) 
     63                }, 
     64                { //top-right 
     65                    size: new OpenLayers.Size(38, 'auto'), 
     66                    anchor: new OpenLayers.Bounds(null, 53, 0, 0), 
     67                    position: new OpenLayers.Pixel(-638, 0) 
     68                }, 
     69                { //bottom-left 
     70                    size: new OpenLayers.Size('auto', 39), 
     71                    anchor: new OpenLayers.Bounds(0, 15, 97, null), 
     72                    position: new OpenLayers.Pixel(0, -629) 
     73                }, 
     74                { // stem 
     75                    size: new OpenLayers.Size(80, 54), 
     76                    anchor: new OpenLayers.Bounds(null, 0, 17, null), 
    7777                    position: new OpenLayers.Pixel(0, -668) 
    7878                }