Commit 5d4481b52afbe38b6a29dd9fd7e5ec8ae528fafc
1 parent
47738792
Exists in
master
--no commit message
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
ferramentas/geolocal/dicionario.js
| @@ -20,8 +20,8 @@ i3GEOF.geolocal.dicionario = { | @@ -20,8 +20,8 @@ i3GEOF.geolocal.dicionario = { | ||
| 20 | en : "", | 20 | en : "", |
| 21 | es : "" | 21 | es : "" |
| 22 | } ], | 22 | } ], |
| 23 | - 'exclui' : [ { | ||
| 24 | - pt : "Exclui", | 23 | + 'shp' : [ { |
| 24 | + pt : "Cria camada com os pontos", | ||
| 25 | en : "", | 25 | en : "", |
| 26 | es : "" | 26 | es : "" |
| 27 | } ], | 27 | } ], |
ferramentas/geolocal/template_mst.html
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | <button title='{{{limpa}}}' onclick='i3GEOF.geolocal.limpa()'> | 4 | <button title='{{{limpa}}}' onclick='i3GEOF.geolocal.limpa()'> |
| 5 | <img src='{{{locaplic}}}/imagens/gisicons/erase.png' /> | 5 | <img src='{{{locaplic}}}/imagens/gisicons/erase.png' /> |
| 6 | </button> | 6 | </button> |
| 7 | -<button title='{{{exclui}}}' onclick='i3GEOF.geolocal.criaShp()'> | 7 | +<button title='{{{shp}}}' onclick='i3GEOF.geolocal.criaShp()'> |
| 8 | <img src='{{{locaplic}}}/imagens/gisicons/layer-gps-create.png' /> | 8 | <img src='{{{locaplic}}}/imagens/gisicons/layer-gps-create.png' /> |
| 9 | </button> | 9 | </button> |
| 10 | <img title='{{{paraCaptura}}}' onclick='i3GEOF.geolocal.paraTempo()' style='top: -3px; left: 10px; position: relative;' src='{{{locaplic}}}/imagens/oxygen/16x16/clock.png'> | 10 | <img title='{{{paraCaptura}}}' onclick='i3GEOF.geolocal.paraTempo()' style='top: -3px; left: 10px; position: relative;' src='{{{locaplic}}}/imagens/oxygen/16x16/clock.png'> |