[Commits] r1866 - sandbox/redlining/ux/FeatureEditing/examples

commits at geoext.org commits at geoext.org
Tue Feb 2 22:03:21 CET 2010


Author: adube
Date: 2010-02-02 22:03:21 +0100 (Tue, 02 Feb 2010)
New Revision: 1866

Modified:
   sandbox/redlining/ux/FeatureEditing/examples/RedLiningPanelExample.js
Log:
RedLiningExample import and export doubles removed

Modified: sandbox/redlining/ux/FeatureEditing/examples/RedLiningPanelExample.js
===================================================================
--- sandbox/redlining/ux/FeatureEditing/examples/RedLiningPanelExample.js	2010-02-02 21:00:17 UTC (rev 1865)
+++ sandbox/redlining/ux/FeatureEditing/examples/RedLiningPanelExample.js	2010-02-02 21:03:21 UTC (rev 1866)
@@ -17,10 +17,8 @@
         title: OpenLayers.i18n("RedLining Panel"),
         region: "east",
         width: 300,
-        map: mapPanel.map,
         //downloadService: 'http://localhost:5000/filemanager/download',
-        plugins: [new GeoExt.ux.ImportFeatures(), 
-                  new GeoExt.ux.ExportFeatures()]
+        map: mapPanel.map
     });
     
     new Ext.Panel({



More information about the Commits mailing list