Changeset 6454
- Timestamp:
- 03/07/08 03:15:04 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/euzuro/pop/lib/OpenLayers/Popup/FramedCloud.js
r6445 r6454 116 116 { // top-left 117 117 size: new OpenLayers.Size('auto', 'auto'), 118 anchor: new OpenLayers.Bounds(0, 39, null, 38),118 anchor: new OpenLayers.Bounds(0, 39, 38, 38), 119 119 position: new OpenLayers.Pixel(0, 0) 120 120 }, … … 126 126 { //bottom-left 127 127 size: new OpenLayers.Size('auto', 39), 128 anchor: new OpenLayers.Bounds(0, 0, null, null),128 anchor: new OpenLayers.Bounds(0, 0, 38, null), 129 129 position: new OpenLayers.Pixel(0, -629) 130 130 }, … … 147 147 { // top-left 148 148 size: new OpenLayers.Size('auto', 'auto'), 149 anchor: new OpenLayers.Bounds(0, 39, null, 38),149 anchor: new OpenLayers.Bounds(0, 39, 38, 38), 150 150 position: new OpenLayers.Pixel(0, 0) 151 151 }, … … 157 157 { //bottom-left 158 158 size: new OpenLayers.Size('auto', 39), 159 anchor: new OpenLayers.Bounds(0, 0, null, null),159 anchor: new OpenLayers.Bounds(0, 0, 38, null), 160 160 position: new OpenLayers.Pixel(0, -629) 161 161 },
