From c735abc18dc70e93026968ca0858bba55ffce197 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Mon, 14 Mar 2011 23:33:01 +0000 Subject: [PATCH] --- admin/admin.db | Bin 70656 -> 0 bytes classesphp/classe_toponimia.php | 6 ++++-- exemplos/abas.htm | 2 +- exemplos/aplic2.htm | 2 +- exemplos/atlas/mapa.htm | 2 +- exemplos/botoes1.htm | 2 +- exemplos/botoes2.htm | 2 +- exemplos/botoes3.htm | 2 +- exemplos/botoes4.htm | 2 +- exemplos/camadas1.htm | 2 +- exemplos/camadas2.htm | 2 +- exemplos/camadas3.htm | 2 +- exemplos/camadas4.htm | 2 +- exemplos/fotos.htm | 2 +- exemplos/fotos1.htm | 8 ++++---- exemplos/guias1.htm | 2 +- exemplos/guias2.htm | 8 ++++---- exemplos/legenda1.htm | 2 +- exemplos/legenda2.htm | 2 +- exemplos/mashup1.htm | 2 +- exemplos/mashup2.htm | 2 +- exemplos/mashup8.htm | 2 +- exemplos/menus1.htm | 2 +- exemplos/openlayers1.htm | 2 +- exemplos/openlayers2.htm | 2 +- exemplos/openlayers3.htm | 2 +- exemplos/openlayers4.htm | 2 +- exemplos/openlayers5.htm | 2 +- exemplos/visual1.htm | 2 +- exemplos/visual2.htm | 2 +- 30 files changed, 38 insertions(+), 36 deletions(-) diff --git a/admin/admin.db b/admin/admin.db index 29dcd9c..584431f 100644 Binary files a/admin/admin.db and b/admin/admin.db differ diff --git a/classesphp/classe_toponimia.php b/classesphp/classe_toponimia.php index 0a21899..9b7be20 100644 --- a/classesphp/classe_toponimia.php +++ b/classesphp/classe_toponimia.php @@ -104,6 +104,7 @@ function: criaToponimia Cria a toponímia de um tema parameter: + $item Item que será utilizado. $position Posição da âncora do texto. @@ -212,9 +213,10 @@ Retorno: $label->set("angle",$angulo); if ($angulo == "AUTO") {$label->set("autoangle",MS_TRUE);} - if ($angulo == "CURVO") + if (strtoupper($angulo) == "CURVO" || strtoupper($angulo) == "FOLLOW") { - $label->set("angle",MS_FOLLOW); + //$label->set("angle","FOLLOW"); + $label->set("autofollow",1); } corE($label,$fundo,"backgroundcolor"); corE($label,$sombra,"backgroundshadowcolor"); diff --git a/exemplos/abas.htm b/exemplos/abas.htm index 8b26af8..6f885cd 100644 --- a/exemplos/abas.htm +++ b/exemplos/abas.htm @@ -38,7 +38,7 @@ - +
diff --git a/exemplos/aplic2.htm b/exemplos/aplic2.htm index d47e82c..19fd8a1 100644 --- a/exemplos/aplic2.htm +++ b/exemplos/aplic2.htm @@ -41,7 +41,7 @@ - +
diff --git a/exemplos/atlas/mapa.htm b/exemplos/atlas/mapa.htm index 1624281..782a04e 100644 --- a/exemplos/atlas/mapa.htm +++ b/exemplos/atlas/mapa.htm @@ -28,7 +28,7 @@ - + - - - -
diff --git a/exemplos/botoes1.htm b/exemplos/botoes1.htm index bf912c8..b713adf 100644 --- a/exemplos/botoes1.htm +++ b/exemplos/botoes1.htm @@ -46,7 +46,7 @@
+ diff --git a/exemplos/fotos1.htm b/exemplos/fotos1.htm index 33b5fef..2de8200 100644 --- a/exemplos/fotos1.htm +++ b/exemplos/fotos1.htm @@ -24,7 +24,7 @@ /* accordion */ .accordion { text-align:left; - width:267px; + width:300px; border: 1px solid #aaa; border-bottom-width: 0px; } @@ -33,7 +33,7 @@ color: black; padding: 3px 4px; border: 1px solid #aaa; - width: 258px; + width: 290px; *width:266px; /*IE*/ background:#D8D8D8 url(../pacotes/yui270/build/assets/skins/sam/sprite.png) repeat-x scroll 0 -199px;//-1306px; } @@ -43,7 +43,7 @@ font-weight:bolder; padding: 3px 4px; border: 1px solid #aaa; - width: 258px; + width: 290px; *width:266px; /*IE*/ } @@ -119,7 +119,7 @@
+
Temas
Adiciona
diff --git a/exemplos/guias1.htm b/exemplos/guias1.htm index 3059d76..ea91421 100644 --- a/exemplos/guias1.htm +++ b/exemplos/guias1.htm @@ -46,7 +46,7 @@
+ diff --git a/exemplos/visual2.htm b/exemplos/visual2.htm index c8cb263..23bc082 100644 --- a/exemplos/visual2.htm +++ b/exemplos/visual2.htm @@ -57,7 +57,7 @@
+ -- libgit2 0.21.2