Commit 5b002407abbd3a7bf1df191e80aed16e456e765a
1 parent
1a8c252d
Exists in
master
and in
7 other branches
Exemplo de inclusão da árvore do catálogo de temas em um DIV qualquer no mapa
Showing
2 changed files
with
44 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,42 @@ |
1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
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 - OpenLayers</title> | |
7 | +<script src="../classesjs/i3geonaocompacto.js"></script> | |
8 | +<script src="../pacotes/openlayers/OpenLayers2131.js"></script> | |
9 | +<link rel="stylesheet" type="text/css" href="../css/black.css"> | |
10 | +</head> | |
11 | +<body style='margin-left:7px;background:white;' class=yui-skin-sam > | |
12 | +<div style="top:50px;"> | |
13 | + <div id="arvoreDeTemas" style="width:250px;height:400px;border:1px solid;float:left;overflow:auto;"> | |
14 | + | |
15 | + </div> | |
16 | + <div id=i3geo > | |
17 | + <div id=corpoMapa style="left:255px;width:700px;height:400px;background-image:url('../imagens/i3geo1bw.jpg');"> | |
18 | + </div> | |
19 | + </div> | |
20 | +</div> | |
21 | +<div id="logMapa" ></div> | |
22 | +<script> | |
23 | +/************ | |
24 | +Da mesma forma que a arvore de camadas, a arvore do catalogo de temas pode ser inserida em um local qualquer | |
25 | + | |
26 | +************/ | |
27 | + | |
28 | +i3GEO.idioma.MOSTRASELETOR = false; //para nao mostrar as bandeiras de escolha do idioma | |
29 | + | |
30 | +i3GEO.finalizaAPI = function(){ | |
31 | + i3GEO.arvoreDeTemas.OPCOESADICIONAIS.incluibusca = false; | |
32 | + i3GEO.arvoreDeTemas.cria( | |
33 | + "", | |
34 | + "", | |
35 | + "arvoreDeTemas"); | |
36 | +}; | |
37 | +i3GEO.cria(); | |
38 | +i3GEO.inicia(); | |
39 | + | |
40 | +</script> | |
41 | +</body> | |
42 | +</html> | ... | ... |
exemplos/index.html
... | ... | @@ -87,6 +87,8 @@ body,td { |
87 | 87 | <a href="codemirror.php?&pagina=cursodsv13.htm" target="_blank">[13]</a> |
88 | 88 | |
89 | 89 | <a href="codemirror.php?&pagina=cursodsv14.htm" target="_blank">[14]</a> |
90 | + | |
91 | + <a href="codemirror.php?&pagina=cursodsv15.htm" target="_blank">[15]</a> | |
90 | 92 | </p> |
91 | 93 | </fieldset> |
92 | 94 | <fieldset> | ... | ... |