camadas2.htm
9.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Category" content="i3Geo Mapa interativo MMA geoprocessamento sig mobile">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<title>i3GEO - OpenLayers</title>
<!-- estilo necessário para a ferramenta de edição -->
<style>
.olControlEditingToolbar1 div {
background-image:url(../mashups/openlayers.png);
background-repeat:no-repeat;
float:right;
right: 0px;
height:29px;
margin:2px;
width:29px;
cursor:pointer;
}
</style>
</head>
<body id="i3geo">
<!-- inclui o nome do usuario logado -->
<div id="i3GEONomeLogin" style="position:absolute;left:10px;top:12px;font-size:11px;z-index:50000"></div>
<table id='mst' summary="" style='display:none;' width=100% cellspacing='0'>
<!--
Inclui a barra superior. Se vc não quiser o menu, é só comentar o TR
-->
<tr style="border:0px">
<td colspan=2 id="barraSuperior" style="background-image:url('../imagenscabeca.png');height:10px"></td>
</tr>
<tr>
<td>
<table width=100% cellspacing=0 cellpadding=0 >
<tr>
<td></td>
<td>
<!--
Guias principais, não mude o ID, apenas o nome se for desejado
Para remover uma guia, basta comentar a linha
-->
<div class=verdeescuro style="top:0px;cursor:pointer;">
<div id=guia1 class=guia ></div>
<div id=guia2 class=guia ></div>
<div id=guia4 class=guia ></div>
<div id=guia5 class=guia ></div>
</div>
</td>
</tr>
</table>
</td>
<td id="contemMenu" style="text-align:right;height:0px;border-width:0pt 0pt 1px;border-color:rgb(240,240,240)">
<!--
menu suspenso
-->
<div id="menus" ></div>
</td>
</tr>
<tr>
<td class=tdbranca id=contemFerramentas style="vertical-align:top;width:300px;text-align:left;">
<!--
As divs guiaNobj guardam o conteúdo que é mostrado quando a guia é clicada
Para cada botão na guia deve haver um div com o conteúdo, pe.
o div com id=guia1 deve ter um div com id=guia1obj
-->
<div id='guia1obj' >
<!-- Esta div acrescenta a opção de busca rápida, caso vc queira colocá-la em um lugar específico -->
<div style='left:5px;top:10px;' id=buscaRapida ></div>
<!-- Esta div acrescenta a lista de propriedades do mapa -->
<div id=listaPropriedades style='top:15px;' ></div>
<!-- Esta div acrescenta a lista de de camadas do tipo 'baselayers' específicas da interface Openlayers. Veja também a opção i3GEO.Interface.openlayers.GADGETS.LayerSwitcher -->
<div id=listaLayersBase style='top:15px;'></div>
<!-- Esta div acrescenta a lista de de camadas disponíveis no mapa atual -->
<div id=listaTemas style='top:15px;'></div>
</div>
<!-- se vc quiser colocar a arvore de adição de temas em um lugar específico,
use o div abaixo, caso contrário, a árvore será colocada na guia definida em objmapa.guiaMenu, por default a guia2
<div id=arvoreAdicionaTema style='top:25px;' ></div>
<div id=outrasOpcoesAdiciona style='top:25px;' ></div>
-->
<div id='guia2obj' style='display:none;'>Aguarde...<img alt="" src="../imagens/branco.gif" width=248 /></div>
<div id='guia4obj' style='display:none;text-align:left'><div id='legenda' style='text-align:left'></div></div>
<div id='guia5obj' style='display:none;text-align:left'><div id='banners' style='overflow:auto;text-align:left'>Aguarde...</div></div>
</td>
<td style="vertical-align:top;border-width:0px;">
<table width="100%" style="vertical-align:top;border-width:0px">
<tr><td class=verdeclaro id=contemImg >
<div id=corpoMapa style="position:relative;background-image:url('../imagens/i3geo1bw.jpg');"></div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class=tdbranca >
<!--
Nesse div são incluídos os ícones que permitem ao usuário modificar o visual de cores dos ícones
<div id=visual ></div>
-->
<!-- botão de compartilhamento em redes sociais -->
<div id=i3GEOcompartilhar style="text-align:left;border-top:1px solid rgb(250,250,250);padding-top:1px" ></div>
<!-- aqui será incluído o contador de tempo quando o temporizador de redesenho do mapa estiver ativo -->
<div id=tempoRedesenho style=color:green;background-color:black;width:50px;display:none ></div>
</td>
<td class=tdbranca >
<table width=100% >
<tr>
<td class=tdbranca >
<!-- aqui será incluída a escala numérica -->
<div id=escala style="text-align:right;" ></div>
</td>
<td class=tdbranca >
<!-- aqui será incluído o gadget que mostra a coordenada geográfica da posição do mouse -->
<div id=localizarxy style="text-align:left;font-size:10px;display:inline-table">Aguarde...</div>
</td>
<!-- aqui serão incluídas as bandeiras que permitem a troca de idioma -->
<td class=tdbranca ><div id=seletorIdiomas ></div></td>
<!--
A opção de localização 'onde estou?' baseia-se na identificação do IP do usuário. Para
que esta opção funcione corretamente, deve estar instalado no I3Geo o pacote geoIP. Veja no
SVN do portal do software público o diretório arquivos_versões/pacotes para maiores informações
-->
<td class=tdbranca ><div id=ondeestou ></div></td>
</tr>
<!-- esta div recebe o cálculo do posicionamento do mouse em coordenadas UTM
As coordenadas UTM apenas serão mostradas nessa div se o parâmetro
i3GEO.gadgets.mostraCoordenadasUTM.idhtml for diferente de i3GEO.gadgets.mostraCoordenadasGEO.idhtml
se os IDs forem iguais, o tipo de coordenada mostrada será intercalada, ora UTM ora GEO.
<tr><td></td><td class="tdbranca"><div style="text-align:left;font-size:8px;background-color:white;display:none;" id=mostraUTM ></div></td><td></td></tr>
-->
</table>
</td>
</tr>
<tr style="border:0px"><td colspan=3 id="barraInferior" style="background-image:url('../imagensrodape.png');height:10px"></td></tr>
<!-- aqui são mostradas imagens obtidas do metadata mensagem que pode existir em cada layer -->
<tr style="border:0px"><td colspan=3 style=background-color:black ><input style="border:0px none; background-color:black;color:white;font-size:12pt;" type="text" size="1" id="i3geo_letreiro" ></td></tr>
<!-- esse elemento é preenchido automaticamente pelo i3Geo, conforme definido em ms_configura.php -->
<tr style="border:0px"><td colspan=3 style=background-color:black;color:white id="emailInstituicao">@</td></tr>
</table>
<table id="i3GEOlogoMarcaX" style='margin: 0px auto;box-shadow:0 1px 13px gray;border-radius:5px;'>
<tr>
<td><div id=versaoi3geo ></div><h2 style="font-size:10px;font-family: Verdana, Arial, Helvetica, sans-serif;">i3Geo - Software livre para criação de mapas interativos e geoprocessamento</h2><h3 style="font-size:10px;font-family: Verdana, Arial, Helvetica, sans-serif;">Baseado no Mapserver, é licenciado sob GPL e integra o Portal do Software Público Brasileiro</h3></td>
</tr>
<tr>
<td style="padding:10px;"><img style="width:560px;height:81px" alt="" src='../imagens/logo_inicio.png' ></td>
</tr>
<tr>
<td>
<!--
<script id="ohloh" type="text/javascript" src="http://www.ohloh.net/p/150688/widgets/project_users.js?style=red"></script>
-->
</td>
</tr>
</table>
<script src="../classesjs/i3geo.js"></script>
<script src="../pacotes/openlayers/OpenLayers2131.js.php"></script>
<script>
i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo";
i3GEO.configura.autotamanho = false;
i3GEO.Interface.ATUAL = "openlayers";
i3GEO.Interface.IDCORPO = "contemImg";
i3GEO.Interface.openlayers.GADGETS = {
PanZoomBar:true,
PanZoom:false,
LayerSwitcher:true,
ScaleLine:true,
OverviewMap:false
};
i3GEO.Interface.openlayers.TILES = true;
i3GEO.gadgets.PARAMETROS.mostraMenuSuspenso.finaliza = 'if($i("omenudataInterface1")){i3GEOoMenuBar.getMenuItem("omenudataInterface1").cfg.setProperty("text", " ");}';
i3GEO.cria();
i3GEO.configura.mapaRefDisplay = "none";
i3GEO.barraDeBotoes.TIPO = "olhodepeixe";
i3GEO.barraDeBotoes.OFFSET = -170;
i3GEO.configura.oMenuData["submenus"]["janelas"] = [];
i3GEO.gadgets.PARAMETROS.mostraMenuSuspenso.permiteLogin = true;
i3GEO.idioma.IDSELETOR = "seletorIdiomas";
i3GEO.arvoreDeTemas.TIPOBOTAO = "radio";
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.comentarios = true;
i3GEO.arvoreDeCamadas.VERIFICAABRANGENCIATEMAS = true;
i3GEO.arvoreDeCamadas.MOSTRALISTAKML = false;
i3GEO.mapa.AUTORESIZE = true;
OpenLayers.ImgPath = "../pacotes/openlayers/img/";
(function(){
var oce = new OpenLayers.Layer.ArcGIS93Rest(
"ESRI Ocean Basemap",
"http://server.arcgisonline.com/ArcGIS/rest/services/Ocean_Basemap/MapServer/export",
{format:"jpg"},
{isBaseLayer:true,visibility:false}
);
var ims = new OpenLayers.Layer.ArcGIS93Rest(
"ESRI Imagery World 2D",
"http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_Imagery_World_2D/MapServer/export",
{},
{isBaseLayer:true,visibility:false}
);
var wsm = new OpenLayers.Layer.ArcGIS93Rest(
"ESRI World Street Map",
"http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer/export",
{},
{isBaseLayer:true,visibility:false}
);
var bra = new OpenLayers.Layer.WMS(
"Base carto MMA",
"http://mapas.mma.gov.br/cgi-bin/mapserv?map=/opt/www/html/webservices/baseraster.map",
{layers:"baseraster",srs:"EPSG:4618",format:"image/png",isBaseLayer:false},
{isBaseLayer:true,visibility:false}
);
i3GEO.Interface.openlayers.LAYERSADICIONAIS = [oce,ims,wsm,bra];
})();
i3GEO.arvoreDeCamadas.EXPANDIDA = true;
i3GEO.arvoreDeCamadas.LEGENDAEXPANDIDA = true;
i3GEO.inicia();
</script>
</body>
</html>