svn commit: r700 - trunk/mapbender/http/classes/class_wmc.php
christoph at osgeo.org
christoph at osgeo.org
Wed Jul 26 07:32:49 EDT 2006
Author: christoph
Date: 2006-07-26 11:32:49+0000
New Revision: 700
Modified:
trunk/mapbender/http/classes/class_wmc.php
Log:
added extent to mapObj
Modified: trunk/mapbender/http/classes/class_wmc.php
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/classes/class_wmc.php?view=diff&rev=700&p1=trunk/mapbender/http/classes/class_wmc.php&p2=trunk/mapbender/http/classes/class_wmc.php&r1=699&r2=700
==============================================================================
--- trunk/mapbender/http/classes/class_wmc.php (original)
+++ trunk/mapbender/http/classes/class_wmc.php 2006-07-26 11:32:49+0000
@@ -753,7 +753,10 @@
$wmc_string .= "\t}\n";
$wmc_string .= "}\n";
$wmc_string .= $target . "mb_execloadWmsSubFunctions();\n";
- $wmc_string .= $target . "setMapRequest('" . $mapObj . "');\n";
+// $wmc_string .= $target . "setMapRequest('" . $mapObj . "');\n";
+ $wmc_string .= $target . "mb_repaint('" . $mapObj . "', ";
+ $wmc_string .= $this->wmc_bBox_minx .",".$this->wmc_bBox_miny .",";
+ $wmc_string .= $this->wmc_bBox_maxx .",".$this->wmc_bBox_maxy.");\n";
}
return $wmc_string;
}
More information about the Mapbender_commits
mailing list