Changeset 5658
- Timestamp:
- 01/06/08 17:10:28 (1 year ago)
- Files:
-
- trunk/openlayers/tests/Control/test_Attribution.html (modified) (2 diffs)
- trunk/openlayers/tests/Control/test_Scale.html (modified) (2 diffs)
- trunk/openlayers/tests/Layer/test_MapServer.html (modified) (1 diff)
- trunk/openlayers/tests/grid_inittiles.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/Control/test_Attribution.html
r4237 r5658 2 2 <head> 3 3 <script src="../../lib/OpenLayers.js"></script> 4 <script type="text/javascript"> <!--4 <script type="text/javascript"> 5 5 var map; 6 6 function test_01_Control_Attribution_constructor (t) { … … 36 36 37 37 } 38 // -->39 38 </script> 40 39 </head> trunk/openlayers/tests/Control/test_Scale.html
r4333 r5658 2 2 <head> 3 3 <script src="../../lib/OpenLayers.js"></script> 4 <script type="text/javascript"> <!--4 <script type="text/javascript"> 5 5 var map; 6 6 function test_01_Control_Scale_constructor (t) { … … 45 45 t.eq(control.div.firstChild.innerHTML, "Scale = 1 : 443M", "Internal scale displayed properly."); 46 46 } 47 // -->48 47 </script> 49 48 </head> trunk/openlayers/tests/Layer/test_MapServer.html
r5622 r5658 465 465 } 466 466 467 // -->468 467 </script> 469 468 </head> 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>
