Commit 9071ff40824f635610461ba69f146f68b302599b
1 parent
2a327926
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
datadownload.htm
... | ... | @@ -47,7 +47,7 @@ P |
47 | 47 | <p>Dependendo do tráfego na web, o download pode não operar corretamente. Após escolhido o tema, será gerado um arquivo no formato "shape file". |
48 | 48 | O formato "shape file" é composto por três arquivos (shp, shx e dbf) que devem ser obtidos separadamente e armazenados em um mesmo local em seu disco rígido. |
49 | 49 | <p>Para abrir o "shape file", você poderá utilizar softwares livres como o |
50 | - <a href="http://www.gvsig.gva.es/index.php?id=gvsig&L=0" target=blank>GVSIG</a>, <a href="http://qgis.org/" target=blank > QGIS</a>, ou <a href="http://jump-pilot.sourceforge.net/OpenJUMP.html" target=blank >JUMP</a>. | |
50 | + <a href="http://www.gvsig.gva.es/index.php?id=gvsig&L=0" target=blank>GVSIG</a>, <a href="http://qgis.org/" target=blank > QGIS</a>, ou <a href="http://jump-pilot.sourceforge.net/OpenJUMP.html" target=blank >JUMP</a>. | |
51 | 51 | <p>Conheça também o <a href="http://mapas.mma.gov.br/i3geo/ms_criamapa.php" target=blank >mapa interativo do MMA.</a> |
52 | 52 | <p>Bookmark: <span id=bm1 ></span> |
53 | 53 | <p><div style=text-align:left id=curtir ></div> |
... | ... | @@ -96,6 +96,7 @@ i3GEO.idioma.IDSELETOR = "bandeiras"; |
96 | 96 | i3GEO.idioma.mostraSeletor(); |
97 | 97 | i3GEO.arvoreDeTemas.TIPOBOTAO = "download"; |
98 | 98 | i3GEO.arvoreDeTemas.INCLUIWMSMETAESTAT = true; |
99 | +i3GEO.arvoreDeTemas.INCLUIINDIBR = false; | |
99 | 100 | $i("bm1").innerHTML = i3GEO.social.bookmark(window.location.href); |
100 | 101 | loc = window.location.href; |
101 | 102 | i3GEO.social.compartilhar("curtir",loc,loc,"comtotal"); | ... | ... |
ogc.htm
... | ... | @@ -120,6 +120,7 @@ i3GEO.arvoreDeTemas.INCLUISISTEMAS = false; |
120 | 120 | i3GEO.arvoreDeTemas.FILTRAOGC = true; |
121 | 121 | i3GEO.arvoreDeTemas.INCLUIWMS = false; |
122 | 122 | i3GEO.arvoreDeTemas.INCLUIWMSMETAESTAT = true; |
123 | +i3GEO.arvoreDeTemas.INCLUIINDIBR = false; | |
123 | 124 | i3GEO.arvoreDeTemas.OPCOESADICIONAIS.incluiArvore = false; |
124 | 125 | i3GEO.arvoreDeTemas.OPCOESADICIONAIS.incluibusca = false; |
125 | 126 | i3GEO.arvoreDeTemas.TIPOBOTAO = "radio"; | ... | ... |