If your browser doesn't support the script tag, you have no business running these tests.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5658 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2008-01-06 22:10:28 +00:00
parent 02ad66f580
commit d7cd93abf3
4 changed files with 2 additions and 7 deletions
-2
View File
@@ -9,7 +9,6 @@
</style>
<script src="../lib/OpenLayers.js"></script>
<script type="text/javascript">
<!--
function init(){
var map = new OpenLayers.Map('map', {'maxResolution': 1.40625/2, tileSize: new OpenLayers.Size(256,256)});
ww = new OpenLayers.Layer.WMS( "Basic",
@@ -21,7 +20,6 @@
map.zoomOut();
map.zoomOut();
}
// -->
</script>
</head>
<body onload="init()">