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
@@ -157,6 +157,9 @@ foreach ($_GET as $k=>$v) | @@ -157,6 +157,9 @@ foreach ($_GET as $k=>$v) | ||
157 | {$tema = $v;} | 157 | {$tema = $v;} |
158 | if(strtolower($k) == "layer") | 158 | if(strtolower($k) == "layer") |
159 | {$tema = $v;} | 159 | {$tema = $v;} |
160 | + //if(strtolower($k) == "srs") | ||
161 | + //{$SRS = $v;} | ||
162 | + | ||
160 | } | 163 | } |
161 | if(isset($tema)) | 164 | if(isset($tema)) |
162 | {$tipo = "";} | 165 | {$tipo = "";} |
wscliente.htm
@@ -150,8 +150,8 @@ var i3geo_wscliente_configura = new i3geo_wscliente_configura | @@ -150,8 +150,8 @@ var i3geo_wscliente_configura = new i3geo_wscliente_configura | ||
150 | "corpo", | 150 | "corpo", |
151 | "enderecows", | 151 | "enderecows", |
152 | "enderecowms", | 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 | i3geo_wscliente_inicia(i3geo_wscliente_configura) | 156 | i3geo_wscliente_inicia(i3geo_wscliente_configura) |
157 | document.body.style.backgroundColor="white" | 157 | document.body.style.backgroundColor="white" |