[Commits] r1403 - core/trunk/geoext/examples
commits at geoext.org
commits at geoext.org
Fri Oct 9 17:43:25 CEST 2009
Author: tschaub
Date: 2009-10-09 17:43:25 +0200 (Fri, 09 Oct 2009)
New Revision: 1403
Modified:
core/trunk/geoext/examples/layercontainer.html
core/trunk/geoext/examples/wms-capabilities.html
Log:
All existing examples can use OpenLayers 2.8 (see #160).
Modified: core/trunk/geoext/examples/layercontainer.html
===================================================================
--- core/trunk/geoext/examples/layercontainer.html 2009-10-09 15:25:00 UTC (rev 1402)
+++ core/trunk/geoext/examples/layercontainer.html 2009-10-09 15:43:25 UTC (rev 1403)
@@ -5,7 +5,7 @@
<script type="text/javascript" src="http://extjs.cachefly.net/builds/ext-cdn-771.js"></script>
<link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/examples/shared/examples.css" />
- <script src="../../openlayers/lib/OpenLayers.js"></script>
+ <script src="http://openlayers.org/api/2.8/OpenLayers.js"></script>
<script type="text/javascript" src="../lib/GeoExt.js"></script>
<script type="text/javascript" src="layercontainer.js"></script>
Modified: core/trunk/geoext/examples/wms-capabilities.html
===================================================================
--- core/trunk/geoext/examples/wms-capabilities.html 2009-10-09 15:25:00 UTC (rev 1402)
+++ core/trunk/geoext/examples/wms-capabilities.html 2009-10-09 15:43:25 UTC (rev 1403)
@@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/examples/shared/examples.css" />
<script type="text/javascript" src="http://extjs.cachefly.net/builds/ext-cdn-771.js"></script>
<script type="text/javascript" src="../lib/GeoExt/adapter/override-ext-ajax.js"></script>
- <script src="../../openlayers/lib/OpenLayers.js"></script>
+ <script src="http://openlayers.org/api/2.8/OpenLayers.js"></script>
<script type="text/javascript" src="../lib/GeoExt.js"></script>
<script type="text/javascript" src="wms-capabilities.js"></script>
More information about the Commits
mailing list