diff --git a/classesphp/classe_legenda.php b/classesphp/classe_legenda.php index 160a0d8..130a652 100644 --- a/classesphp/classe_legenda.php +++ b/classesphp/classe_legenda.php @@ -623,6 +623,7 @@ string com o tipo do layer,id do estilo,outlinecolor,backgroundcolor,color,symbo $linha[] = $estilo->width; $s = $estilo->symbol; $linha[] = implode(" ",$s->getPatternArray); + $linha[] = $estilo->angle; } else{ $linha[] = ""; diff --git a/ferramentas/legenda/index.js b/ferramentas/legenda/index.js index 7c98ff8..c63d66b 100644 --- a/ferramentas/legenda/index.js +++ b/ferramentas/legenda/index.js @@ -1447,7 +1447,6 @@ i3GEOF.legenda = linha = i3GEOF.legenda.estilos[i3GEOF.legenda.estilo]; linha = linha.split("#"); tipoLayer = linha[0]; - //FIXME angulo aparece como undefined d = "
" -- libgit2 0.21.2 |