[Commits] r1037 - in sandbox/camptocamp/geobretagne: examples lib lib/GeoExt/widgets tests tests/lib/GeoExt/widgets
commits at geoext.org
commits at geoext.org
Wed Jun 10 17:27:05 CEST 2009
Author: fvanderbiest
Date: 2009-06-10 17:27:05 +0200 (Wed, 10 Jun 2009)
New Revision: 1037
Removed:
sandbox/camptocamp/geobretagne/lib/GeoExt/widgets/grid/
sandbox/camptocamp/geobretagne/tests/lib/GeoExt/widgets/grid/
Modified:
sandbox/camptocamp/geobretagne/examples/feature-grid.html
sandbox/camptocamp/geobretagne/examples/feature-grid.js
sandbox/camptocamp/geobretagne/lib/GeoExt.js
sandbox/camptocamp/geobretagne/tests/list-tests.html
Log:
revert patch applied on sandbox geob for FeatureSelectionModel
Modified: sandbox/camptocamp/geobretagne/examples/feature-grid.html
===================================================================
--- sandbox/camptocamp/geobretagne/examples/feature-grid.html 2009-06-09 22:38:25 UTC (rev 1036)
+++ sandbox/camptocamp/geobretagne/examples/feature-grid.html 2009-06-10 15:27:05 UTC (rev 1037)
@@ -18,9 +18,8 @@
GeoJSON document (data/summits.json).</p>
<p>Because the layer and the store are bound to each other, the
- features loaded into the store are automatically added to the layer. A
- GeoExt feature selection model is also used so that selecting rows in
- the grid selects features in the layer, and vice-versa.</p>
+ features loaded into the store are automatically added to the
+ layer.</p>
<p>See <a href=feature-grid.js>feature-grid.js</a>.</p>
Modified: sandbox/camptocamp/geobretagne/examples/feature-grid.js
===================================================================
--- sandbox/camptocamp/geobretagne/examples/feature-grid.js 2009-06-09 22:38:25 UTC (rev 1036)
+++ sandbox/camptocamp/geobretagne/examples/feature-grid.js 2009-06-10 15:27:05 UTC (rev 1037)
@@ -56,8 +56,7 @@
header: "Elevation",
width: 100,
dataIndex: "elevation"
- }],
- sm: new GeoExt.grid.FeatureSelectionModel()
+ }]
});
// create a panel and add the map panel and grid panel
Modified: sandbox/camptocamp/geobretagne/lib/GeoExt.js
===================================================================
--- sandbox/camptocamp/geobretagne/lib/GeoExt.js 2009-06-09 22:38:25 UTC (rev 1036)
+++ sandbox/camptocamp/geobretagne/lib/GeoExt.js 2009-06-10 15:27:05 UTC (rev 1037)
@@ -82,8 +82,7 @@
"GeoExt/widgets/tree/OverlayLayerContainer.js",
"GeoExt/widgets/LegendImage.js",
"GeoExt/widgets/LegendWMS.js",
- "GeoExt/widgets/LegendPanel.js",
- "GeoExt/widgets/grid/FeatureSelectionModel.js"
+ "GeoExt/widgets/LegendPanel.js"
);
var agent = navigator.userAgent;
Modified: sandbox/camptocamp/geobretagne/tests/list-tests.html
===================================================================
--- sandbox/camptocamp/geobretagne/tests/list-tests.html 2009-06-09 22:38:25 UTC (rev 1036)
+++ sandbox/camptocamp/geobretagne/tests/list-tests.html 2009-06-10 15:27:05 UTC (rev 1037)
@@ -19,5 +19,4 @@
<li>lib/GeoExt/widgets/tree/LayerNode.html</li>
<li>lib/GeoExt/widgets/tree/LayerContainer.html</li>
<li>lib/GeoExt/widgets/LegendPanel.html</li>
- <li>lib/GeoExt/widgets/grid/FeatureSelectionModel.html</li>
</ul>
More information about the Commits
mailing list