svn commit: r692 - trunk/mapbender/http/classes/class_wmc.php

astrid_emde at osgeo.org astrid_emde at osgeo.org
Tue Jul 25 07:46:35 EDT 2006


Author: astrid_emde
Date: 2006-07-25 11:46:34+0000
New Revision: 692

Modified:
   trunk/mapbender/http/classes/class_wmc.php

Log:
error in wmc : wmc_bBox_SRS must be epsg for the request not wmc_layer_srs[$ii][$j]

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=692&p1=trunk/mapbender/http/classes/class_wmc.php&p2=trunk/mapbender/http/classes/class_wmc.php&r1=691&r2=692
==============================================================================
--- trunk/mapbender/http/classes/class_wmc.php	(original)
+++ trunk/mapbender/http/classes/class_wmc.php	2006-07-25 11:46:34+0000
@@ -712,7 +712,7 @@
 								if (!in_array($this->wmc_layer_srs[$ii][$j], $srs_array)) {
 									$srs_array[count($srs_array)] = $this->wmc_layer_srs[$ii][$j]; 
 									$wmc_string .= $target . "wms_addSRS('". 
-										$this->wmc_layer_srs[$ii][$j] ."','". 
+										$this->wmc_bBox_SRS ."','". 
 										$this->wmc_bBox_minx ."','". 
 										$this->wmc_bBox_miny ."','". 
 										$this->wmc_bBox_maxx ."','". 




More information about the Mapbender_commits mailing list