diff --git a/admin/html/admin.css b/admin/html/admin.css index 4c28260..796ebae 100644 --- a/admin/html/admin.css +++ b/admin/html/admin.css @@ -1,3 +1,15 @@ +.borda { + background-color: #4682b4; + text-align: left; + width: 100%; + padding: 5px; +} +.bordaSuperior { + height: 25px; + width: 100%; + text-align: left; + background-color: #4682b4; +} .yui-button#okcancel_checkboxOK button { background: url(../../imagens/oxygen/16x16/document-save.png) 5% 50% no-repeat; width: 80px; @@ -236,13 +248,6 @@ select{ padding: 15px } -.bordaSuperior { - height: 25px; - width: 100%; - text-align: left; - background-color: #4682b4; -} - .fundoPonto { background: url("../../imagens/fundo_ponto.jpg") repeat-x scroll left transparent; diff --git a/datadownload.htm b/datadownload.htm index a813caf..6bd7738 100644 --- a/datadownload.htm +++ b/datadownload.htm @@ -97,19 +97,14 @@ A:hover { color: #4142ff; } -.borda { - background-color: #4682b4; - padding: 5px 0px 5px 0px; - text-align: left; - width: 100%; -}
- Download + + Download
diff --git a/ogc.htm b/ogc.htm index 18a9ee4..a6a2e8f 100644 --- a/ogc.htm +++ b/ogc.htm @@ -1,12 +1,13 @@ - + -WMS - +Download de dados geográficos + + -
diff --git a/ogc.php b/ogc.php index 25f5f46..6340848 100644 --- a/ogc.php +++ b/ogc.php @@ -878,6 +878,8 @@ if(strtolower($req->getValueByName("REQUEST")) == "getmap" && $req->getValueByNa } if(strtolower($req->getValueByName("REQUEST")) == "getfeatureinfo" && $_GET["info_format"] == "application/json"){ + //TODO verificar itens e itensdesc + //FIXME essa nao e a melhor forma de fazer o Json $req->setParameter("info_format","text/plain"); $oMap->owsdispatch($req); ms_iostripstdoutbuffercontentheaders(); -- libgit2 0.21.2