Changeset 5658 for trunk/openlayers/tests/grid_inittiles.html
- Timestamp:
- 01/06/08 17:10:28 (1 year ago)
- Files:
-
- trunk/openlayers/tests/grid_inittiles.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/grid_inittiles.html
r2978 r5658 10 10 <script src="../lib/OpenLayers.js"></script> 11 11 <script type="text/javascript"> 12 <!--13 12 function init(){ 14 13 var map = new OpenLayers.Map('map', {'maxResolution': 1.40625/2, tileSize: new OpenLayers.Size(256,256)}); … … 22 21 map.zoomOut(); 23 22 } 24 // -->25 23 </script> 26 24 </head>
