Commit d43635ec0d6be0dec68ce2b1051376ab06195fc8
1 parent
4e6dbbc6
Exists in
master
and in
6 other branches
teste
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
classesphp/mapa_openlayers.php
... | ... | @@ -344,7 +344,7 @@ if (isset($_GET["REQUEST"])) { |
344 | 344 | } |
345 | 345 | } |
346 | 346 | $o = $mapa->outputformat; |
347 | -//$o->set("imagemode", MS_IMAGEMODE_RGBA); | |
347 | +$o->set("imagemode", MS_IMAGEMODE_RGBA); | |
348 | 348 | $o->set("transparent", MS_TRUE); |
349 | 349 | $legenda = $mapa->legend; |
350 | 350 | $legenda->set("status", MS_OFF); | ... | ... |