[Mapbender-commits] r4530 - branches/2.6/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Aug 25 13:20:25 EDT 2009
Author: marc
Date: 2009-08-25 13:20:24 -0400 (Tue, 25 Aug 2009)
New Revision: 4530
Modified:
branches/2.6/http/javascripts/map_obj.js
Log:
http://trac.osgeo.org/mapbender/ticket/491
Modified: branches/2.6/http/javascripts/map_obj.js
===================================================================
--- branches/2.6/http/javascripts/map_obj.js 2009-08-17 17:14:17 UTC (rev 4529)
+++ branches/2.6/http/javascripts/map_obj.js 2009-08-25 17:20:24 UTC (rev 4530)
@@ -424,6 +424,7 @@
var wmsExtent = new Extent(bbox_minx, bbox_miny, bbox_maxx, bbox_maxy);
var newExtent = this.calculateExtent(wmsExtent);
this.repaint(new Point(newExtent.minx, newExtent.miny), new Point(newExtent.maxx, newExtent.maxy));
+ break;
}
}
};
More information about the Mapbender_commits
mailing list