[fusion-commits] r2885 - in branches/fusion-mg26: . layers/Generic
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Sun Jan 11 05:23:44 PST 2015
Author: jng
Date: 2015-01-11 05:23:43 -0800 (Sun, 11 Jan 2015)
New Revision: 2885
Modified:
branches/fusion-mg26/
branches/fusion-mg26/layers/Generic/Generic.js
Log:
Merged revision(s) 2884 from trunk:
#630: Fix broken pan widget after a reloadMap() call on the Map widget with commercial layers. There was a sketchy hack in place that was supposed to prevent a map draw before a layer is ready. When that problem arises, we'll come up with a better fix because the current one is not suitable.
........
Property changes on: branches/fusion-mg26
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/fusion-mg24:2560
/sandbox/createruntimemap:2699-2708
/sandbox/jxlib-3.0:1957-2248
/sandbox/ol213:2801-2803
/sandbox/robust_error_handling:2818-2825
/trunk:2847,2850,2857,2859,2862-2863,2872,2877,2880,2882
+ /branches/fusion-mg24:2560
/sandbox/createruntimemap:2699-2708
/sandbox/jxlib-3.0:1957-2248
/sandbox/ol213:2801-2803
/sandbox/robust_error_handling:2818-2825
/trunk:2847,2850,2857,2859,2862-2863,2872,2877,2880,2882,2884
Modified: branches/fusion-mg26/layers/Generic/Generic.js
===================================================================
--- branches/fusion-mg26/layers/Generic/Generic.js 2015-01-11 13:14:06 UTC (rev 2884)
+++ branches/fusion-mg26/layers/Generic/Generic.js 2015-01-11 13:23:43 UTC (rev 2885)
@@ -213,8 +213,6 @@
}
}
-
- this.mapWidget.oMapOL.minPx = null; //TODO: better fix here, this prevents a mapdraw before layer is ready
this.oLayerOL.events.register("loadstart", this, this.loadStart);
this.oLayerOL.events.register("loadend", this, this.loadEnd);
this.oLayerOL.events.register("loadcancel", this, this.loadEnd);
More information about the fusion-commits
mailing list