Commit 997cb1fc2f026a3ccaf59f2a63f2d612f5bfc295
1 parent
58377c8b
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
ogc.php
@@ -975,7 +975,8 @@ if(strtolower($OUTPUTFORMAT) == "csv"){ | @@ -975,7 +975,8 @@ if(strtolower($OUTPUTFORMAT) == "csv"){ | ||
975 | ms_iogetStdoutBufferBytes(); | 975 | ms_iogetStdoutBufferBytes(); |
976 | ms_ioresethandlers(); | 976 | ms_ioresethandlers(); |
977 | exit; | 977 | exit; |
978 | -} | 978 | +} |
979 | +//echo $req->getValue(1);exit; | ||
979 | $oMap->owsdispatch($req); | 980 | $oMap->owsdispatch($req); |
980 | $contenttype = ms_iostripstdoutbuffercontenttype(); | 981 | $contenttype = ms_iostripstdoutbuffercontenttype(); |
981 | $buffer = ms_iogetStdoutBufferBytes(); | 982 | $buffer = ms_iogetStdoutBufferBytes(); |