From 1cec6578ad2168a44e79104d230559e848d23e37 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Fri, 16 Jan 2015 00:19:15 +0000 Subject: [PATCH] Corrige a obtenção do valor de ANGLE dos estilos no editor de legenda --- classesphp/classe_legenda.php | 1 + ferramentas/legenda/index.js | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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