Commit b92e5f83c413fb99a465edd21dbf03df3fe4bb49

Authored by Edmar Moretti
1 parent 2cfd8b97

Documentação da ferramenta tabela

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 41 if(typeof(i3GEOF) === 'undefined'){
42 42 var i3GEOF = {};
43 43 }
44   -//TODO documentar a opcao de relacionamento entre tabelas no manual de usuario
45 44 /*
46 45 Classe: i3GEOF.tabela
47 46 */
... ...
pacotes/gvsig/gvsig2mapfile/class.gvsig2mapfile.php
... ... @@ -243,7 +243,6 @@ class gvsig2mapfile{
243 243 return $objMap;
244 244 }
245 245 function data2layer($oLayer,$dataLayer){
246   - //TODO corrigir acentuacao
247 246 $oLayer->set("name",basename($this->arquivoGvp)."_".$oLayer->index); //$this->nomeRandomico());
248 247 $this->nomesLayersAdicionados[] = $oLayer->name;
249 248 $oLayer->set("data",$dataLayer["data"]);
... ...
pacotes/tme/TME_Engine.php
... ... @@ -409,7 +409,6 @@ class ThematicMap
409 409 foreach ($this->dataStore['features'] as $featureID => $feature)
410 410 {
411 411 $name = $feature['name'];
412   - //TODO corrigir acentuacao
413 412 //if (!mb_detect_encoding($name,"UTF-8",true))
414 413 //{$name = mb_convert_encoding($name,"UTF-8","ISO-8859-1");}
415 414 $name = "<![CDATA[ ".$name." ]]>";
... ...