Commit c117f4a2401754f319bb96f3774604721b0689af
1 parent
6039307d
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
ogc.php
... | ... | @@ -116,8 +116,12 @@ if(isset($id_medida_variavel)){ |
116 | 116 | if(!isset($temas) && isset($tema)){ |
117 | 117 | $temas = $tema; |
118 | 118 | } |
119 | +if(isset($typeName)){ | |
120 | + $typename = $typeName; | |
121 | +} | |
119 | 122 | if(!isset($temas) && isset($typename)){ |
120 | - $temas = $typename; | |
123 | + $temas = $typename; | |
124 | + $tema = $typename; | |
121 | 125 | } |
122 | 126 | // |
123 | 127 | //recupera um mapa salvo no banco de administracao | ... | ... |