Commit 6a1b7c86d4d38657cc12bb9d7d9e3c869ded0112
1 parent
2f6a0f43
Exists in
master
and in
7 other branches
Correção na opção de seleção por clique no mapa. Por falta de um objeto, estava …
…ocorrendo erro no javascript.
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
ferramentas/analisageometrias/index.htm
... | ... | @@ -45,7 +45,7 @@ |
45 | 45 | <select id=calculos style=position:relative;top:-20px;left:120px > |
46 | 46 | <option value="" selected >---</option> |
47 | 47 | <option value=area >área</option> |
48 | - <option value=comprimento >comprimento</option> | |
48 | + <option value=perimetro >perímetro</option> | |
49 | 49 | </select><br> |
50 | 50 | <div onclick='funcoes()' style="text-align:left;left:0px"> |
51 | 51 | Operações que criam novas geometrias a partir de duas ou mais geometrias:<br> |
... | ... | @@ -75,6 +75,8 @@ |
75 | 75 | </div> |
76 | 76 | </div> |
77 | 77 | </div> |
78 | +<!--mantido aqui apenas para compatibilidade--> | |
79 | +<input type=hidden id=toleranciapt value=0 /> | |
78 | 80 | </body> |
79 | 81 | <script src="../i3geo_tudo_compacto.js" type="text/javascript"></script> |
80 | 82 | <script language="JavaScript" type="text/javascript" src="index.js"></script> | ... | ... |