Increase timeout to avoid flashes.

Without this change, flashes are fairly frequent while zooming around a full screen map.
This commit is contained in:
tschaub
2012-01-02 16:07:40 -07:00
parent 3c910c8801
commit f2168d13b7
3 changed files with 23 additions and 17 deletions

View File

@@ -25,9 +25,8 @@
}
</style>
<script src="../lib/OpenLayers.js"></script>
<script src="fullScreen.js"></script>
</head>
<body onload="init()">
<body>
<div id="map"></div>
<div id="text">
@@ -38,7 +37,7 @@
</div>
<p id="shortdesc">
Demonstrate a map that fill the entire browser window.
Demonstrate a map that fills the entire browser window.
</p>
<div id="docs">
@@ -48,6 +47,7 @@
<a href="fullScreen.js" target="_blank">fullScreen.js source</a>
to see how this is done.</p>
</div>
<script src="fullScreen.js"></script>
</div>
</body>
</html>