1 <html xmlns="http://www.w3.org/1999/xhtml">
3 <style type="text/css">
7 border: 1px solid black;
10 <script src="../lib/OpenLayers.js"></script>
11 <script type="text/javascript">
13 var map = new OpenLayers.Map('map', {'maxResolution': 1.40625/2, tileSize: new OpenLayers.Size(256,256)});
14 ww = new OpenLayers.Layer.WMS( "Basic",
15 "http://labs.metacarta.com/wms-c/Basic.py?",
18 map.zoomToMaxExtent();
25 <body onload="init()">
27 <p>Map should display with two centered tiles. If there appear to be a combination of two zoom levels, then this test is failed, and something is broken in OpenLayers.</p>