[fusion-commits] r2159 - sandbox/jxlib-3.0/layers/MapServer/php
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Mon May 17 15:01:41 EDT 2010
Author: madair
Date: 2010-05-17 15:01:40 -0400 (Mon, 17 May 2010)
New Revision: 2159
Modified:
sandbox/jxlib-3.0/layers/MapServer/php/Query.php
Log:
reset temp array in between layers
Modified: sandbox/jxlib-3.0/layers/MapServer/php/Query.php
===================================================================
--- sandbox/jxlib-3.0/layers/MapServer/php/Query.php 2010-05-17 14:26:38 UTC (rev 2158)
+++ sandbox/jxlib-3.0/layers/MapServer/php/Query.php 2010-05-17 19:01:40 UTC (rev 2159)
@@ -180,7 +180,8 @@
$properties->$layerName->propertyvalues = array();
$properties->$layerName->propertytypes = array();
$properties->$layerName->values = array();
-
+ $aQueryItems = array();
+
$properties->$layerName->metadatanames= array();
array_push($properties->$layerName->metadatanames, 'dimension');
array_push($properties->$layerName->metadatanames, 'bbox');
@@ -211,7 +212,7 @@
$token = strtok($tokenSeparator);
}
}
-
+
// checking if metadata "query_exclude_items" is set
$metadataItems = $oLayer->getMetaData('query_exclude_items');
if ($metadataItems != "") {
More information about the fusion-commits
mailing list