cursodsv24.htm
1.67 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.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>
<script src="../classesjs/i3geo.js"></script>
<script src="../pacotes/openlayers/OpenLayers2131.js"></script>
<link rel="stylesheet" type="text/css" href="../css/black.css">
<style>
.botoesLegendaFlutuante {
display: none;
}
</style>
</head>
<body style='margin-left:7px;background:white;' class=yui-skin-sam >
<div style="top:50px;">
<div style="width:280px;height:300px;border:0px solid;float:left;">
Lateral <br>
<div id=Legenda style="display:block;margin:auto;text-align:center;left:5px;" ></div>
</div>
<div id=i3geo >
<div id=corpoMapa style="left:285px;width:700px;height:400px;background-image:url('../imagens/i3geo1bw.jpg');">
</div>
</div>
</div>
<script>
/************
A legenda do mapa pode ser mostrada em um local especifico. Para isso e necessario criar um DIV e iniciar
a construcao da legenda apos o mapa ter sido criado.
O DIV deve ter o estilo "display" definido, ou a legenda nao sera mostrada.
************/
//i3GEO.gadgets.PARAMETROS.mostraEscalaNumerica.idhtml = "escalaTeste";
i3GEO.idioma.MOSTRASELETOR = false; //para nao mostrar as bandeiras de escolha do idioma
i3GEO.configura.mapaRefDisplay = "none";//nao mostra o mapa de referencia
i3GEO.mapa.TEMASINICIAIS = "_lbiomashp,_llocali";
i3GEO.mapa.TEMASINICIAISLIGADOS = "_lbiomashp";
i3GEO.finaliza = function(){
i3GEO.mapa.legendaHTML.cria("Legenda");
};
i3GEO.cria();
i3GEO.inicia();
</script>
</body>
</html>