Increase timeout to avoid flashes.
Without this change, flashes are fairly frequent while zooming around a full screen map.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user