OpenLayers OpenLayers

Changeset 6657

Show
Ignore:
Timestamp:
03/28/08 04:33:15 (10 months ago)
Author:
euzuro
Message:

and the last one. i think i've got it figured out by now.

Files:

Legend:

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

    r6656 r6657  
    142142        }, 
    143143        "br": { 
    144             'offset': new OpenLayers.Pixel(-44, -6), 
    145             'padding': new OpenLayers.Bounds(8, 25, 8, 46), 
    146             'blocks': [ 
    147                 { // top-left 
    148                     size: new OpenLayers.Size('auto', 'auto'), 
    149                     anchor: new OpenLayers.Bounds(0, 39, 38, 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), 
    155                     position: new OpenLayers.Pixel(-638, 0) 
    156                 }, 
    157                 { //bottom-left 
    158                     size: new OpenLayers.Size('auto', 39), 
    159                     anchor: new OpenLayers.Bounds(0, 0, 38, null), 
     144            'offset': new OpenLayers.Pixel(-44, 0), 
     145            'padding': new OpenLayers.Bounds(8, 9, 8, 40), 
     146            'blocks': [ 
     147                { // top-left 
     148                    size: new OpenLayers.Size('auto', 'auto'), 
     149                    anchor: new OpenLayers.Bounds(0, 21, 22, 32), 
     150                    position: new OpenLayers.Pixel(0, 0) 
     151                }, 
     152                { //top-right 
     153                    size: new OpenLayers.Size(22, 'auto'), 
     154                    anchor: new OpenLayers.Bounds(null, 21, 0, 32), 
     155                    position: new OpenLayers.Pixel(-638, 0) 
     156                }, 
     157                { //bottom-left 
     158                    size: new OpenLayers.Size('auto', 21), 
     159                    anchor: new OpenLayers.Bounds(0, 0, 22, null), 
    160160                    position: new OpenLayers.Pixel(0, -629) 
    161161                }, 
    162162                { //bottom-right 
    163                     size: new OpenLayers.Size(38, 39), 
     163                    size: new OpenLayers.Size(22, 21), 
    164164                    anchor: new OpenLayers.Bounds(null, 0, 0, null), 
    165165                    position: new OpenLayers.Pixel(-638, -629) 
    166166                }, 
    167167                { // stem 
    168                     size: new OpenLayers.Size(81, 60), 
     168                    size: new OpenLayers.Size(81, 54), 
    169169                    anchor: new OpenLayers.Bounds(0, null, null, 0), 
    170                     position: new OpenLayers.Pixel(-311, -668
     170                    position: new OpenLayers.Pixel(-311, -674
    171171                } 
    172172            ]