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
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." ]]>"; | ... | ... |