Commit b92e5f83c413fb99a465edd21dbf03df3fe4bb49
1 parent
2cfd8b97
Exists in
master
and in
7 other branches
Documentação da ferramenta tabela
Showing
5 changed files
with
0 additions
and
3 deletions
Show diff stats
documentacao/manual-i3geo-4_7-pt.odt
No preview for this file type
documentacao/manual-i3geo-4_7-pt.pdf
No preview for this file type
ferramentas/tabela/index.js
@@ -41,7 +41,6 @@ Free Software Foundation, Inc., no endereço | @@ -41,7 +41,6 @@ Free Software Foundation, Inc., no endereço | ||
41 | if(typeof(i3GEOF) === 'undefined'){ | 41 | if(typeof(i3GEOF) === 'undefined'){ |
42 | var i3GEOF = {}; | 42 | var i3GEOF = {}; |
43 | } | 43 | } |
44 | -//TODO documentar a opcao de relacionamento entre tabelas no manual de usuario | ||
45 | /* | 44 | /* |
46 | Classe: i3GEOF.tabela | 45 | Classe: i3GEOF.tabela |
47 | */ | 46 | */ |
pacotes/gvsig/gvsig2mapfile/class.gvsig2mapfile.php
@@ -243,7 +243,6 @@ class gvsig2mapfile{ | @@ -243,7 +243,6 @@ class gvsig2mapfile{ | ||
243 | return $objMap; | 243 | return $objMap; |
244 | } | 244 | } |
245 | function data2layer($oLayer,$dataLayer){ | 245 | function data2layer($oLayer,$dataLayer){ |
246 | - //TODO corrigir acentuacao | ||
247 | $oLayer->set("name",basename($this->arquivoGvp)."_".$oLayer->index); //$this->nomeRandomico()); | 246 | $oLayer->set("name",basename($this->arquivoGvp)."_".$oLayer->index); //$this->nomeRandomico()); |
248 | $this->nomesLayersAdicionados[] = $oLayer->name; | 247 | $this->nomesLayersAdicionados[] = $oLayer->name; |
249 | $oLayer->set("data",$dataLayer["data"]); | 248 | $oLayer->set("data",$dataLayer["data"]); |
pacotes/tme/TME_Engine.php
@@ -409,7 +409,6 @@ class ThematicMap | @@ -409,7 +409,6 @@ class ThematicMap | ||
409 | foreach ($this->dataStore['features'] as $featureID => $feature) | 409 | foreach ($this->dataStore['features'] as $featureID => $feature) |
410 | { | 410 | { |
411 | $name = $feature['name']; | 411 | $name = $feature['name']; |
412 | - //TODO corrigir acentuacao | ||
413 | //if (!mb_detect_encoding($name,"UTF-8",true)) | 412 | //if (!mb_detect_encoding($name,"UTF-8",true)) |
414 | //{$name = mb_convert_encoding($name,"UTF-8","ISO-8859-1");} | 413 | //{$name = mb_convert_encoding($name,"UTF-8","ISO-8859-1");} |
415 | $name = "<![CDATA[ ".$name." ]]>"; | 414 | $name = "<![CDATA[ ".$name." ]]>"; |