[fusion-commits] r2254 - branches/fusion-2.2/widgets
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Wed Oct 20 16:24:46 EDT 2010
Author: madair
Date: 2010-10-20 13:24:46 -0700 (Wed, 20 Oct 2010)
New Revision: 2254
Modified:
branches/fusion-2.2/widgets/Measure.js
Log:
re #368: set larger partialDelay value
Modified: branches/fusion-2.2/widgets/Measure.js
===================================================================
--- branches/fusion-2.2/widgets/Measure.js 2010-10-19 18:05:43 UTC (rev 2253)
+++ branches/fusion-2.2/widgets/Measure.js 2010-10-20 20:24:46 UTC (rev 2254)
@@ -167,6 +167,7 @@
var controlOptions = {
persist: true,
handlerOptions: handlerOptions,
+ partialDelay: 600,
callbacks: {
'modify': OpenLayers.Function.bind(this.measurePartial, this),
'cancel': OpenLayers.Function.bind(this.resetMeasure, this)
@@ -305,11 +306,6 @@
this.updateMarker(this.areaMarker, geom);
},
- delayUpdate: function(marker, geom) {
- this.delayUpdateTimer = null;
- this.updateMarker(marker, geom);
- },
-
updateMarker: function(marker, geom) {
if (!marker) {
return;
More information about the fusion-commits
mailing list