Commit cdff33a58bfe6d1cb5fa9e4710e78c969d20b3c0

Authored by Edmar Moretti
1 parent cb30460b
Exists in master

Correção no parâmetro largura no mashup

Showing 2 changed files with 2 additions and 0 deletions   Show diff stats
mashups/openlayers.php
... ... @@ -33,6 +33,7 @@ $temas = $parurl["temas"];
33 33 $layers = $parurl["layers"];
34 34  
35 35 $altura = $parurl["altura"];
  36 +$largura = $parurl["largura"];
36 37 $controles = $parurl["controles"];
37 38 $botoes = $parurl["botoes"];
38 39 $fundo = $parurl["fundo"];
... ...
mashups/osm.php
... ... @@ -33,6 +33,7 @@ $temas = $parurl["temas"];
33 33 $layers = $parurl["layers"];
34 34  
35 35 $altura = $parurl["altura"];
  36 +$largura = $parurl["largura"];
36 37 $controles = $parurl["controles"];
37 38 $botoes = $parurl["botoes"];
38 39 $fundo = $parurl["fundo"];
... ...