Commit d7be1bc6505737216e4b170f1ebc682007eb6582
1 parent
329c219c
Exists in
master
and in
7 other branches
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
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" | ... | ... |