Commit 248c892995990f0e50c3567795797cbbadd463ff
1 parent
1c18bf42
Exists in
master
Correção no link para abrir o catalogo no formato kml
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
init/index.js
... | ... | @@ -61,7 +61,7 @@ botoesIni = [ |
61 | 61 | "target": "_self" |
62 | 62 | },{ |
63 | 63 | "img":"imagens/application-vnd-google-earth-kml.png", |
64 | - "href": "../kml.php", | |
64 | + "href": "../kml.php?tipoxml=kml", | |
65 | 65 | "titulo":$trad(12,g_traducao_init), |
66 | 66 | "subtitulo": $trad("12a",g_traducao_init), |
67 | 67 | "fa": "download", | ... | ... |