Commit 5edf7c0ff53bfde6870dd2475dac3a2d717c5825
1 parent
3381cb9f
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ferramentas/convertemapakml/index.js
... | ... | @@ -55,7 +55,7 @@ i3GEOF.converteMapaKml = { |
55 | 55 | tema = lista[0].name; |
56 | 56 | dicionario["locaplic"] = i3GEO.configura.locaplic; |
57 | 57 | dicionario["parametrosMapfile"] = i3GEO.parametros.mapfile; |
58 | - dicionario["tema"] = tema; | |
58 | + dicionario["tema"] = ""; | |
59 | 59 | return dicionario; |
60 | 60 | }, |
61 | 61 | ... | ... |