Commit d98a65549512bb804408fb3b7ae7f3b25b090d8e
1 parent
0e69a7b8
Exists in
master
-
Showing
1 changed file
with
2 additions
and
8 deletions
Show diff stats
ferramentas/metaestat/editorlimites.js
... | ... | @@ -199,7 +199,7 @@ i3GEOF.editorlimites = { |
199 | 199 | */ |
200 | 200 | html:function(){ |
201 | 201 | var ins = '<div style=margin-left:5px >' + |
202 | - ' <button title="Desenhar um polígono" onclick="i3GEOF.editorlimites.digitalizaPol(this)"><img src="'+i3GEO.configura.locaplic+'/imagens/gisicons/polygon-create.png" /></button>' + | |
202 | + ' <button title="Desenhar um pol�gono" onclick="i3GEOF.editorlimites.digitalizaPol(this)"><img src="'+i3GEO.configura.locaplic+'/imagens/gisicons/polygon-create.png" /></button>' + | |
203 | 203 | ' <button title="Adicionar ponto" onclick="i3GEOF.editorlimites.digitalizaPt(this)"><img src="'+i3GEO.configura.locaplic+'/imagens/gisicons/point-create.png" /></button>' + |
204 | 204 | ' <button title="Capturar elemento de um tema" onclick="i3GEOF.editorlimites.capturaPoligonoTema.ativa(this)"><img src="'+i3GEO.configura.locaplic+'/imagens/gisicons/layer-import.png" /></button>' + |
205 | 205 | ' <button title="Selecionar" onclick="i3GEOF.editorlimites.seleciona(this)"><img src="'+i3GEO.configura.locaplic+'/imagens/gisicons/select.png" /></button>' + |
... | ... | @@ -289,12 +289,6 @@ i3GEOF.editorlimites = { |
289 | 289 | i3GEOF.editorlimites.shapes[i].setMap(null); |
290 | 290 | i3GEOF.editorlimites.shapes[i] = ""; |
291 | 291 | } |
292 | - else{ //caso for ponto | |
293 | - if(i3GEOF.editorlimites.shapes[i] != ""){ | |
294 | - i3GEOF.editorlimites.shapes[i].setMap(null); | |
295 | - i3GEOF.editorlimites.shapes[i] = ""; | |
296 | - } | |
297 | - } | |
298 | 292 | } |
299 | 293 | } |
300 | 294 | } |
... | ... | @@ -1016,7 +1010,7 @@ i3GEOF.editorlimites = { |
1016 | 1010 | }; |
1017 | 1011 | cpJSON.call(p,"foo",temp,"&codigo_tipo_regiao="+codigo_tipo_regiao+"&id_medida_variavel="+id_medida_variavel+"&x="+i3GEOF.editorlimites.editarAtributos.x+"&y="+i3GEOF.editorlimites.editarAtributos.y); |
1018 | 1012 | }, |
1019 | - //TODO redesenhar as camadas que sofrerem alterações em função do salvar ou excluir | |
1013 | + //TODO redesenhar as camadas que sofrerem altera��es em fun��o do salvar ou excluir | |
1020 | 1014 | /** |
1021 | 1015 | * Exclui o valor de uma medida de variavel para o componente de uma regiao |
1022 | 1016 | */ | ... | ... |