[Commits] r2289 - in sandbox/camptocamp/extensions/geoext.ux/ux/FeatureBrowser: examples lib/GeoExt.ux
commits at geoext.org
commits at geoext.org
Mon Aug 30 09:08:49 CEST 2010
Author: fredj
Date: 2010-08-30 09:08:49 +0200 (Mon, 30 Aug 2010)
New Revision: 2289
Modified:
sandbox/camptocamp/extensions/geoext.ux/ux/FeatureBrowser/examples/featurebrowser.html
sandbox/camptocamp/extensions/geoext.ux/ux/FeatureBrowser/examples/featurebrowser.js
sandbox/camptocamp/extensions/geoext.ux/ux/FeatureBrowser/lib/GeoExt.ux/FeatureBrowser.js
Log:
update Ext.Panel doc url, use openlayers 2.9.1, fix photo url
Modified: sandbox/camptocamp/extensions/geoext.ux/ux/FeatureBrowser/examples/featurebrowser.html
===================================================================
--- sandbox/camptocamp/extensions/geoext.ux/ux/FeatureBrowser/examples/featurebrowser.html 2010-08-28 20:46:37 UTC (rev 2288)
+++ sandbox/camptocamp/extensions/geoext.ux/ux/FeatureBrowser/examples/featurebrowser.html 2010-08-30 07:08:49 UTC (rev 2289)
@@ -7,7 +7,7 @@
<script type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.1/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.1/ext-all.js"></script>
- <script src="http://www.openlayers.org/api/2.9/OpenLayers.js"></script>
+ <script src="http://www.openlayers.org/api/2.9.1/OpenLayers.js"></script>
<script type="text/javascript" src="../../../../geoext/lib/GeoExt.js"></script>
<!-- script resources for this ux -->
Modified: sandbox/camptocamp/extensions/geoext.ux/ux/FeatureBrowser/examples/featurebrowser.js
===================================================================
--- sandbox/camptocamp/extensions/geoext.ux/ux/FeatureBrowser/examples/featurebrowser.js 2010-08-28 20:46:37 UTC (rev 2288)
+++ sandbox/camptocamp/extensions/geoext.ux/ux/FeatureBrowser/examples/featurebrowser.js 2010-08-30 07:08:49 UTC (rev 2289)
@@ -7,7 +7,7 @@
new OpenLayers.Feature.Vector(null, {
name: 'toto',
age: '20',
- photo: 'http://ecx.images-amazon.com/images/I/31DbVJExgLL._SL75_SS50_.jpg',
+ photo: 'http://bits.ohloh.net/attachments/30093/GeoExt_med.png',
type: 'employee'
}),
new OpenLayers.Feature.Vector(null, {
Modified: sandbox/camptocamp/extensions/geoext.ux/ux/FeatureBrowser/lib/GeoExt.ux/FeatureBrowser.js
===================================================================
--- sandbox/camptocamp/extensions/geoext.ux/ux/FeatureBrowser/lib/GeoExt.ux/FeatureBrowser.js 2010-08-28 20:46:37 UTC (rev 2288)
+++ sandbox/camptocamp/extensions/geoext.ux/ux/FeatureBrowser/lib/GeoExt.ux/FeatureBrowser.js 2010-08-30 07:08:49 UTC (rev 2289)
@@ -11,7 +11,7 @@
/** api: (define)
* module = GeoExt.ux
* class = FeatureBrowser
- * base_link = `Ext.Panel <http://extjs.com/deploy/dev/docs/?class=Ext.Panel>`_
+ * base_link = `Ext.Panel <http://dev.sencha.com/deploy/dev/docs/?class=Ext.Panel>`_
*/
/** api: constructor
More information about the Commits
mailing list