diff --git a/ferramentas/markercluster/index.js b/ferramentas/markercluster/index.js index 32fc35b..77952ab 100755 --- a/ferramentas/markercluster/index.js +++ b/ferramentas/markercluster/index.js @@ -188,12 +188,6 @@ i3GEOF.markercluster = { "i3GEOmarkerclusterresultado", true, "i3GEOF.markercluster_rodape"); - var b = new YAHOO.widget.Button("i3GEOmarkerclusterbotao1", { - onclick : { - fn : i3GEOF.markercluster.criamarkercluster - } - }); - b.addClass("rodar"); }, /** * Function: criamarkercluster @@ -279,7 +273,11 @@ i3GEOF.markercluster = { "", false, "ligados", - "display:block"); + " ", + false, + true, + "form-control comboTema" + ); }, /** * Function: comboItens @@ -299,6 +297,11 @@ i3GEOF.markercluster = { $i("i3GEOmarkerclusterondeItens").innerHTML = retorno.dados; $i("i3GEOmarkerclusterondeItens").style.display = "block"; }, - "i3GEOmarkerclusterondeItens"); + "i3GEOmarkerclusterondeItens", + "", + "", + "", + "form-control comboTema" + ); } }; \ No newline at end of file diff --git a/ferramentas/markercluster/template_mst.html b/ferramentas/markercluster/template_mst.html index 93114af..8367dba 100755 --- a/ferramentas/markercluster/template_mst.html +++ b/ferramentas/markercluster/template_mst.html @@ -1,31 +1,47 @@ -
+
- -

{{{ajuda}}} -

{{{ajuda2}}} + +

{{{ajuda}}}
+
{{{ajuda2}}}
-

{{{selecionaTema}}}: -

+
+ +
+
+
+
-

{{{tituloNovaCamada}}}

-
-
-

{{{raio}}}

-
-
-

{{{opacidade}}}

-
-

{{{color}}}

-
-

{{{strokecolor}}}

-
-

{{{textcolor}}}

-
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
-

{{{adicionaTema}}}

+

{{{adicionaTema}}}
+ + +
-
\ No newline at end of file -- libgit2 0.21.2