Merge branch 'master' into bigbackbuffer
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<title>OpenLayers Basic Single WMS Example</title>
|
<title>OpenLayers Basic OSM Example</title>
|
||||||
<link rel="stylesheet" href="../theme/default/style.css" type="text/css">
|
<link rel="stylesheet" href="../theme/default/style.css" type="text/css">
|
||||||
<link rel="stylesheet" href="style.css" type="text/css">
|
<link rel="stylesheet" href="style.css" type="text/css">
|
||||||
<script src="../lib/OpenLayers.js"></script>
|
<script src="../lib/OpenLayers.js"></script>
|
||||||
|
|||||||
@@ -62,8 +62,7 @@ OpenLayers.Tile.BackBufferable = OpenLayers.Class(OpenLayers.Tile, {
|
|||||||
* {Boolean} Was a tile drawn?
|
* {Boolean} Was a tile drawn?
|
||||||
*/
|
*/
|
||||||
draw: function() {
|
draw: function() {
|
||||||
var draw = OpenLayers.Tile.prototype.shouldDraw.apply(this, arguments),
|
var draw = OpenLayers.Tile.prototype.shouldDraw.apply(this, arguments);
|
||||||
backBufferMode = this.backBufferMode;
|
|
||||||
if (draw) {
|
if (draw) {
|
||||||
this.updateBackBuffer();
|
this.updateBackBuffer();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user