| 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), |
|---|