Commit 876f4e9bfc6f84d131c8080e0b3ef16337dfa967
1 parent
ed782c83
Exists in
master
and in
7 other branches
Modificação na variável $ogrOutput como false em ambiente Windows
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
ms_configura.php
@@ -797,6 +797,7 @@ if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN')) | @@ -797,6 +797,7 @@ if (strtoupper(substr(PHP_OS, 0, 3) == 'WIN')) | ||
797 | $locmapserv = "/cgi-bin/mapserv.exe"; | 797 | $locmapserv = "/cgi-bin/mapserv.exe"; |
798 | $R_path = "c:/r/win/bin/R.exe"; | 798 | $R_path = "c:/r/win/bin/R.exe"; |
799 | $R_libpath = "c:/r/win/library"; | 799 | $R_libpath = "c:/r/win/library"; |
800 | + $ogrOutput = false; | ||
800 | } | 801 | } |
801 | else //se for linux | 802 | else //se for linux |
802 | { | 803 | { |
ogc/menu/index.php
@@ -12,6 +12,7 @@ $map = ms_newMapObj ( $ogcwsmap ); | @@ -12,6 +12,7 @@ $map = ms_newMapObj ( $ogcwsmap ); | ||
12 | $mapext = $map->extent->minx . "," . $map->extent->miny . "," . $map->extent->maxx . "," . $map->extent->maxy; | 12 | $mapext = $map->extent->minx . "," . $map->extent->miny . "," . $map->extent->maxx . "," . $map->extent->maxy; |
13 | //error_reporting ( 0 ); | 13 | //error_reporting ( 0 ); |
14 | include ONDEI3GEO."/init/head.php"; | 14 | include ONDEI3GEO."/init/head.php"; |
15 | +//echo ms_GetVersionInt();exit; | ||
15 | ?> | 16 | ?> |
16 | <link rel='stylesheet' type='text/css' href='../index.css'> | 17 | <link rel='stylesheet' type='text/css' href='../index.css'> |
17 | <body style="padding-top: 55px;" id="topo"> | 18 | <body style="padding-top: 55px;" id="topo"> |