Commit d7be1bc6505737216e4b170f1ebc682007eb6582

Authored by Edmar Moretti
1 parent 329c219c

AAdaptação para uso com o banco de administração

Showing 2 changed files with 5 additions and 2 deletions   Show diff stats
ogc.php
... ... @@ -157,6 +157,9 @@ foreach ($_GET as $k=>$v)
157 157 {$tema = $v;}
158 158 if(strtolower($k) == "layer")
159 159 {$tema = $v;}
  160 + //if(strtolower($k) == "srs")
  161 + //{$SRS = $v;}
  162 +
160 163 }
161 164 if(isset($tema))
162 165 {$tipo = "";}
... ...
wscliente.htm
... ... @@ -150,8 +150,8 @@ var i3geo_wscliente_configura = new i3geo_wscliente_configura
150 150 "corpo",
151 151 "enderecows",
152 152 "enderecowms",
153   - new Array("http://mapas.mma.gov.br/i3geo/menutemas/servicosws.xml"),
154   - new Array("http://mapas.mma.gov.br/i3geo/menutemas/servicoswms.php")
  153 + new Array(g_locaplic+"/admin/xmlservicosws.php"),
  154 + new Array(g_locaplic+"/admin/xmlservicoswms.php")
155 155 )
156 156 i3geo_wscliente_inicia(i3geo_wscliente_configura)
157 157 document.body.style.backgroundColor="white"
... ...