Changeset 1455
- Timestamp:
- 09/14/06 15:22:17 (2 years ago)
- Files:
-
- trunk/website/presentations/foss4g2006/examples/base.html (modified) (1 diff)
- trunk/website/presentations/foss4g2006/examples/controls.html (modified) (1 diff)
- trunk/website/presentations/foss4g2006/examples/georss.html (modified) (1 diff)
- trunk/website/presentations/foss4g2006/examples/google.html (modified) (1 diff)
- trunk/website/presentations/foss4g2006/examples/kamap.html (modified) (1 diff)
- trunk/website/presentations/foss4g2006/examples/markers.html (modified) (1 diff)
- trunk/website/presentations/foss4g2006/examples/markerswithgoogle.html (modified) (1 diff)
- trunk/website/presentations/foss4g2006/examples/microsoft.html (modified) (1 diff)
- trunk/website/presentations/foss4g2006/examples/popups.html (modified) (1 diff)
- trunk/website/presentations/foss4g2006/examples/transparentwms.html (modified) (1 diff)
- trunk/website/presentations/foss4g2006/examples/wfs.html (modified) (1 diff)
- trunk/website/presentations/foss4g2006/examples/yahoo.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/website/presentations/foss4g2006/examples/base.html
r1425 r1455 2 2 <head> 3 3 <title>OpenLayers Example</title> 4 <script src="http://openlayers.org/api/2 /OpenLayers.js"></script>4 <script src="http://openlayers.org/api/2.1-rc1/OpenLayers.js"></script> 5 5 </head> 6 6 <body> trunk/website/presentations/foss4g2006/examples/controls.html
r1432 r1455 2 2 <head> 3 3 <title>OpenLayers Example</title> 4 <script src="http://openlayers.org/api/2 /OpenLayers.js"></script>4 <script src="http://openlayers.org/api/2.1-rc1/OpenLayers.js"></script> 5 5 </head> 6 6 <body> trunk/website/presentations/foss4g2006/examples/georss.html
r1426 r1455 2 2 <head> 3 3 <title>OpenLayers Example</title> 4 <script src="http://openlayers.org/api/2 /OpenLayers.js"></script>4 <script src="http://openlayers.org/api/2.1-rc1/OpenLayers.js"></script> 5 5 </head> 6 6 <body> trunk/website/presentations/foss4g2006/examples/google.html
r1454 r1455 2 2 <head> 3 3 <title>OpenLayers Example</title> 4 <script src="http://openlayers.org/api/2 /OpenLayers.js"></script>4 <script src="http://openlayers.org/api/2.1-rc1/OpenLayers.js"></script> 5 5 <script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAjpkAC9ePGem0lIq5XcMiuhR9x1oSmy2l6lpQn4Fwjw8XucNdcRTlgTn6soDriQjjLeXkEx6fjn1stg" 6 6 type="text/javascript"></script> trunk/website/presentations/foss4g2006/examples/kamap.html
r1425 r1455 2 2 <head> 3 3 <title>OpenLayers Example</title> 4 <script src="http://openlayers.org/api/2 /OpenLayers.js"></script>4 <script src="http://openlayers.org/api/2.1-rc1/OpenLayers.js"></script> 5 5 </head> 6 6 <body> trunk/website/presentations/foss4g2006/examples/markers.html
r1427 r1455 2 2 <head> 3 3 <title>OpenLayers Example</title> 4 <script src="http://openlayers.org/api/2 /OpenLayers.js"></script>4 <script src="http://openlayers.org/api/2.1-rc1/OpenLayers.js"></script> 5 5 </head> 6 6 <body> trunk/website/presentations/foss4g2006/examples/markerswithgoogle.html
r1427 r1455 2 2 <head> 3 3 <title>OpenLayers Example</title> 4 <script src="http://openlayers.org/api/2 /OpenLayers.js"></script>4 <script src="http://openlayers.org/api/2.1-rc1/OpenLayers.js"></script> 5 5 </head> 6 6 <body> trunk/website/presentations/foss4g2006/examples/microsoft.html
r1425 r1455 2 2 <head> 3 3 <title>OpenLayers Example</title> 4 <script src="http://openlayers.org/api/2 /OpenLayers.js"></script>4 <script src="http://openlayers.org/api/2.1-rc1/OpenLayers.js"></script> 5 5 </head> 6 6 <body> trunk/website/presentations/foss4g2006/examples/popups.html
r1432 r1455 2 2 <head> 3 3 <title>OpenLayers Example</title> 4 <script src="http://openlayers.org/api/2 /OpenLayers.js"></script>4 <script src="http://openlayers.org/api/2.1-rc1/OpenLayers.js"></script> 5 5 </head> 6 6 <body> trunk/website/presentations/foss4g2006/examples/transparentwms.html
r1425 r1455 2 2 <head> 3 3 <title>OpenLayers Example</title> 4 <script src="http://openlayers.org/api/2 /OpenLayers.js"></script>4 <script src="http://openlayers.org/api/2.1-rc1/OpenLayers.js"></script> 5 5 </head> 6 6 <body> trunk/website/presentations/foss4g2006/examples/wfs.html
r1426 r1455 2 2 <head> 3 3 <title>OpenLayers Example</title> 4 <script src="http://openlayers.org/api/2 /OpenLayers.js"></script>4 <script src="http://openlayers.org/api/2.1-rc1/OpenLayers.js"></script> 5 5 </head> 6 6 <body> trunk/website/presentations/foss4g2006/examples/yahoo.html
r1425 r1455 2 2 <head> 3 3 <title>OpenLayers Example</title> 4 <script src="http://openlayers.org/api/2 /OpenLayers.js"></script>4 <script src="http://openlayers.org/api/2.1-rc1/OpenLayers.js"></script> 5 5 </head> 6 6 <body>
