Index: trunk/extensions/Maps/Services/GoogleMaps3/Maps_GoogleMaps3DispPoint.php |
— | — | @@ -57,8 +57,7 @@ |
58 | 58 | 'div', |
59 | 59 | array( |
60 | 60 | 'id' => $mapName, |
61 | | - 'width' => $this->width, |
62 | | - 'height' => $this->height |
| 61 | + 'style' => "width: $this->width; height: $this->height; background-color: #cccccc; overflow: hidden;" |
63 | 62 | ), |
64 | 63 | null |
65 | 64 | ); |
Index: trunk/extensions/Maps/Services/GoogleMaps3/Maps_GoogleMaps3DispMap.php |
— | — | @@ -55,7 +55,7 @@ |
56 | 56 | 'div', |
57 | 57 | array( |
58 | 58 | 'id' => $mapName, |
59 | | - 'style' => "width: $this->width; height: $this->height; background-color: #cccccc;" |
| 59 | + 'style' => "width: $this->width; height: $this->height; background-color: #cccccc; overflow: hidden;" |
60 | 60 | ), |
61 | 61 | null |
62 | 62 | ); |
Index: trunk/extensions/Maps/Services/YahooMaps/Maps_YahooMapsDispPoint.php |
— | — | @@ -55,7 +55,7 @@ |
56 | 56 | 'div', |
57 | 57 | array( |
58 | 58 | 'id' => $mapName, |
59 | | - 'style' => "width: $this->width; height: $this->height; background-color: #cccccc;", |
| 59 | + 'style' => "width: $this->width; height: $this->height; background-color: #cccccc; overflow: hidden;", |
60 | 60 | ), |
61 | 61 | wfMsg( 'maps-loading-map' ) |
62 | 62 | ); |
Index: trunk/extensions/Maps/Services/YahooMaps/Maps_YahooMapsDispMap.php |
— | — | @@ -46,7 +46,7 @@ |
47 | 47 | 'div', |
48 | 48 | array( |
49 | 49 | 'id' => $mapName, |
50 | | - 'style' => "width: $this->width; height: $this->height; background-color: #cccccc;", |
| 50 | + 'style' => "width: $this->width; height: $this->height; background-color: #cccccc; overflow: hidden;", |
51 | 51 | ), |
52 | 52 | wfMsg( 'maps-loading-map' ) |
53 | 53 | ); |
Index: trunk/extensions/Maps/Services/OpenLayers/Maps_OpenLayersDispPoint.php |
— | — | @@ -55,7 +55,7 @@ |
56 | 56 | 'div', |
57 | 57 | array( |
58 | 58 | 'id' => $mapName, |
59 | | - 'style' => "width: $this->width; height: $this->height; background-color: #cccccc;", |
| 59 | + 'style' => "width: $this->width; height: $this->height; background-color: #cccccc; overflow: hidden;", |
60 | 60 | ), |
61 | 61 | wfMsg( 'maps-loading-map' ) |
62 | 62 | ); |
Index: trunk/extensions/Maps/Services/OpenLayers/Maps_OpenLayersDispMap.php |
— | — | @@ -48,7 +48,7 @@ |
49 | 49 | 'div', |
50 | 50 | array( |
51 | 51 | 'id' => $mapName, |
52 | | - 'style' => "width: $this->width; height: $this->height; background-color: #cccccc;", |
| 52 | + 'style' => "width: $this->width; height: $this->height; background-color: #cccccc; overflow: hidden;", |
53 | 53 | ), |
54 | 54 | wfMsg( 'maps-loading-map' ) |
55 | 55 | ); |
Index: trunk/extensions/Maps/Services/GoogleMaps/Maps_GoogleMapsDispMap.php |
— | — | @@ -69,7 +69,7 @@ |
70 | 70 | 'div', |
71 | 71 | array( |
72 | 72 | 'id' => $mapName, |
73 | | - 'style' => "width: $this->width; height: $this->height; background-color: #cccccc;", |
| 73 | + 'style' => "width: $this->width; height: $this->height; background-color: #cccccc; overflow: hidden;", |
74 | 74 | ), |
75 | 75 | wfMsg( 'maps-loading-map' ) |
76 | 76 | ); |
Index: trunk/extensions/Maps/Services/GoogleMaps/Maps_GoogleMapsDispPoint.php |
— | — | @@ -72,7 +72,7 @@ |
73 | 73 | 'div', |
74 | 74 | array( |
75 | 75 | 'id' => $mapName, |
76 | | - 'style' => "width: $this->width; height: $this->height; background-color: #cccccc;", |
| 76 | + 'style' => "width: $this->width; height: $this->height; background-color: #cccccc; overflow: hidden;", |
77 | 77 | ), |
78 | 78 | wfMsg( 'maps-loading-map' ) |
79 | 79 | ); |