Changeset 2309
- Timestamp:
- 03/05/07 11:07:30 (2 years ago)
- Files:
-
- sandbox/vector-2.4/tests/BaseTypes (added)
- sandbox/vector-2.4/tests/BaseTypes/test_Bounds.html (moved) (moved from sandbox/vector-2.4/tests/test_Bounds.html) (1 diff)
- sandbox/vector-2.4/tests/BaseTypes/test_Class.html (moved) (moved from sandbox/vector-2.4/tests/test_Class.html) (1 diff)
- sandbox/vector-2.4/tests/BaseTypes/test_LonLat.html (moved) (moved from sandbox/vector-2.4/tests/test_LonLat.html) (1 diff)
- sandbox/vector-2.4/tests/BaseTypes/test_Pixel.html (moved) (moved from sandbox/vector-2.4/tests/test_Pixel.html) (1 diff)
- sandbox/vector-2.4/tests/BaseTypes/test_Size.html (moved) (moved from sandbox/vector-2.4/tests/test_Size.html) (1 diff)
- sandbox/vector-2.4/tests/Control (added)
- sandbox/vector-2.4/tests/Control/test_Control_LayerSwitcher.html (moved) (moved from sandbox/vector-2.4/tests/test_Control_LayerSwitcher.html) (1 diff)
- sandbox/vector-2.4/tests/Control/test_Control_MouseToolbar.html (moved) (moved from sandbox/vector-2.4/tests/test_Control_MouseToolbar.html) (1 diff)
- sandbox/vector-2.4/tests/Control/test_Control_OverviewMap.html (moved) (moved from sandbox/vector-2.4/tests/test_Control_OverviewMap.html) (1 diff)
- sandbox/vector-2.4/tests/Control/test_Control_PanZoom.html (moved) (moved from sandbox/vector-2.4/tests/test_Control_PanZoom.html) (1 diff)
- sandbox/vector-2.4/tests/Control/test_Control_PanZoomBar.html (moved) (moved from sandbox/vector-2.4/tests/test_Control_PanZoomBar.html) (1 diff)
- sandbox/vector-2.4/tests/Control/test_Control_Permalink.html (moved) (moved from sandbox/vector-2.4/tests/test_Control_Permalink.html) (1 diff)
- sandbox/vector-2.4/tests/Control/test_Control_Scale.html (moved) (moved from sandbox/vector-2.4/tests/test_Control_Scale.html) (1 diff)
- sandbox/vector-2.4/tests/Feature (added)
- sandbox/vector-2.4/tests/Layer (added)
- sandbox/vector-2.4/tests/Layer/test_Layer_EventPane.html (moved) (moved from sandbox/vector-2.4/tests/test_Layer_EventPane.html) (1 diff)
- sandbox/vector-2.4/tests/Layer/test_Layer_FixedZoomLevels.html (moved) (moved from sandbox/vector-2.4/tests/test_Layer_FixedZoomLevels.html) (1 diff)
- sandbox/vector-2.4/tests/Layer/test_Layer_GeoRSS.html (moved) (moved from sandbox/vector-2.4/tests/test_Layer_GeoRSS.html) (1 diff)
- sandbox/vector-2.4/tests/Layer/test_Layer_Google.html (moved) (moved from sandbox/vector-2.4/tests/test_Layer_Google.html) (1 diff)
- sandbox/vector-2.4/tests/Layer/test_Layer_Grid.html (moved) (moved from sandbox/vector-2.4/tests/test_Layer_Grid.html) (1 diff)
- sandbox/vector-2.4/tests/Layer/test_Layer_HTTPRequest.html (moved) (moved from sandbox/vector-2.4/tests/test_Layer_HTTPRequest.html) (1 diff)
- sandbox/vector-2.4/tests/Layer/test_Layer_Image.html (moved) (moved from sandbox/vector-2.4/tests/test_Layer_Image.html) (1 diff)
- sandbox/vector-2.4/tests/Layer/test_Layer_KaMap.html (moved) (moved from sandbox/vector-2.4/tests/test_Layer_KaMap.html) (1 diff)
- sandbox/vector-2.4/tests/Layer/test_Layer_Markers.html (moved) (moved from sandbox/vector-2.4/tests/test_Layer_Markers.html) (1 diff)
- sandbox/vector-2.4/tests/Layer/test_Layer_MultiMap.html (moved) (moved from sandbox/vector-2.4/tests/test_Layer_MultiMap.html)
- sandbox/vector-2.4/tests/Layer/test_Layer_TMS.html (moved) (moved from sandbox/vector-2.4/tests/test_Layer_TMS.html) (1 diff)
- sandbox/vector-2.4/tests/Layer/test_Layer_Text.html (moved) (moved from sandbox/vector-2.4/tests/test_Layer_Text.html) (1 diff)
- sandbox/vector-2.4/tests/Layer/test_Layer_WMS.html (moved) (moved from sandbox/vector-2.4/tests/test_Layer_WMS.html) (1 diff)
- sandbox/vector-2.4/tests/Marker (added)
- sandbox/vector-2.4/tests/Popup (added)
- sandbox/vector-2.4/tests/Tile (added)
- sandbox/vector-2.4/tests/Tile/test_Tile_Image.html (moved) (moved from sandbox/vector-2.4/tests/test_Tile_Image.html) (1 diff)
- sandbox/vector-2.4/tests/list-tests.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/vector-2.4/tests/BaseTypes/test_Bounds.html
r1558 r2309 1 1 <html> 2 2 <head> 3 <script src="../ lib/OpenLayers.js"></script>3 <script src="../../lib/OpenLayers.js"></script> 4 4 <script type="text/javascript"><!-- 5 5 var bounds; sandbox/vector-2.4/tests/BaseTypes/test_Class.html
r1648 r2309 1 1 <html> 2 2 <head> 3 <script src="../ lib/OpenLayers.js"></script>3 <script src="../../lib/OpenLayers.js"></script> 4 4 <script type="text/javascript"><!-- 5 5 var isMozilla = (navigator.userAgent.indexOf("compatible") == -1); sandbox/vector-2.4/tests/BaseTypes/test_LonLat.html
r1424 r2309 1 1 <html> 2 2 <head> 3 <script src="../ lib/OpenLayers.js"></script>3 <script src="../../lib/OpenLayers.js"></script> 4 4 <script type="text/javascript"><!-- 5 5 sandbox/vector-2.4/tests/BaseTypes/test_Pixel.html
r1424 r2309 1 1 <html> 2 2 <head> 3 <script src="../ lib/OpenLayers.js"></script>3 <script src="../../lib/OpenLayers.js"></script> 4 4 <script type="text/javascript"><!-- 5 5 var pixel; sandbox/vector-2.4/tests/BaseTypes/test_Size.html
r1424 r2309 1 1 <html> 2 2 <head> 3 <script src="../ lib/OpenLayers.js"></script>3 <script src="../../lib/OpenLayers.js"></script> 4 4 <script type="text/javascript"><!-- 5 5 var Size; sandbox/vector-2.4/tests/Control/test_Control_LayerSwitcher.html
r1548 r2309 1 1 <html> 2 2 <head> 3 <script src="../ lib/OpenLayers.js"></script>3 <script src="../../lib/OpenLayers.js"></script> 4 4 <script type="text/javascript"><!-- 5 5 var map; sandbox/vector-2.4/tests/Control/test_Control_MouseToolbar.html
r1634 r2309 1 1 <html> 2 2 <head> 3 <script src="../ lib/OpenLayers.js"></script>3 <script src="../../lib/OpenLayers.js"></script> 4 4 <script type="text/javascript"><!-- 5 5 var map; sandbox/vector-2.4/tests/Control/test_Control_OverviewMap.html
r1701 r2309 1 1 <html> 2 2 <head> 3 <script src="../ lib/OpenLayers.js"></script>3 <script src="../../lib/OpenLayers.js"></script> 4 4 <script type="text/javascript"><!-- 5 5 var map; sandbox/vector-2.4/tests/Control/test_Control_PanZoom.html
r1634 r2309 1 1 <html> 2 2 <head> 3 <script src="../ lib/OpenLayers.js"></script>3 <script src="../../lib/OpenLayers.js"></script> 4 4 <script type="text/javascript"><!-- 5 5 var map; sandbox/vector-2.4/tests/Control/test_Control_PanZoomBar.html
r1424 r2309 1 1 <html> 2 2 <head> 3 <script src="../ lib/OpenLayers.js"></script>3 <script src="../../lib/OpenLayers.js"></script> 4 4 <script type="text/javascript"><!-- 5 5 var map; sandbox/vector-2.4/tests/Control/test_Control_Permalink.html
r1634 r2309 1 1 <html> 2 2 <head> 3 <script src="../ lib/OpenLayers.js"></script>3 <script src="../../lib/OpenLayers.js"></script> 4 4 <script type="text/javascript"><!-- 5 5 var map; sandbox/vector-2.4/tests/Control/test_Control_Scale.html
r2244 r2309 1 1 <html> 2 2 <head> 3 <script src="../ lib/OpenLayers.js"></script>3 <script src="../../lib/OpenLayers.js"></script> 4 4 <script type="text/javascript"><!-- 5 5 var map; sandbox/vector-2.4/tests/Layer/test_Layer_EventPane.html
r2120 r2309 1 1 <html> 2 2 <head> 3 <script src="../ lib/OpenLayers.js"></script>3 <script src="../../lib/OpenLayers.js"></script> 4 4 <script type="text/javascript"><!-- 5 5 var isMozilla = (navigator.userAgent.indexOf("compatible") == -1); sandbox/vector-2.4/tests/Layer/test_Layer_FixedZoomLevels.html
r1701 r2309 1 1 <html> 2 2 <head> 3 <script src="../ lib/OpenLayers.js"></script>3 <script src="../../lib/OpenLayers.js"></script> 4 4 <script type="text/javascript"><!-- 5 5 var layer; sandbox/vector-2.4/tests/Layer/test_Layer_GeoRSS.html
r2256 r2309 1 1 <html> 2 2 <head> 3 <script src="../ lib/OpenLayers.js"></script>3 <script src="../../lib/OpenLayers.js"></script> 4 4 <script type="text/javascript"><!-- 5 5 var isMozilla = (navigator.userAgent.indexOf("compatible") == -1); sandbox/vector-2.4/tests/Layer/test_Layer_Google.html
r1424 r2309 3 3 <!-- this gmaps key generated for http://openlayers.org/dev/ --> 4 4 <script src='http://maps.google.com/maps?file=api&v=2&key=ABQIAAAA9XNhd8q0UdwNC7YSO4YZghSPUCi5aRYVveCcVYxzezM4iaj_gxQ9t-UajFL70jfcpquH5l1IJ-Zyyw'></script> 5 <script src="../ lib/OpenLayers.js"></script>5 <script src="../../lib/OpenLayers.js"></script> 6 6 <script type="text/javascript"><!-- 7 7 var layer; sandbox/vector-2.4/tests/Layer/test_Layer_Grid.html
r1624 r2309 1 1 <html> 2 2 <head> 3 <script src="../ lib/OpenLayers.js"></script>3 <script src="../../lib/OpenLayers.js"></script> 4 4 <script type="text/javascript"><!-- 5 5 var isMozilla = (navigator.userAgent.indexOf("compatible") == -1); sandbox/vector-2.4/tests/Layer/test_Layer_HTTPRequest.html
r1911 r2309 1 1 <html> 2 2 <head> 3 <script src="../ lib/OpenLayers.js"></script>3 <script src="../../lib/OpenLayers.js"></script> 4 4 <script type="text/javascript"><!-- 5 5 var layer; sandbox/vector-2.4/tests/Layer/test_Layer_Image.html
r1712 r2309 1 1 <html> 2 2 <head> 3 <script src="../ lib/OpenLayers.js"></script>3 <script src="../../lib/OpenLayers.js"></script> 4 4 <script type="text/javascript"><!-- 5 5 var layer; sandbox/vector-2.4/tests/Layer/test_Layer_KaMap.html
r2237 r2309 1 1 <html> 2 2 <head> 3 <script src="../ lib/OpenLayers.js"></script>3 <script src="../../lib/OpenLayers.js"></script> 4 4 <script type="text/javascript"><!-- 5 5 var isMozilla = (navigator.userAgent.indexOf("compatible") == -1); sandbox/vector-2.4/tests/Layer/test_Layer_Markers.html
r1424 r2309 1 1 <html> 2 2 <head> 3 <script src="../ lib/OpenLayers.js"></script>3 <script src="../../lib/OpenLayers.js"></script> 4 4 <script type="text/javascript"><!-- 5 5 var layer; sandbox/vector-2.4/tests/Layer/test_Layer_TMS.html
r1927 r2309 1 1 <html> 2 2 <head> 3 <script src="../ lib/OpenLayers.js"></script>3 <script src="../../lib/OpenLayers.js"></script> 4 4 <script type="text/javascript"><!-- 5 5 var isMozilla = (navigator.userAgent.indexOf("compatible") == -1); sandbox/vector-2.4/tests/Layer/test_Layer_Text.html
r1424 r2309 1 1 <html> 2 2 <head> 3 <script src="../ lib/OpenLayers.js"></script>3 <script src="../../lib/OpenLayers.js"></script> 4 4 <script type="text/javascript"><!-- 5 5 var isMozilla = (navigator.userAgent.indexOf("compatible") == -1); sandbox/vector-2.4/tests/Layer/test_Layer_WMS.html
r2237 r2309 2 2 <head> 3 3 <script src='http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAjpkAC9ePGem0lIq5XcMiuhR_wWLPFku8Ix9i2SXYRVK3e45q1BQUd_beF8dtzKET_EteAjPdGDwqpQ'></script> 4 <script src="../ lib/OpenLayers.js"></script>4 <script src="../../lib/OpenLayers.js"></script> 5 5 <script type="text/javascript"><!-- 6 6 var isMozilla = (navigator.userAgent.indexOf("compatible") == -1); sandbox/vector-2.4/tests/Tile/test_Tile_Image.html
r2091 r2309 1 1 <html> 2 2 <head> 3 <script src="../ lib/OpenLayers.js"></script>3 <script src="../../lib/OpenLayers.js"></script> 4 4 <script type="text/javascript"><!-- 5 5 var isMozilla = (navigator.userAgent.indexOf("compatible") == -1); sandbox/vector-2.4/tests/list-tests.html
r2244 r2309 1 1 <ul id="testlist"> 2 <li>test_Class.html</li> 3 <li>test_Pixel.html</li> 4 <li>test_Size.html</li> 5 <li>test_LonLat.html</li> 2 <li>BaseTypes/test_Class.html</li> 3 <li>BaseTypes/test_Pixel.html</li> 4 <li>BaseTypes/test_Size.html</li> 5 <li>BaseTypes/test_LonLat.html</li> 6 <li>BaseTypes/test_Bounds.html</li> 6 7 <li>test_Icon.html</li> 7 8 <li>test_Marker.html</li> 8 9 <li>test_Popup.html</li> 9 10 <li>test_Feature.html</li> 10 <li>test_Bounds.html</li>11 11 <li>test_Events.html</li> 12 12 <li>test_Util.html</li> 13 13 <li>test_Layer.html</li> 14 <li>test_Layer_Image.html</li> 15 <li>test_Layer_EventPane.html</li> 16 <li>test_Layer_FixedZoomLevels.html</li> 17 <li>test_Layer_HTTPRequest.html</li> 18 <li>test_Layer_Grid.html</li> 19 <li>test_Layer_Markers.html</li> 20 <li>test_Layer_Text.html</li> 21 <li>test_Layer_GeoRSS.html</li> 22 <li>test_Layer_KaMap.html</li> 23 <li>test_Layer_WMS.html</li> 24 <li>test_Layer_TMS.html</li> 14 <li>Layer/test_Layer_EventPane.html</li> 15 <li>Layer/test_Layer_FixedZoomLevels.html</li> 16 <li>Layer/test_Layer_GeoRSS.html</li> 17 <li>Layer/test_Layer_Google.html</li> 18 <li>Layer/test_Layer_Grid.html</li> 19 <li>Layer/test_Layer_HTTPRequest.html</li> 20 <li>Layer/test_Layer_Image.html</li> 21 <li>Layer/test_Layer_KaMap.html</li> 22 <li>Layer/test_Layer_Markers.html</li> 23 <li>Layer/test_Layer_Multimap.html</li> 24 <li>Layer/test_Layer_Text.html</li> 25 <li>Layer/test_Layer_WMS.html</li> 26 <li>Layer/test_Layer_TMS.html</li> 25 27 <li>test_Tile.html</li> 26 <li> test_Tile_Image.html</li>28 <li>Tile/test_Tile_Image.html</li> 27 29 <li>test_Control.html</li> 28 <li> test_Control_OverviewMap.html</li>29 <li> test_Control_MouseToolbar.html</li>30 <li> test_Control_LayerSwitcher.html</li>31 <li> test_Control_PanZoom.html</li>32 <li> test_Control_PanZoomBar.html</li>33 <li> test_Control_Permalink.html</li>34 <li> test_Control_Scale.html</li>30 <li>Control/test_Control_OverviewMap.html</li> 31 <li>Control/test_Control_MouseToolbar.html</li> 32 <li>Control/test_Control_LayerSwitcher.html</li> 33 <li>Control/test_Control_PanZoom.html</li> 34 <li>Control/test_Control_PanZoomBar.html</li> 35 <li>Control/test_Control_Permalink.html</li> 36 <li>Control/test_Control_Scale.html</li> 35 37 <li>test_Map.html</li> 36 38 </ul>
