From 9397e611cf60a92d58403d685aa846c4d8a0842f Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Sat, 14 Jul 2018 01:38:24 -0300 Subject: [PATCH] Correção na leitura dos dados do visualizador da INDE, em função de novas camadas inseridas que contem caracteres não previstos no parser --- css/geral.css | 6 ------ ferramentas/vinde/wmsindejson.php | 21 +++++++++++++++------ 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/css/geral.css b/css/geral.css index dcd02dd..472a6c4 100755 --- a/css/geral.css +++ b/css/geral.css @@ -154,12 +154,6 @@ Utilizado na janela do buscador INDE .olPopupCloseBox { margin-top: -2px; } - -.i3GEOCabecalhoInfoWindow { - height:16px; - top: -5px; -} - .i3GEOarvCat input[type=radio], .i3GEOarvCat input[type=checkbox] { display: none; } diff --git a/ferramentas/vinde/wmsindejson.php b/ferramentas/vinde/wmsindejson.php index df19f13..c56fbf9 100755 --- a/ferramentas/vinde/wmsindejson.php +++ b/ferramentas/vinde/wmsindejson.php @@ -1,4 +1,5 @@ $arvore ); //teste -$final = json_encode($final); -$final = json_decode($final); +//$final = json_encode($final); +//$final = json_decode($final); //error_reporting(0); ob_end_clean(); if(extension_loaded('zlib')){ ob_start('ob_gzhandler'); } -header("Content-type: text/html"); +header("Content-type: application/json"); echo json_encode($final,true); if(extension_loaded('zlib')){ ob_end_flush(); -- libgit2 0.21.2