From 876f4e9bfc6f84d131c8080e0b3ef16337dfa967 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Fri, 8 Sep 2017 10:24:04 -0300 Subject: [PATCH] Modificação na variável $ogrOutput como false em ambiente Windows --- ms_configura.php | 1 + ogc/menu/index.php | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ms_configura.php b/ms_configura.php index 3fa4372..3d314c7 100755 --- a/ms_configura.php +++ b/ms_configura.php @@ -797,6 +797,7 @@ if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN')) $locmapserv = "/cgi-bin/mapserv.exe"; $R_path = "c:/r/win/bin/R.exe"; $R_libpath = "c:/r/win/library"; + $ogrOutput = false; } else //se for linux { diff --git a/ogc/menu/index.php b/ogc/menu/index.php index d4accf8..2d151ef 100755 --- a/ogc/menu/index.php +++ b/ogc/menu/index.php @@ -12,6 +12,7 @@ $map = ms_newMapObj ( $ogcwsmap ); $mapext = $map->extent->minx . "," . $map->extent->miny . "," . $map->extent->maxx . "," . $map->extent->maxy; //error_reporting ( 0 ); include ONDEI3GEO."/init/head.php"; +//echo ms_GetVersionInt();exit; ?> -- libgit2 0.21.2