Commit 6ed81f12704006263902f1acc04e3613d1c7a546
1 parent
d27a22f3
Exists in
master
and in
7 other branches
Correção na função de inclusão de gráfico de pizza no mapa
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
classesphp/mapa_controle.php
... | ... | @@ -1447,7 +1447,7 @@ Include: |
1447 | 1447 | case "insereSHPgrafico": |
1448 | 1448 | include("classe_shp.php"); |
1449 | 1449 | copiaSeguranca($map_file); |
1450 | - $m = new SHP($map_file,$tema); | |
1450 | + $m = new SHP($map_file,$tema,$locaplic); | |
1451 | 1451 | $cp->set_data($m->insereSHPgrafico($tipo,$x,$y,$itens,$imgurl,$width,$inclinacao,$shadow_height)); |
1452 | 1452 | break; |
1453 | 1453 | /* | ... | ... |