Commit 6310f513371d2ee60a1152633467e59f63c12524
1 parent
a4536fb2
Exists in
master
and in
7 other branches
--no commit message
Showing
3 changed files
with
167 additions
and
2 deletions
Show diff stats
@@ -0,0 +1,156 @@ | @@ -0,0 +1,156 @@ | ||
1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
2 | +<html> | ||
3 | +<head> | ||
4 | +<meta http-equiv="Category" content="I3Geo Mapa interativo MMA geoprocessamento sig mobile"> | ||
5 | +<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> | ||
6 | +<title>i3Geo - Mapa interativo</title> | ||
7 | + | ||
8 | +<!-- Leitura dos programas javaScript e estilos individualmente. Pode-se ler os | ||
9 | +arquivos não compactados, bastando substituir por i3geonaocompacto --> | ||
10 | +<script type="text/javascript" src="../classesjs/atlas.js"></script> | ||
11 | +<script type="text/javascript" src="../classesjs/i3geo.js"></script> | ||
12 | + | ||
13 | +<!-- | ||
14 | +<style> | ||
15 | +#box1 | ||
16 | +{font-size:0px;cursor:crosshair;opacity:.25;background-color: gray;position: absolute;visibility: hidden;width: 0px;height: 0px;border: 2px solid green;} | ||
17 | +</style> | ||
18 | +--> | ||
19 | + | ||
20 | +</head> | ||
21 | +<body id=i3geo style="background-image:url('../imagens/atlas.jpg');" > | ||
22 | +<center> | ||
23 | +<table width=100% cellspacing='0'> | ||
24 | +<tr style="border:0px"><td style="height:45px;background-image:url('../imagens/atlas.jpg');"><div style="left:30px;font-weight: bold;font-size:16px;text-align:left;color:white" id="tituloAtlas" >Aguarde...Inicializando o Atlas</div></td></tr> | ||
25 | +</table> | ||
26 | + | ||
27 | +<table style="border:solid 2px black;" width=90% cellspacing='0'> | ||
28 | +<tr><td> | ||
29 | +<table id='mst' style="display:none;" width=100% cellspacing='0'> | ||
30 | +<tr style="border:0px"><td colspan=2 style="background-image:url('../imagens/visual/default/cabeca.png');height:10px"></td></tr> | ||
31 | +<tr> | ||
32 | +<td> | ||
33 | + <table width=100% cellspacing=0 cellpadding=0 > | ||
34 | + <tr > | ||
35 | + <td> | ||
36 | + <!-- Guias principais, não mude o ID, apenas o nome se for desejado --> | ||
37 | + <div class=verdeescuro style="top:0px;cursor:pointer;"> | ||
38 | + <div id=guia1 class=guia >Temas</div> | ||
39 | + <div id=guia2 class=guia >Adiciona</div> | ||
40 | + <div id=guia4 class=guia >Legenda</div> | ||
41 | + </div> | ||
42 | + </td> | ||
43 | + </tr> | ||
44 | + </table> | ||
45 | +</td> | ||
46 | +<td style="text-align:right;height:0px;border-width:0pt 0pt 1px;border-color:rgb(240,240,240)"> | ||
47 | +<!-- guias do atlas--> | ||
48 | + <div id="guiasAtlas" class=verdeescuro style="top:0px;cursor:pointer;" > | ||
49 | + </div> | ||
50 | +</td> | ||
51 | +</tr> | ||
52 | +<tr> | ||
53 | + <td class=tdbranca id=contemFerramentas style="vertical-align:top;width:268px;text-align:left;"> | ||
54 | + <div id='guia1obj' style="text-align:left;" > | ||
55 | + <div style="text-align:left;padding:10px;width:90%;background-color:rgb(250,250,250)">Você pode mostrar ou | ||
56 | + não informações no mapa clicando no box existente ao lado de cada tema<br></div> | ||
57 | + <div style='left:5px;top:10px;' id=buscaRapida ></div> | ||
58 | + <div id=listaTemas style='top:15px;'></div> | ||
59 | + <div style="text-align:left;padding:10px;width:90%;"> | ||
60 | + <br><br>Experimente também:<br><br> | ||
61 | + <table class=lista > | ||
62 | + <tr><td><input style="cursor:pointer" name="e" type=radio onclick="atlas2i3geo()"></td><td style="text-align:left"> Abrir esse mapa no i3Geo</td></tr> | ||
63 | + <tr><td> </td><td></td></tr> | ||
64 | + <tr><td><input style="cursor:pointer" name="e" type=radio onclick="downloadbase()"></td><td style="text-align:left"> Pesquisar dados para download</tr> | ||
65 | + <tr><td> </td><td></td></tr> | ||
66 | + <tr><td><input style="cursor:pointer" name="e" type=radio onclick="convertews()"></td><td style="text-align:left"> Transformar esse mapa em um WMS</tr> | ||
67 | + | ||
68 | + </table> | ||
69 | + </div> | ||
70 | + </div> | ||
71 | + <div id='guia2obj' style='display:none;'>Aguarde...<img alt="" src="../imagens/branco.gif" width=248 /></div> | ||
72 | + <div id='guia4obj' style='display:none;text-align:left'><div id='legenda' style='text-align:left'></div></div> | ||
73 | + </td> | ||
74 | + | ||
75 | + <td style="vertical-align:top;border-width:0px;top:0px;"> | ||
76 | + <table width="100%" style="vertical-align:top;border-width:0px;top:0px;"> | ||
77 | + <tr> | ||
78 | + <td class=verdeclaro id=contemImg > | ||
79 | + <div id=corpoMapa style="background-image:url('../imagens/i3geo1bw.jpg');"></div> | ||
80 | + </td> | ||
81 | + </tr> | ||
82 | + </table> | ||
83 | + </td> | ||
84 | + </tr> | ||
85 | +<tr> | ||
86 | + <td class=tdbranca > | ||
87 | + </td> | ||
88 | + <td class=tdbranca > | ||
89 | + <table width=100% ><tr> | ||
90 | + <td class=tdbranca ></td> | ||
91 | + <td class=tdbranca ><div id=localizarxy >Aguarde...</div></td> | ||
92 | + <td class=tdbranca ><div id=escala ></div></td> | ||
93 | + <td class=tdbranca ><div id=ondeestou ></div></td> | ||
94 | + </tr></table> | ||
95 | + </td> | ||
96 | +</tr> | ||
97 | +<tr style="border:0px"><td colspan=2 style="background-image:url('../imagens/visual/default/rodape.png');height:10px"></td></tr> | ||
98 | +</table> | ||
99 | + | ||
100 | +</td></tr></table> | ||
101 | +</center> | ||
102 | +<div style='text-align:left;color:white;left:30px'> | ||
103 | +<a href="mailto:edmar.moretti@mma.gov.br">Críticas e sugestões</a> | ||
104 | +</div> | ||
105 | +<div id=barraDeBotoes1 style='display:none'> | ||
106 | + <table title="zoom" style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><img title="zoom" alt="" src="../imagens/branco.gif" id='zoomli'/></td></tr></table> | ||
107 | + <table title="desloca" style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><img title="desloca" alt="" src="../imagens/branco.gif" ID='pan'/></td></tr></table> | ||
108 | + <table title="info" style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><img title="info" alt="" src="../imagens/branco.gif" id='identifica'/></td></tr></table> | ||
109 | + <table title="mede" style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><img title="mede" alt="" src="../imagens/branco.gif" id='mede'/></td></tr></table> | ||
110 | + <table title="area" style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><img title="area" alt="" src="../imagens/branco.gif" id='area'/></td></tr></table> | ||
111 | + <table title="imprimir" style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><img title="imprimir" alt="" src="../imagens/branco.gif" id='imprimir'/></td></tr></table> | ||
112 | + <table title="busca na wikipedia" style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><img title="busca na wikipedia" alt="" src="../imagens/branco.gif" id='wiki'/></td></tr></table> | ||
113 | + <table title="google" style="width:100%"><caption style="text-align:center"> </caption><tr><td style='background-color:rgb(250,250,250);'><img title="google" alt="" src="../imagens/branco.gif" id='google'/></td></tr></table> | ||
114 | +</div> | ||
115 | + | ||
116 | + | ||
117 | +<!-- Variáveis globais e inicialização do mapa--> | ||
118 | +<script type="text/javascript"> | ||
119 | +/* | ||
120 | +Title: Interface normal de abertura da interface Atlas | ||
121 | + | ||
122 | +File: i3geo/atlas/geral.htm | ||
123 | + | ||
124 | +*/ | ||
125 | +g_locaplic = "http://"+window.location.host+"/i3geo"; | ||
126 | +g_localimg = "http://"+window.location.host+"/i3geo/imagens"; | ||
127 | +g_barraFerramentas1 = "sim" | ||
128 | +g_barraFerramentas2 = "nao" | ||
129 | +g_mapaRefDisplay = "block" | ||
130 | +g_downloadbase = "nao"; | ||
131 | +g_conectargeorss = "nao"; | ||
132 | +g_uploadlocal = "nao"; | ||
133 | +g_conectarwms = "nao"; | ||
134 | +g_janelaMen = "nao"; | ||
135 | +g_diminuiyN = 130; | ||
136 | +g_diminuixN = 50; | ||
137 | +g_diminuiyM = 130; | ||
138 | +g_diminuixM = 50; | ||
139 | +objmapa = new Mapa(); | ||
140 | +g_visual = "default"; | ||
141 | +g_autoRedesenho = 0; | ||
142 | +objmapa.guiaTemas = "guia1" | ||
143 | +objmapa.guiaMenu = "guia2"; | ||
144 | +objmapa.guiaLegenda = "guia4"; | ||
145 | +objmapa.guiaListaMapas = "guia5"; | ||
146 | +// | ||
147 | +//é necessário incluir aqui a funcao de abertura do atlas | ||
148 | +// | ||
149 | +objmapa.finaliza = "iniciaAtlas()"; | ||
150 | +/* | ||
151 | + Inicializa o mapa | ||
152 | +*/ | ||
153 | +objmapa.inicializa(); | ||
154 | +</script> | ||
155 | +</body> | ||
156 | +</html> | ||
0 | \ No newline at end of file | 157 | \ No newline at end of file |
zerocal/index.htm
@@ -45,7 +45,7 @@ Escolha o Atlas que voc&ecirc; deseja utilizar: | @@ -45,7 +45,7 @@ Escolha o Atlas que voc&ecirc; deseja utilizar: | ||
45 | /* | 45 | /* |
46 | Title: Lista de atlas disponíveis | 46 | Title: Lista de atlas disponíveis |
47 | 47 | ||
48 | -Lê o arquivo menutemas/atlas.xml e apresenta os links para cada Atlas | 48 | +Lê o arquivo menutemas/atlas.xml e apresenta os links para abrir cada Atlas. |
49 | 49 | ||
50 | File: atlas/index.htm | 50 | File: atlas/index.htm |
51 | */ | 51 | */ |
@@ -57,5 +57,5 @@ File: atlas/index.htm | @@ -57,5 +57,5 @@ File: atlas/index.htm | ||
57 | É utilizada para identificar o local correto onde estão os programas em php que são utilizados. | 57 | É utilizada para identificar o local correto onde estão os programas em php que são utilizados. |
58 | */ | 58 | */ |
59 | g_locaplic = "http://"+window.location.host+"/i3geo"; | 59 | g_locaplic = "http://"+window.location.host+"/i3geo"; |
60 | -iniciaAtlas(); | 60 | +iniciaListaAtlas(); |
61 | </script> | 61 | </script> |
62 | \ No newline at end of file | 62 | \ No newline at end of file |
@@ -0,0 +1,9 @@ | @@ -0,0 +1,9 @@ | ||
1 | +<html> | ||
2 | +<body> | ||
3 | +Isso é um teste para mostrar que ao abrir o atlas pode ser apresentada uma janela de informações.<br> | ||
4 | +Nessa janela vc pode incluir uma saudação de boas vindas ou então um texto explicativo sobre o seu Atlas.<br> | ||
5 | +Vc pode utilizar qualquer endereço web válido para colocar aqui.<br><br> | ||
6 | +Para configurar seu Atlas, edite o arquivo i3geo/menutemas/atlas.xml<br><br> | ||
7 | +<img src="../imagens/i3geo2.jpg /> | ||
8 | +</body> | ||
9 | +</html> | ||
0 | \ No newline at end of file | 10 | \ No newline at end of file |