Changeset 5659
- Timestamp:
- 01/06/08 17:15:43 (1 year ago)
- Files:
-
- trunk/openlayers/examples/custom-control-point.html (modified) (2 diffs)
- trunk/openlayers/examples/custom-control.html (modified) (2 diffs)
- trunk/openlayers/examples/custom-style.html (modified) (2 diffs)
- trunk/openlayers/examples/debug.html (modified) (2 diffs)
- trunk/openlayers/examples/drag-feature.html (modified) (2 diffs)
- trunk/openlayers/examples/draw-feature.html (modified) (2 diffs)
- trunk/openlayers/examples/editingtoolbar-outside.html (modified) (2 diffs)
- trunk/openlayers/examples/editingtoolbar.html (modified) (2 diffs)
- trunk/openlayers/examples/example.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/custom-control-point.html
r5362 r5659 11 11 <script src="../lib/OpenLayers.js"></script> 12 12 <script type="text/javascript"> 13 <!--14 13 var lon = 5; 15 14 var lat = 40; … … 43 42 map.setCenter(new OpenLayers.LonLat(lon, lat), zoom); 44 43 } 45 // -->46 44 </script> 47 45 </head> trunk/openlayers/examples/custom-control.html
r5370 r5659 11 11 <script src="../lib/OpenLayers.js"></script> 12 12 <script type="text/javascript"> 13 <!--14 13 var lon = 5; 15 14 var lat = 40; … … 47 46 map.setCenter(new OpenLayers.LonLat(lon, lat), zoom); 48 47 } 49 // -->50 48 </script> 51 49 </head> trunk/openlayers/examples/custom-style.html
r5362 r5659 21 21 <script src="../lib/OpenLayers.js"></script> 22 22 <script type="text/javascript"> 23 <!--24 23 var lon = 5; 25 24 var lat = 40; … … 37 36 map.setCenter(new OpenLayers.LonLat(lon, lat), zoom); 38 37 } 39 // -->40 38 </script> 41 39 </head> trunk/openlayers/examples/debug.html
r5362 r5659 8 8 <script src="../lib/OpenLayers.js"></script> 9 9 <script type="text/javascript"> 10 <!--11 10 function consoleLog() { 12 11 OpenLayers.Console.log("This is the result of an OpenLayers.Console.log() call"); … … 24 23 OpenLayers.Console.dirxml(document.getElementsByTagName('body')[0]); 25 24 } 26 // -->27 25 </script> 28 26 </head> trunk/openlayers/examples/drag-feature.html
r5362 r5659 21 21 <script src="../lib/OpenLayers.js"></script> 22 22 <script type="text/javascript"> 23 <!--24 23 var map, vectors, controls; 25 24 function init(){ … … 62 61 } 63 62 } 64 65 // -->66 63 </script> 67 64 </head> trunk/openlayers/examples/draw-feature.html
r5362 r5659 18 18 <script src="../lib/OpenLayers.js"></script> 19 19 <script type="text/javascript"> 20 <!--21 20 var map, drawControls; 22 21 OpenLayers.Util.onImageLoadErrorColor = "transparent"; … … 64 63 } 65 64 } 66 // -->67 65 </script> 68 66 </head> trunk/openlayers/examples/editingtoolbar-outside.html
r4825 r5659 19 19 <script src="../lib/OpenLayers.js"></script> 20 20 <script type="text/javascript"> 21 <!--22 21 var lon = 5; 23 22 var lat = 40; … … 44 43 map.setCenter(new OpenLayers.LonLat(lon, lat), zoom); 45 44 } 46 // -->47 45 </script> 48 46 </head> trunk/openlayers/examples/editingtoolbar.html
r5362 r5659 14 14 <script src="../lib/Firebug/debug.js"></script> 15 15 <script type="text/javascript"> 16 <!--17 16 var lon = 5; 18 17 var lat = 40; … … 33 32 map.setCenter(new OpenLayers.LonLat(lon, lat), zoom); 34 33 } 35 // -->36 34 </script> 37 35 </head> trunk/openlayers/examples/example.html
r5362 r5659 15 15 var map = null; 16 16 17 <!--18 17 function init(){ 19 18 … … 77 76 map.zoomToMaxExtent(); 78 77 } 79 // -->80 78 </script> 81 79 </head>
