Commit 1cec6578ad2168a44e79104d230559e848d23e37
1 parent
697ec1c5
Exists in
master
and in
7 other branches
Corrige a obtenção do valor de ANGLE dos estilos no editor de legenda
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
classesphp/classe_legenda.php
@@ -623,6 +623,7 @@ string com o tipo do layer,id do estilo,outlinecolor,backgroundcolor,color,symbo | @@ -623,6 +623,7 @@ string com o tipo do layer,id do estilo,outlinecolor,backgroundcolor,color,symbo | ||
623 | $linha[] = $estilo->width; | 623 | $linha[] = $estilo->width; |
624 | $s = $estilo->symbol; | 624 | $s = $estilo->symbol; |
625 | $linha[] = implode(" ",$s->getPatternArray); | 625 | $linha[] = implode(" ",$s->getPatternArray); |
626 | + $linha[] = $estilo->angle; | ||
626 | } | 627 | } |
627 | else{ | 628 | else{ |
628 | $linha[] = ""; | 629 | $linha[] = ""; |
ferramentas/legenda/index.js
@@ -1447,7 +1447,6 @@ i3GEOF.legenda = | @@ -1447,7 +1447,6 @@ i3GEOF.legenda = | ||
1447 | linha = i3GEOF.legenda.estilos[i3GEOF.legenda.estilo]; | 1447 | linha = i3GEOF.legenda.estilos[i3GEOF.legenda.estilo]; |
1448 | linha = linha.split("#"); | 1448 | linha = linha.split("#"); |
1449 | tipoLayer = linha[0]; | 1449 | tipoLayer = linha[0]; |
1450 | - //FIXME angulo aparece como undefined | ||
1451 | d = | 1450 | d = |
1452 | "<table class=lista6 >" | 1451 | "<table class=lista6 >" |
1453 | + "<tr><td>" | 1452 | + "<tr><td>" |