[Mapbender-commits] r6960 - trunk/mapbender/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Sep 29 08:43:25 EDT 2010
Author: christoph
Date: 2010-09-29 12:43:25 +0000 (Wed, 29 Sep 2010)
New Revision: 6960
Modified:
trunk/mapbender/http/javascripts/map_obj.js
Log:
even if SRS match, the extent needs to be recalculated.
Modified: trunk/mapbender/http/javascripts/map_obj.js
===================================================================
--- trunk/mapbender/http/javascripts/map_obj.js 2010-09-29 12:42:26 UTC (rev 6959)
+++ trunk/mapbender/http/javascripts/map_obj.js 2010-09-29 12:43:25 UTC (rev 6960)
@@ -353,7 +353,7 @@
srsHasChanged = true;
return this.calculateExtent(options.extent);
}
- return this.extent;
+ return this.calculateExtent(options.extent);
};
var checkSupportedWms = function (o) {
More information about the Mapbender_commits
mailing list