[Mapbender-commits] r10211 - trunk/mapbender/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Aug 14 09:42:51 PDT 2019
Author: armin11
Date: 2019-08-14 09:42:51 -0700 (Wed, 14 Aug 2019)
New Revision: 10211
Modified:
trunk/mapbender/http/php/mod_linkedDataProxy.php
Log:
Fix
Modified: trunk/mapbender/http/php/mod_linkedDataProxy.php
===================================================================
--- trunk/mapbender/http/php/mod_linkedDataProxy.php 2019-08-14 16:40:55 UTC (rev 10210)
+++ trunk/mapbender/http/php/mod_linkedDataProxy.php 2019-08-14 16:42:51 UTC (rev 10211)
@@ -494,8 +494,8 @@
//test
//$e = new mb_exception("filter: ".$filter);
//write number of features to ram cache:
- //if ($cache->isActive) {
- if (false) {
+ if ($cache->isActive) {
+ //if (false) {
if ($cache->cachedVariableExists(md5("count_".$wfsid."_".$collection."_".md5($filter))) == false) {
//$numberOfObjects = $wfs->countFeatures($collection, $filter, "2.0.0");
$numberOfObjects = $wfs->countFeaturesPost($collection, $filter, false, "2.0.0", false);
More information about the Mapbender_commits
mailing list