Commit 9708e6d76d22e3c212a6624fcee768ba2dfe8ce6

Authored by Edmar Moretti
1 parent d751f9df

-

admin/admin.db
No preview for this file type
admin/php/editormapfile.php
... ... @@ -1812,6 +1812,27 @@ function alterarConexao()
1812 1812 $layer->set("tileitem",$tileitem);
1813 1813 $layer->set("tileindex",$tileindex);
1814 1814 $layer->set("type",$type);
  1815 + if($type == 0){
  1816 + $c = $layer->getClass(0);
  1817 + $e = $c->getStyle(0);
  1818 + if($e->symbolname == ""){
  1819 + $e->set("symbolname","ponto");
  1820 + }
  1821 + }
  1822 + if($type == 1){
  1823 + $c = $layer->getClass(0);
  1824 + $e = $c->getStyle(0);
  1825 + if($e->symbolname == "" || $e->symbolname == "ponto"){
  1826 + $e->set("symbolname","linha");
  1827 + }
  1828 + }
  1829 + if($type == 2){
  1830 + $c = $layer->getClass(0);
  1831 + $e = $c->getStyle(0);
  1832 + if($e->symbolname == "linha" || $e->symbolname == "ponto"){
  1833 + $e->set("symbolname"," ");
  1834 + }
  1835 + }
1815 1836 $layer->setfilter($filter);
1816 1837 $layer->set("filteritem",$filteritem);
1817 1838 if($layer->getprojection() == MS_TRUE)
... ...
ferramentas/legenda/dicionario.js
... ... @@ -277,7 +277,7 @@ i3GEOF.legenda.dicionario = {
277 277 it:""
278 278 }],
279 279 "etiquetasClasse": [{
280   - pt:"Etiquetas da classe (labels)",
  280 + pt:"Textos da classe (labels)",
281 281 en:"",
282 282 es:"",
283 283 it:""
... ...
ferramentas/legenda/index.js
... ... @@ -239,8 +239,7 @@ i3GEOF.legenda = {
239 239 "i3GEOlegendabotao10",
240 240 {onclick:{fn: i3GEOF.legenda.aplicaEstilo}}
241 241 );
242   - if(navm)
243   - {$i("i3GEOlegendabotao10-button").style.width = "0px";}
  242 + $i("i3GEOlegendabotao10-button").style.width = "220px";
244 243  
245 244 new YAHOO.widget.Button(
246 245 "i3GEOlegendabotao17",
... ...
temas/_lbairros.map
... ... @@ -8,58 +8,57 @@ MAP
8 8 METADATA
9 9 "METAESTAT_ID_MEDIDA_VARIAVEL" ""
10 10 "ID_MEDIDA_VARIAVEL" ""
11   - "cache" ""
12 11 "ltempoitemimagem" ""
13   - "CLASSE" "SIM"
14   - "ltempoitemdescricao" ""
  12 + "cache" ""
15 13 "olopacity" ""
16   - "palletestep" ""
  14 + "ltempoitemdescricao" ""
  15 + "CLASSE" "SIM"
17 16 "ltempoiteminicio" ""
18   - "temporizador" ""
19   - "permitekmz" "nao"
  17 + "palletestep" ""
20 18 "ltempoitemtip" ""
  19 + "permitekmz" "nao"
  20 + "temporizador" ""
21 21 "gmopacity" ""
22 22 "gmstatus" ""
23   - "description_template" ""
24   - "ltempoitemtitulo" ""
25 23 "iconetema" ""
26   - "EDITAVEL" "SIM"
  24 + "ltempoitemtitulo" ""
  25 + "description_template" ""
27 26 "ltempoitemlink" ""
  27 + "EDITAVEL" "SIM"
28 28 "METAESTAT_CODIGO_TIPO_REGIAO" ""
29 29 "arquivotemaoriginal" ""
30 30 "palletefile" ""
31   - "nomeoriginal" ""
32 31 "olstatus" ""
33   - "permitedownload" "sim"
  32 + "nomeoriginal" ""
34 33 "ltempoformatodata" ""
35   - "permitecomentario" ""
  34 + "permitedownload" "sim"
36 35 "ltempoitemicone" ""
  36 + "permitecomentario" ""
37 37 "metaestat" ""
38   - "download" "SIM"
39 38 "ESQUEMATABELAEDITAVEL" "i3geo_metaestat"
  39 + "download" "SIM"
40 40 "itembuscarapida" "no_bairro"
41   - "CONEXAOORIGINAL" "i3geosaude"
42   - "arquivokmz" ""
43 41 "arquivodownload" ""
44   - "permiteogc" "sim"
  42 + "arquivokmz" ""
  43 + "CONEXAOORIGINAL" "i3geosaude"
45 44 "permitekml" "sim"
46   - "TEMA" "Bairros IBGE -"
  45 + "permiteogc" "sim"
47 46 "convcaracter" ""
48   - "cortepixels" "0"
49   - "COLUNAGEOMETRIA" "the_geom"
  47 + "TEMA" "Bairros IBGE -"
50 48 "COLUNAIDUNICO" "gid"
51   - "editorsql" ""
  49 + "COLUNAGEOMETRIA" "the_geom"
  50 + "cortepixels" "0"
52 51 "ltempoconvencode" ""
  52 + "editorsql" ""
53 53 "TABELAEDITAVEL" "bairros"
54   - "legendaimg" ""
55 54 "ltempoitemfim" ""
  55 + "legendaimg" ""
56 56 END # METADATA
57 57 NAME "_lbairros"
58 58 PROCESSING "LABEL_NO_CLIP=True"
59 59 PROCESSING "POLYLINE_NO_CLIP=True"
60 60 STATUS DEFAULT
61 61 TEMPLATE "none.htm"
62   - TILEITEM "location"
63 62 OPACITY 90
64 63 TYPE POLYGON
65 64 UNITS METERS
... ...