[Mapbender-commits] r3195 - branches/noframes/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Nov 7 05:01:25 EST 2008
Author: christoph
Date: 2008-11-07 05:01:25 -0500 (Fri, 07 Nov 2008)
New Revision: 3195
Modified:
branches/noframes/http/javascripts/wfs.js
Log:
bug fix merged from trunk
Modified: branches/noframes/http/javascripts/wfs.js
===================================================================
--- branches/noframes/http/javascripts/wfs.js 2008-11-07 10:00:43 UTC (rev 3194)
+++ branches/noframes/http/javascripts/wfs.js 2008-11-07 10:01:25 UTC (rev 3195)
@@ -332,7 +332,10 @@
var bbox_ll = tmp[0].minus(buffer);
var bbox_ru = tmp[1].plus(buffer);
mb_calcExtent(mb_wfs_targets[0], bbox_ll, bbox_ru);
+ highlight.del(m, '#ff0000');
zoom(mb_wfs_targets[0], 'true', 1.0);
+ highlight.add(m, '#ff0000');
+ highlight.paint();
}
}
More information about the Mapbender_commits
mailing list