Commit 079f9da30ec5a30449fc6f547c812cde484e3402
1 parent
976b64ac
Exists in
master
and in
7 other branches
Ajuste para permitir a definição da versão do serviço via parâmetro
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
ogc.php
| ... | ... | @@ -116,7 +116,8 @@ if(count($_GET) == 0){ |
| 116 | 116 | } |
| 117 | 117 | if(isset($tema) && $tipo != "metadados") |
| 118 | 118 | {$tipo = "";} |
| 119 | -$req->setParameter("VeRsIoN","1.1.0"); | |
| 119 | +if(!isset($version)) | |
| 120 | +{$req->setParameter("VeRsIoN","1.1.0");} | |
| 120 | 121 | $oMap = ms_newMapobj("aplicmap/ogcws.map"); |
| 121 | 122 | // |
| 122 | 123 | //altera os caminhos das imagens | ... | ... |