Commit 92becee09ae8630895b06d4989db6e26daa6820b
1 parent
f0f273d6
Exists in
master
and in
7 other branches
--no commit message
Showing
6 changed files
with
54 additions
and
46 deletions
Show diff stats
exemplos/mashup1.htm
| @@ -4,6 +4,8 @@ | @@ -4,6 +4,8 @@ | ||
| 4 | <meta http-equiv="Category" content="I3Geo Mapa interativo MMA"> | 4 | <meta http-equiv="Category" content="I3Geo Mapa interativo MMA"> |
| 5 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> | 5 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
| 6 | <title>MMA - Mapa interativo</title> | 6 | <title>MMA - Mapa interativo</title> |
| 7 | +<script type="text/javascript" src="../classesjs/i3geonaocompacto.js"></script> | ||
| 8 | +<script src="../pacotes/openlayers/OpenLayers2131.js.php"></script> | ||
| 7 | </head> | 9 | </head> |
| 8 | <body style="background-color:rgb(200,200,200);z-index:0;" class=yui-skin-sam > | 10 | <body style="background-color:rgb(200,200,200);z-index:0;" class=yui-skin-sam > |
| 9 | <div style=position:absolute;left:10px;top:50px;width:200px; > | 11 | <div style=position:absolute;left:10px;top:50px;width:200px; > |
| @@ -19,20 +21,20 @@ | @@ -19,20 +21,20 @@ | ||
| 19 | <tr style="border:0px"><td colspan=2 style="background-image:url('../imagenscabeca.png');height:10px"></td></tr> | 21 | <tr style="border:0px"><td colspan=2 style="background-image:url('../imagenscabeca.png');height:10px"></td></tr> |
| 20 | <tr> | 22 | <tr> |
| 21 | <td> | 23 | <td> |
| 22 | - <img title="insere xy" alt="" src="../imagens/branco.gif" id='inserexy'/> | ||
| 23 | - <img title="insere grafico" alt="" src="../imagens/branco.gif" id='inseregrafico'/> | 24 | + <img title="insere xy" alt="" src="../imagens/branco.gif" id='inserexy'/> |
| 25 | + <img title="insere grafico" alt="" src="../imagens/branco.gif" id='inseregrafico'/> | ||
| 24 | <img title="texto" alt="" src="../imagens/branco.gif" id='textofid'/> | 26 | <img title="texto" alt="" src="../imagens/branco.gif" id='textofid'/> |
| 25 | <img title="selecao" alt="" src="../imagens/branco.gif" id='selecao'/> | 27 | <img title="selecao" alt="" src="../imagens/branco.gif" id='selecao'/> |
| 26 | <img title="confluencias" alt="" src="../imagens/branco.gif" id='confluence'/> | 28 | <img title="confluencias" alt="" src="../imagens/branco.gif" id='confluence'/> |
| 27 | <img title="busca na wikipedia" alt="" src="../imagens/branco.gif" id='wiki'/> | 29 | <img title="busca na wikipedia" alt="" src="../imagens/branco.gif" id='wiki'/> |
| 28 | - <img title="mede" alt="" src="../imagens/branco.gif" id='mede'/> | 30 | + <img title="mede" alt="" src="../imagens/branco.gif" id='mede'/> |
| 29 | </td> | 31 | </td> |
| 30 | <td> | 32 | <td> |
| 31 | <img title="desloca" alt="" src="../imagens/branco.gif" ID='pan'/> | 33 | <img title="desloca" alt="" src="../imagens/branco.gif" ID='pan'/> |
| 32 | <img title="zoom" alt="" src="../imagens/branco.gif" id='zoomli'/> | 34 | <img title="zoom" alt="" src="../imagens/branco.gif" id='zoomli'/> |
| 33 | <img title="aproxima" alt="" src="../imagens/branco.gif" id='zoomiauto'/> | 35 | <img title="aproxima" alt="" src="../imagens/branco.gif" id='zoomiauto'/> |
| 34 | <img title="afasta" alt="" src="../imagens/branco.gif" id='zoomoauto'/> | 36 | <img title="afasta" alt="" src="../imagens/branco.gif" id='zoomoauto'/> |
| 35 | - <img title="geral" alt="" src="../imagens/branco.gif" ID='zoomtot'/> | 37 | + <img title="geral" alt="" src="../imagens/branco.gif" ID='zoomtot'/> |
| 36 | <img title="google" alt="" src="../imagens/branco.gif" id='google'/> | 38 | <img title="google" alt="" src="../imagens/branco.gif" id='google'/> |
| 37 | <img title="info" alt="" src="../imagens/branco.gif" id='identifica'/> | 39 | <img title="info" alt="" src="../imagens/branco.gif" id='identifica'/> |
| 38 | </td> | 40 | </td> |
| @@ -66,13 +68,12 @@ | @@ -66,13 +68,12 @@ | ||
| 66 | </tr> | 68 | </tr> |
| 67 | <tr> | 69 | <tr> |
| 68 | <td class=tdbranca > | 70 | <td class=tdbranca > |
| 69 | - <div id=escala ></div> | ||
| 70 | - <div id=tempoRedesenho style=color:green;background-color:black;width:50px;display:none ></div> | ||
| 71 | - </td> | 71 | +</td> |
| 72 | <td class=tdbranca > | 72 | <td class=tdbranca > |
| 73 | <table width=100% ><tr> | 73 | <table width=100% ><tr> |
| 74 | <td class=tdbranca ></td> | 74 | <td class=tdbranca ></td> |
| 75 | - <td class=tdbranca ><div id=localizarxy >Aguarde...</div></td> | 75 | + <td class=tdbranca > |
| 76 | + </td> | ||
| 76 | <td class=tdbranca ></td> | 77 | <td class=tdbranca ></td> |
| 77 | </tr></table> | 78 | </tr></table> |
| 78 | </td> | 79 | </td> |
| @@ -83,10 +84,10 @@ | @@ -83,10 +84,10 @@ | ||
| 83 | </center> | 84 | </center> |
| 84 | </div> | 85 | </div> |
| 85 | <div id=posicaoDomouse ></div> | 86 | <div id=posicaoDomouse ></div> |
| 86 | -<script type="text/javascript" src="../classesjs/i3geonaocompacto.js"></script> | ||
| 87 | -<script src="../pacotes/openlayers/OpenLayers2131.js.php"></script> | 87 | + |
| 88 | 88 | ||
| 89 | <script type="text/javascript"> | 89 | <script type="text/javascript"> |
| 90 | +i3GEO.mapa.TEMASINICIAISLIGADOS = "mundo"; | ||
| 90 | i3GEO.configura.locaplic = "http://"+window.location.host+"/i3geo"; | 91 | i3GEO.configura.locaplic = "http://"+window.location.host+"/i3geo"; |
| 91 | i3GEO.configura.mapaRefDisplay = "none" | 92 | i3GEO.configura.mapaRefDisplay = "none" |
| 92 | i3GEO.configura.iniciaJanelaMensagens = false | 93 | i3GEO.configura.iniciaJanelaMensagens = false |
| @@ -103,7 +104,7 @@ i3GEO.Interface.openlayers.GADGETS = { | @@ -103,7 +104,7 @@ i3GEO.Interface.openlayers.GADGETS = { | ||
| 103 | PanZoom:false, | 104 | PanZoom:false, |
| 104 | LayerSwitcher:true, | 105 | LayerSwitcher:true, |
| 105 | ScaleLine:true, | 106 | ScaleLine:true, |
| 106 | - OverviewMap:false | 107 | + OverviewMap:false |
| 107 | }; | 108 | }; |
| 108 | i3GEO.Interface.openlayers.TILES = true; | 109 | i3GEO.Interface.openlayers.TILES = true; |
| 109 | i3GEO.cria() | 110 | i3GEO.cria() |
exemplos/mashup3.htm
| @@ -26,18 +26,18 @@ | @@ -26,18 +26,18 @@ | ||
| 26 | <tr style="border:0px"><td style="background-image:url('../imagenscabeca.png');height:10px"></td></tr> | 26 | <tr style="border:0px"><td style="background-image:url('../imagenscabeca.png');height:10px"></td></tr> |
| 27 | <tr> | 27 | <tr> |
| 28 | <td> | 28 | <td> |
| 29 | - <img title="insere xy" alt="" src="../imagens/branco.gif" id='inserexy'/> | ||
| 30 | - <img title="insere grafico" alt="" src="../imagens/branco.gif" id='inseregrafico'/> | 29 | + <img title="insere xy" alt="" src="../imagens/branco.gif" id='inserexy'/> |
| 30 | + <img title="insere grafico" alt="" src="../imagens/branco.gif" id='inseregrafico'/> | ||
| 31 | <img title="texto" alt="" src="../imagens/branco.gif" id='textofid'/> | 31 | <img title="texto" alt="" src="../imagens/branco.gif" id='textofid'/> |
| 32 | <img title="selecao" alt="" src="../imagens/branco.gif" id='selecao'/> | 32 | <img title="selecao" alt="" src="../imagens/branco.gif" id='selecao'/> |
| 33 | <img title="confluencias" alt="" src="../imagens/branco.gif" id='confluence'/> | 33 | <img title="confluencias" alt="" src="../imagens/branco.gif" id='confluence'/> |
| 34 | <img title="busca na wikipedia" alt="" src="../imagens/branco.gif" id='wiki'/> | 34 | <img title="busca na wikipedia" alt="" src="../imagens/branco.gif" id='wiki'/> |
| 35 | - <img title="mede" alt="" src="../imagens/branco.gif" id='mede'/> | 35 | + <img title="mede" alt="" src="../imagens/branco.gif" id='mede'/> |
| 36 | <img title="desloca" alt="" src="../imagens/branco.gif" ID='pan'/> | 36 | <img title="desloca" alt="" src="../imagens/branco.gif" ID='pan'/> |
| 37 | <img title="zoom" alt="" src="../imagens/branco.gif" id='zoomli'/> | 37 | <img title="zoom" alt="" src="../imagens/branco.gif" id='zoomli'/> |
| 38 | <img title="aproxima" alt="" src="../imagens/branco.gif" id='zoomiauto'/> | 38 | <img title="aproxima" alt="" src="../imagens/branco.gif" id='zoomiauto'/> |
| 39 | <img title="afasta" alt="" src="../imagens/branco.gif" id='zoomoauto'/> | 39 | <img title="afasta" alt="" src="../imagens/branco.gif" id='zoomoauto'/> |
| 40 | - <img title="geral" alt="" src="../imagens/branco.gif" ID='zoomtot'/> | 40 | + <img title="geral" alt="" src="../imagens/branco.gif" ID='zoomtot'/> |
| 41 | <img title="google" alt="" src="../imagens/branco.gif" id='google'/> | 41 | <img title="google" alt="" src="../imagens/branco.gif" id='google'/> |
| 42 | <img title="info" alt="" src="../imagens/branco.gif" id='identifica'/> | 42 | <img title="info" alt="" src="../imagens/branco.gif" id='identifica'/> |
| 43 | </td> | 43 | </td> |
| @@ -55,8 +55,8 @@ | @@ -55,8 +55,8 @@ | ||
| 55 | <tr> | 55 | <tr> |
| 56 | <td class=tdbranca > | 56 | <td class=tdbranca > |
| 57 | <table width=100% ><tr> | 57 | <table width=100% ><tr> |
| 58 | - <td class=tdbranca ><div id=escala ></div></td> | ||
| 59 | - <td class=tdbranca ><div id=localizarxy >Aguarde...</div></td> | 58 | + <td class=tdbranca ></td> |
| 59 | + <td class=tdbranca ></td> | ||
| 60 | <td class=tdbranca ></td> | 60 | <td class=tdbranca ></td> |
| 61 | </tr></table> | 61 | </tr></table> |
| 62 | </td> | 62 | </td> |
| @@ -68,6 +68,7 @@ | @@ -68,6 +68,7 @@ | ||
| 68 | </div> | 68 | </div> |
| 69 | 69 | ||
| 70 | <script type="text/javascript"> | 70 | <script type="text/javascript"> |
| 71 | +i3GEO.mapa.TEMASINICIAISLIGADOS = "mundo"; | ||
| 71 | i3GEO.configura.locaplic = "http://"+window.location.host+"/i3geo"; | 72 | i3GEO.configura.locaplic = "http://"+window.location.host+"/i3geo"; |
| 72 | i3GEO.configura.mapaRefDisplay = "none" | 73 | i3GEO.configura.mapaRefDisplay = "none" |
| 73 | i3GEO.configura.iniciaJanelaMensagens = false | 74 | i3GEO.configura.iniciaJanelaMensagens = false |
| @@ -84,7 +85,7 @@ i3GEO.Interface.openlayers.GADGETS = { | @@ -84,7 +85,7 @@ i3GEO.Interface.openlayers.GADGETS = { | ||
| 84 | PanZoom:false, | 85 | PanZoom:false, |
| 85 | LayerSwitcher:true, | 86 | LayerSwitcher:true, |
| 86 | ScaleLine:true, | 87 | ScaleLine:true, |
| 87 | - OverviewMap:false | 88 | + OverviewMap:false |
| 88 | }; | 89 | }; |
| 89 | i3GEO.Interface.openlayers.TILES = true; | 90 | i3GEO.Interface.openlayers.TILES = true; |
| 90 | 91 |
exemplos/mashup4.htm
| @@ -22,18 +22,18 @@ | @@ -22,18 +22,18 @@ | ||
| 22 | <tr style="border:0px"><td style="background-image:url('../imagenscabeca.png');height:10px"></td></tr> | 22 | <tr style="border:0px"><td style="background-image:url('../imagenscabeca.png');height:10px"></td></tr> |
| 23 | <tr> | 23 | <tr> |
| 24 | <td> | 24 | <td> |
| 25 | - <img title="insere xy" alt="" src="../imagens/branco.gif" id='inserexy'/> | ||
| 26 | - <img title="insere grafico" alt="" src="../imagens/branco.gif" id='inseregrafico'/> | 25 | + <img title="insere xy" alt="" src="../imagens/branco.gif" id='inserexy'/> |
| 26 | + <img title="insere grafico" alt="" src="../imagens/branco.gif" id='inseregrafico'/> | ||
| 27 | <img title="texto" alt="" src="../imagens/branco.gif" id='textofid'/> | 27 | <img title="texto" alt="" src="../imagens/branco.gif" id='textofid'/> |
| 28 | <img title="selecao" alt="" src="../imagens/branco.gif" id='selecao'/> | 28 | <img title="selecao" alt="" src="../imagens/branco.gif" id='selecao'/> |
| 29 | <img title="confluencias" alt="" src="../imagens/branco.gif" id='confluence'/> | 29 | <img title="confluencias" alt="" src="../imagens/branco.gif" id='confluence'/> |
| 30 | <img title="busca na wikipedia" alt="" src="../imagens/branco.gif" id='wiki'/> | 30 | <img title="busca na wikipedia" alt="" src="../imagens/branco.gif" id='wiki'/> |
| 31 | - <img title="mede" alt="" src="../imagens/branco.gif" id='mede'/> | 31 | + <img title="mede" alt="" src="../imagens/branco.gif" id='mede'/> |
| 32 | <img title="desloca" alt="" src="../imagens/branco.gif" ID='pan'/> | 32 | <img title="desloca" alt="" src="../imagens/branco.gif" ID='pan'/> |
| 33 | <img title="zoom" alt="" src="../imagens/branco.gif" id='zoomli'/> | 33 | <img title="zoom" alt="" src="../imagens/branco.gif" id='zoomli'/> |
| 34 | <img title="aproxima" alt="" src="../imagens/branco.gif" id='zoomiauto'/> | 34 | <img title="aproxima" alt="" src="../imagens/branco.gif" id='zoomiauto'/> |
| 35 | <img title="afasta" alt="" src="../imagens/branco.gif" id='zoomoauto'/> | 35 | <img title="afasta" alt="" src="../imagens/branco.gif" id='zoomoauto'/> |
| 36 | - <img title="geral" alt="" src="../imagens/branco.gif" ID='zoomtot'/> | 36 | + <img title="geral" alt="" src="../imagens/branco.gif" ID='zoomtot'/> |
| 37 | <img title="google" alt="" src="../imagens/branco.gif" id='google'/> | 37 | <img title="google" alt="" src="../imagens/branco.gif" id='google'/> |
| 38 | <img title="info" alt="" src="../imagens/branco.gif" id='identifica'/> | 38 | <img title="info" alt="" src="../imagens/branco.gif" id='identifica'/> |
| 39 | </td> | 39 | </td> |
| @@ -51,8 +51,8 @@ | @@ -51,8 +51,8 @@ | ||
| 51 | <tr> | 51 | <tr> |
| 52 | <td class=tdbranca > | 52 | <td class=tdbranca > |
| 53 | <table width=100% ><tr> | 53 | <table width=100% ><tr> |
| 54 | - <td class=tdbranca ><div id=escala ></div></td> | ||
| 55 | - <td class=tdbranca ><div id=localizarxy >Aguarde...</div></td> | 54 | + <td class=tdbranca ></td> |
| 55 | + <td class=tdbranca ></td> | ||
| 56 | <td class=tdbranca ></td> | 56 | <td class=tdbranca ></td> |
| 57 | </tr></table> | 57 | </tr></table> |
| 58 | </td> | 58 | </td> |
| @@ -64,6 +64,7 @@ | @@ -64,6 +64,7 @@ | ||
| 64 | </div> | 64 | </div> |
| 65 | <script type="text/javascript"> | 65 | <script type="text/javascript"> |
| 66 | i3GEO.configura.locaplic = "http://"+window.location.host+"/i3geo"; | 66 | i3GEO.configura.locaplic = "http://"+window.location.host+"/i3geo"; |
| 67 | +i3GEO.mapa.TEMASINICIAISLIGADOS = "mundo"; | ||
| 67 | i3GEO.configura.mapaRefDisplay = "none" | 68 | i3GEO.configura.mapaRefDisplay = "none" |
| 68 | i3GEO.configura.iniciaJanelaMensagens = false | 69 | i3GEO.configura.iniciaJanelaMensagens = false |
| 69 | i3GEO.barraDeBotoes.COMPORTAMENTO = "laranja" | 70 | i3GEO.barraDeBotoes.COMPORTAMENTO = "laranja" |
| @@ -79,7 +80,7 @@ i3GEO.Interface.openlayers.GADGETS = { | @@ -79,7 +80,7 @@ i3GEO.Interface.openlayers.GADGETS = { | ||
| 79 | PanZoom:false, | 80 | PanZoom:false, |
| 80 | LayerSwitcher:true, | 81 | LayerSwitcher:true, |
| 81 | ScaleLine:true, | 82 | ScaleLine:true, |
| 82 | - OverviewMap:false | 83 | + OverviewMap:false |
| 83 | }; | 84 | }; |
| 84 | i3GEO.Interface.openlayers.TILES = true; | 85 | i3GEO.Interface.openlayers.TILES = true; |
| 85 | i3GEO.cria(); | 86 | i3GEO.cria(); |
| @@ -87,7 +88,8 @@ OpenLayers.ImgPath = "../pacotes/openlayers/img/"; | @@ -87,7 +88,8 @@ OpenLayers.ImgPath = "../pacotes/openlayers/img/"; | ||
| 87 | 88 | ||
| 88 | i3GEO.inicia(); | 89 | i3GEO.inicia(); |
| 89 | i3GEO.mapa.legendaHTML.libera(); | 90 | i3GEO.mapa.legendaHTML.libera(); |
| 90 | - | 91 | +var janela = YAHOO.i3GEO.janela.manager.find("wlegenda"); |
| 92 | +janela.moveTo(840,100); | ||
| 91 | </script> | 93 | </script> |
| 92 | 94 | ||
| 93 | </body> | 95 | </body> |
exemplos/mashup5.htm
| @@ -34,8 +34,8 @@ | @@ -34,8 +34,8 @@ | ||
| 34 | <tr> | 34 | <tr> |
| 35 | <td class=tdbranca > | 35 | <td class=tdbranca > |
| 36 | <table width=100% ><tr> | 36 | <table width=100% ><tr> |
| 37 | - <td class=tdbranca ><div id=escala ></div></td> | ||
| 38 | - <td class=tdbranca ><div id=localizarxy >Aguarde...</div></td> | 37 | + <td class=tdbranca ></td> |
| 38 | + <td class=tdbranca ></td> | ||
| 39 | <td class=tdbranca ></td> | 39 | <td class=tdbranca ></td> |
| 40 | </tr></table> | 40 | </tr></table> |
| 41 | </td> | 41 | </td> |
| @@ -45,7 +45,7 @@ | @@ -45,7 +45,7 @@ | ||
| 45 | <a style=text-align:center;color:white href="mailto:edmar.moretti@mma.gov.br">Críticas e sugestões</a> | 45 | <a style=text-align:center;color:white href="mailto:edmar.moretti@mma.gov.br">Críticas e sugestões</a> |
| 46 | </center> | 46 | </center> |
| 47 | </div> | 47 | </div> |
| 48 | -<div id=barraDeBotoes1 style='display:none'> | 48 | +<div id=botoesJanela style='display:none'> |
| 49 | <div style='display:inline;background-color:rgb(250,250,250);'> | 49 | <div style='display:inline;background-color:rgb(250,250,250);'> |
| 50 | <p style='font-size:6px;'> </p> | 50 | <p style='font-size:6px;'> </p> |
| 51 | <img title="desloca" alt="" src="../imagens/branco.gif" ID='pan'/> | 51 | <img title="desloca" alt="" src="../imagens/branco.gif" ID='pan'/> |
| @@ -61,11 +61,16 @@ | @@ -61,11 +61,16 @@ | ||
| 61 | <div style='display:inline;background-color:rgb(250,250,250);'> | 61 | <div style='display:inline;background-color:rgb(250,250,250);'> |
| 62 | <p style='font-size:6px;'> </p> | 62 | <p style='font-size:6px;'> </p> |
| 63 | <img title="info" alt="" src="../imagens/branco.gif" id='identifica'/> | 63 | <img title="info" alt="" src="../imagens/branco.gif" id='identifica'/> |
| 64 | - </div> | 64 | + </div> |
| 65 | </div> | 65 | </div> |
| 66 | 66 | ||
| 67 | <script type="text/javascript"> | 67 | <script type="text/javascript"> |
| 68 | +botoes = $i("botoesJanela").innerHTML; | ||
| 69 | +$i("botoesJanela").innerHTML = ""; | ||
| 70 | +i3GEO.janela.mensagemSimples(botoes,"",100,200); | ||
| 71 | + | ||
| 68 | i3GEO.configura.locaplic = "http://"+window.location.host+"/i3geo"; | 72 | i3GEO.configura.locaplic = "http://"+window.location.host+"/i3geo"; |
| 73 | +i3GEO.mapa.TEMASINICIAISLIGADOS = "mundo"; | ||
| 69 | i3GEO.configura.mapaRefDisplay = "none" | 74 | i3GEO.configura.mapaRefDisplay = "none" |
| 70 | i3GEO.configura.iniciaJanelaMensagens = false | 75 | i3GEO.configura.iniciaJanelaMensagens = false |
| 71 | i3GEO.barraDeBotoes.COMPORTAMENTO = "laranja" | 76 | i3GEO.barraDeBotoes.COMPORTAMENTO = "laranja" |
| @@ -81,7 +86,7 @@ i3GEO.Interface.openlayers.GADGETS = { | @@ -81,7 +86,7 @@ i3GEO.Interface.openlayers.GADGETS = { | ||
| 81 | PanZoom:false, | 86 | PanZoom:false, |
| 82 | LayerSwitcher:true, | 87 | LayerSwitcher:true, |
| 83 | ScaleLine:true, | 88 | ScaleLine:true, |
| 84 | - OverviewMap:false | 89 | + OverviewMap:false |
| 85 | }; | 90 | }; |
| 86 | i3GEO.Interface.openlayers.TILES = true; | 91 | i3GEO.Interface.openlayers.TILES = true; |
| 87 | i3GEO.configura.mashuppar = "&mapext=-53 -26 -42 -18"; | 92 | i3GEO.configura.mashuppar = "&mapext=-53 -26 -42 -18"; |
| @@ -89,9 +94,6 @@ i3GEO.cria(); | @@ -89,9 +94,6 @@ i3GEO.cria(); | ||
| 89 | OpenLayers.ImgPath = "../pacotes/openlayers/img/"; | 94 | OpenLayers.ImgPath = "../pacotes/openlayers/img/"; |
| 90 | 95 | ||
| 91 | i3GEO.inicia(); | 96 | i3GEO.inicia(); |
| 92 | - | ||
| 93 | - | ||
| 94 | - | ||
| 95 | </script> | 97 | </script> |
| 96 | 98 | ||
| 97 | </body> | 99 | </body> |
exemplos/mashup6.htm
| @@ -27,8 +27,8 @@ | @@ -27,8 +27,8 @@ | ||
| 27 | <tr> | 27 | <tr> |
| 28 | <td class=tdbranca > | 28 | <td class=tdbranca > |
| 29 | <table width=100% ><tr> | 29 | <table width=100% ><tr> |
| 30 | - <td class=tdbranca ><div id=escala ></div></td> | ||
| 31 | - <td class=tdbranca ><div id=localizarxy >Aguarde...</div></td> | 30 | + <td class=tdbranca ></td> |
| 31 | + <td class=tdbranca ></td> | ||
| 32 | <td class=tdbranca ></td> | 32 | <td class=tdbranca ></td> |
| 33 | </tr></table> | 33 | </tr></table> |
| 34 | </td> | 34 | </td> |
| @@ -38,7 +38,7 @@ | @@ -38,7 +38,7 @@ | ||
| 38 | <a style=text-align:left;color:white href="mailto:edmar.moretti@mma.gov.br">Críticas e sugestões</a> | 38 | <a style=text-align:left;color:white href="mailto:edmar.moretti@mma.gov.br">Críticas e sugestões</a> |
| 39 | 39 | ||
| 40 | </div> | 40 | </div> |
| 41 | -<div id=barraDeBotoes1 style='display:none'> | 41 | +<div id=barraDeBotoes1 style='display:none'> |
| 42 | <div style='display:inline;background-color:rgb(250,250,250);'> | 42 | <div style='display:inline;background-color:rgb(250,250,250);'> |
| 43 | <p style='font-size:6px;'> </p> | 43 | <p style='font-size:6px;'> </p> |
| 44 | <img title="desloca" alt="" src="../imagens/branco.gif" ID='pan'/> | 44 | <img title="desloca" alt="" src="../imagens/branco.gif" ID='pan'/> |
| @@ -54,11 +54,12 @@ | @@ -54,11 +54,12 @@ | ||
| 54 | <div style='display:inline;background-color:rgb(250,250,250);'> | 54 | <div style='display:inline;background-color:rgb(250,250,250);'> |
| 55 | <p style='font-size:6px;'> </p> | 55 | <p style='font-size:6px;'> </p> |
| 56 | <img title="info" alt="" src="../imagens/branco.gif" id='identifica'/> | 56 | <img title="info" alt="" src="../imagens/branco.gif" id='identifica'/> |
| 57 | - </div> | 57 | + </div> |
| 58 | </div> | 58 | </div> |
| 59 | 59 | ||
| 60 | <script type="text/javascript"> | 60 | <script type="text/javascript"> |
| 61 | i3GEO.configura.locaplic = "http://"+window.location.host+"/i3geo"; | 61 | i3GEO.configura.locaplic = "http://"+window.location.host+"/i3geo"; |
| 62 | +i3GEO.mapa.TEMASINICIAISLIGADOS = "mundo"; | ||
| 62 | i3GEO.configura.mapaRefDisplay = "none" | 63 | i3GEO.configura.mapaRefDisplay = "none" |
| 63 | i3GEO.configura.iniciaJanelaMensagens = false | 64 | i3GEO.configura.iniciaJanelaMensagens = false |
| 64 | i3GEO.barraDeBotoes.COMPORTAMENTO = "laranja" | 65 | i3GEO.barraDeBotoes.COMPORTAMENTO = "laranja" |
| @@ -74,7 +75,7 @@ i3GEO.Interface.openlayers.GADGETS = { | @@ -74,7 +75,7 @@ i3GEO.Interface.openlayers.GADGETS = { | ||
| 74 | PanZoom:false, | 75 | PanZoom:false, |
| 75 | LayerSwitcher:true, | 76 | LayerSwitcher:true, |
| 76 | ScaleLine:true, | 77 | ScaleLine:true, |
| 77 | - OverviewMap:false | 78 | + OverviewMap:false |
| 78 | }; | 79 | }; |
| 79 | i3GEO.Interface.openlayers.TILES = true; | 80 | i3GEO.Interface.openlayers.TILES = true; |
| 80 | i3GEO.configura.mashuppar = "&mapext=-53 -26 -42 -18"; | 81 | i3GEO.configura.mashuppar = "&mapext=-53 -26 -42 -18"; |
exemplos/mashup9.htm
| @@ -26,18 +26,18 @@ | @@ -26,18 +26,18 @@ | ||
| 26 | <tr style="border:0px"><td style="background-image:url('../imagenscabeca.png');height:10px"></td></tr> | 26 | <tr style="border:0px"><td style="background-image:url('../imagenscabeca.png');height:10px"></td></tr> |
| 27 | <tr> | 27 | <tr> |
| 28 | <td> | 28 | <td> |
| 29 | - <img title="insere xy" alt="" src="../imagens/branco.gif" id='inserexy'/> | ||
| 30 | - <img title="insere grafico" alt="" src="../imagens/branco.gif" id='inseregrafico'/> | 29 | + <img title="insere xy" alt="" src="../imagens/branco.gif" id='inserexy'/> |
| 30 | + <img title="insere grafico" alt="" src="../imagens/branco.gif" id='inseregrafico'/> | ||
| 31 | <img title="texto" alt="" src="../imagens/branco.gif" id='textofid'/> | 31 | <img title="texto" alt="" src="../imagens/branco.gif" id='textofid'/> |
| 32 | <img title="selecao" alt="" src="../imagens/branco.gif" id='selecao'/> | 32 | <img title="selecao" alt="" src="../imagens/branco.gif" id='selecao'/> |
| 33 | <img title="confluencias" alt="" src="../imagens/branco.gif" id='confluence'/> | 33 | <img title="confluencias" alt="" src="../imagens/branco.gif" id='confluence'/> |
| 34 | <img title="busca na wikipedia" alt="" src="../imagens/branco.gif" id='wiki'/> | 34 | <img title="busca na wikipedia" alt="" src="../imagens/branco.gif" id='wiki'/> |
| 35 | - <img title="mede" alt="" src="../imagens/branco.gif" id='mede'/> | 35 | + <img title="mede" alt="" src="../imagens/branco.gif" id='mede'/> |
| 36 | <img title="desloca" alt="" src="../imagens/branco.gif" ID='pan'/> | 36 | <img title="desloca" alt="" src="../imagens/branco.gif" ID='pan'/> |
| 37 | <img title="zoom" alt="" src="../imagens/branco.gif" id='zoomli'/> | 37 | <img title="zoom" alt="" src="../imagens/branco.gif" id='zoomli'/> |
| 38 | <img title="aproxima" alt="" src="../imagens/branco.gif" id='zoomiauto'/> | 38 | <img title="aproxima" alt="" src="../imagens/branco.gif" id='zoomiauto'/> |
| 39 | <img title="afasta" alt="" src="../imagens/branco.gif" id='zoomoauto'/> | 39 | <img title="afasta" alt="" src="../imagens/branco.gif" id='zoomoauto'/> |
| 40 | - <img title="geral" alt="" src="../imagens/branco.gif" ID='zoomtot'/> | 40 | + <img title="geral" alt="" src="../imagens/branco.gif" ID='zoomtot'/> |
| 41 | <img title="google" alt="" src="../imagens/branco.gif" id='google'/> | 41 | <img title="google" alt="" src="../imagens/branco.gif" id='google'/> |
| 42 | <img title="info" alt="" src="../imagens/branco.gif" id='identifica'/> | 42 | <img title="info" alt="" src="../imagens/branco.gif" id='identifica'/> |
| 43 | </td> | 43 | </td> |
| @@ -55,8 +55,8 @@ | @@ -55,8 +55,8 @@ | ||
| 55 | <tr> | 55 | <tr> |
| 56 | <td class=tdbranca > | 56 | <td class=tdbranca > |
| 57 | <table width=100% ><tr> | 57 | <table width=100% ><tr> |
| 58 | - <td class=tdbranca ><div id=escala ></div></td> | ||
| 59 | - <td class=tdbranca ><div id=localizarxy >Aguarde...</div></td> | 58 | + <td class=tdbranca ></td> |
| 59 | + <td class=tdbranca ></td> | ||
| 60 | <td class=tdbranca ></td> | 60 | <td class=tdbranca ></td> |
| 61 | </tr></table> | 61 | </tr></table> |
| 62 | </td> | 62 | </td> |
| @@ -68,6 +68,7 @@ | @@ -68,6 +68,7 @@ | ||
| 68 | </div> | 68 | </div> |
| 69 | 69 | ||
| 70 | <script type="text/javascript"> | 70 | <script type="text/javascript"> |
| 71 | + | ||
| 71 | i3GEO.configura.locaplic = "http://"+window.location.host+"/i3geo"; | 72 | i3GEO.configura.locaplic = "http://"+window.location.host+"/i3geo"; |
| 72 | i3GEO.configura.mapaRefDisplay = "none" | 73 | i3GEO.configura.mapaRefDisplay = "none" |
| 73 | i3GEO.configura.iniciaJanelaMensagens = false | 74 | i3GEO.configura.iniciaJanelaMensagens = false |
| @@ -84,7 +85,7 @@ i3GEO.Interface.openlayers.GADGETS = { | @@ -84,7 +85,7 @@ i3GEO.Interface.openlayers.GADGETS = { | ||
| 84 | PanZoom:false, | 85 | PanZoom:false, |
| 85 | LayerSwitcher:true, | 86 | LayerSwitcher:true, |
| 86 | ScaleLine:true, | 87 | ScaleLine:true, |
| 87 | - OverviewMap:false | 88 | + OverviewMap:false |
| 88 | }; | 89 | }; |
| 89 | i3GEO.Interface.openlayers.TILES = true; | 90 | i3GEO.Interface.openlayers.TILES = true; |
| 90 | 91 |