[fusion-commits] r2239 - sandbox/jxlib-3.0/layers
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Tue Sep 28 13:55:17 EDT 2010
Author: pagameba
Date: 2010-09-28 17:55:17 +0000 (Tue, 28 Sep 2010)
New Revision: 2239
Modified:
sandbox/jxlib-3.0/layers/Layers.js
Log:
got to advertise the events, doh!
Modified: sandbox/jxlib-3.0/layers/Layers.js
===================================================================
--- sandbox/jxlib-3.0/layers/Layers.js 2010-09-28 14:32:46 UTC (rev 2238)
+++ sandbox/jxlib-3.0/layers/Layers.js 2010-09-28 17:55:17 UTC (rev 2239)
@@ -65,6 +65,8 @@
this.registerEventID(Fusion.Event.LAYER_LOADING);
this.registerEventID(Fusion.Event.MAP_LAYER_ORDER_CHANGED);
this.registerEventID(Fusion.Event.LAYER_PROPERTY_CHANGED);
+ this.registerEventID(Fusion.Event.LAYER_START_EDIT);
+ this.registerEventID(Fusion.Event.LAYER_STOP_EDIT);
this.mapWidget = map;
this.oSelection = null;
More information about the fusion-commits
mailing list