diff --git a/admin/admin.db b/admin/admin.db index cb69e1d..7e7fc8a 100644 Binary files a/admin/admin.db and b/admin/admin.db differ diff --git a/admin/php/editormapfile.php b/admin/php/editormapfile.php index 045621d..0301e69 100644 --- a/admin/php/editormapfile.php +++ b/admin/php/editormapfile.php @@ -1812,6 +1812,27 @@ function alterarConexao() $layer->set("tileitem",$tileitem); $layer->set("tileindex",$tileindex); $layer->set("type",$type); + if($type == 0){ + $c = $layer->getClass(0); + $e = $c->getStyle(0); + if($e->symbolname == ""){ + $e->set("symbolname","ponto"); + } + } + if($type == 1){ + $c = $layer->getClass(0); + $e = $c->getStyle(0); + if($e->symbolname == "" || $e->symbolname == "ponto"){ + $e->set("symbolname","linha"); + } + } + if($type == 2){ + $c = $layer->getClass(0); + $e = $c->getStyle(0); + if($e->symbolname == "linha" || $e->symbolname == "ponto"){ + $e->set("symbolname"," "); + } + } $layer->setfilter($filter); $layer->set("filteritem",$filteritem); if($layer->getprojection() == MS_TRUE) diff --git a/ferramentas/legenda/dicionario.js b/ferramentas/legenda/dicionario.js index 62c9237..2588303 100644 --- a/ferramentas/legenda/dicionario.js +++ b/ferramentas/legenda/dicionario.js @@ -277,7 +277,7 @@ i3GEOF.legenda.dicionario = { it:"" }], "etiquetasClasse": [{ - pt:"Etiquetas da classe (labels)", + pt:"Textos da classe (labels)", en:"", es:"", it:"" diff --git a/ferramentas/legenda/index.js b/ferramentas/legenda/index.js index b95da7b..3987662 100644 --- a/ferramentas/legenda/index.js +++ b/ferramentas/legenda/index.js @@ -239,8 +239,7 @@ i3GEOF.legenda = { "i3GEOlegendabotao10", {onclick:{fn: i3GEOF.legenda.aplicaEstilo}} ); - if(navm) - {$i("i3GEOlegendabotao10-button").style.width = "0px";} + $i("i3GEOlegendabotao10-button").style.width = "220px"; new YAHOO.widget.Button( "i3GEOlegendabotao17", diff --git a/temas/_lbairros.map b/temas/_lbairros.map index c7f1eb4..37903b1 100644 --- a/temas/_lbairros.map +++ b/temas/_lbairros.map @@ -8,58 +8,57 @@ MAP METADATA "METAESTAT_ID_MEDIDA_VARIAVEL" "" "ID_MEDIDA_VARIAVEL" "" - "cache" "" "ltempoitemimagem" "" - "CLASSE" "SIM" - "ltempoitemdescricao" "" + "cache" "" "olopacity" "" - "palletestep" "" + "ltempoitemdescricao" "" + "CLASSE" "SIM" "ltempoiteminicio" "" - "temporizador" "" - "permitekmz" "nao" + "palletestep" "" "ltempoitemtip" "" + "permitekmz" "nao" + "temporizador" "" "gmopacity" "" "gmstatus" "" - "description_template" "" - "ltempoitemtitulo" "" "iconetema" "" - "EDITAVEL" "SIM" + "ltempoitemtitulo" "" + "description_template" "" "ltempoitemlink" "" + "EDITAVEL" "SIM" "METAESTAT_CODIGO_TIPO_REGIAO" "" "arquivotemaoriginal" "" "palletefile" "" - "nomeoriginal" "" "olstatus" "" - "permitedownload" "sim" + "nomeoriginal" "" "ltempoformatodata" "" - "permitecomentario" "" + "permitedownload" "sim" "ltempoitemicone" "" + "permitecomentario" "" "metaestat" "" - "download" "SIM" "ESQUEMATABELAEDITAVEL" "i3geo_metaestat" + "download" "SIM" "itembuscarapida" "no_bairro" - "CONEXAOORIGINAL" "i3geosaude" - "arquivokmz" "" "arquivodownload" "" - "permiteogc" "sim" + "arquivokmz" "" + "CONEXAOORIGINAL" "i3geosaude" "permitekml" "sim" - "TEMA" "Bairros IBGE -" + "permiteogc" "sim" "convcaracter" "" - "cortepixels" "0" - "COLUNAGEOMETRIA" "the_geom" + "TEMA" "Bairros IBGE -" "COLUNAIDUNICO" "gid" - "editorsql" "" + "COLUNAGEOMETRIA" "the_geom" + "cortepixels" "0" "ltempoconvencode" "" + "editorsql" "" "TABELAEDITAVEL" "bairros" - "legendaimg" "" "ltempoitemfim" "" + "legendaimg" "" END # METADATA NAME "_lbairros" PROCESSING "LABEL_NO_CLIP=True" PROCESSING "POLYLINE_NO_CLIP=True" STATUS DEFAULT TEMPLATE "none.htm" - TILEITEM "location" OPACITY 90 TYPE POLYGON UNITS METERS -- libgit2 0.21.2