Commit 1cec6578ad2168a44e79104d230559e848d23e37

Authored by Edmar Moretti
1 parent 697ec1c5

Corrige a obtenção do valor de ANGLE dos estilos no editor de legenda

classesphp/classe_legenda.php
... ... @@ -623,6 +623,7 @@ string com o tipo do layer,id do estilo,outlinecolor,backgroundcolor,color,symbo
623 623 $linha[] = $estilo->width;
624 624 $s = $estilo->symbol;
625 625 $linha[] = implode(" ",$s->getPatternArray);
  626 + $linha[] = $estilo->angle;
626 627 }
627 628 else{
628 629 $linha[] = "";
... ...
ferramentas/legenda/index.js
... ... @@ -1447,7 +1447,6 @@ i3GEOF.legenda =
1447 1447 linha = i3GEOF.legenda.estilos[i3GEOF.legenda.estilo];
1448 1448 linha = linha.split("#");
1449 1449 tipoLayer = linha[0];
1450   - //FIXME angulo aparece como undefined
1451 1450 d =
1452 1451 "<table class=lista6 >"
1453 1452 + "<tr><td>"
... ...