OpenLayers OpenLayers
Show
Ignore:
Timestamp:
01/06/08 17:10:28 (1 year ago)
Author:
tschaub
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/tests/grid_inittiles.html

    r2978 r5658  
    1010    <script src="../lib/OpenLayers.js"></script> 
    1111    <script type="text/javascript"> 
    12         <!-- 
    1312        function init(){ 
    1413            var map = new OpenLayers.Map('map', {'maxResolution': 1.40625/2, tileSize: new OpenLayers.Size(256,256)}); 
     
    2221            map.zoomOut(); 
    2322        } 
    24         // --> 
    2523    </script> 
    2624  </head>