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,7 +47,7 @@ P | ||
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". | 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 | 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. | 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 | <p>Para abrir o "shape file", você poderá utilizar softwares livres como o | 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 | <p>Conheça também o <a href="http://mapas.mma.gov.br/i3geo/ms_criamapa.php" target=blank >mapa interativo do MMA.</a> | 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 | <p>Bookmark: <span id=bm1 ></span> | 52 | <p>Bookmark: <span id=bm1 ></span> |
53 | <p><div style=text-align:left id=curtir ></div> | 53 | <p><div style=text-align:left id=curtir ></div> |
@@ -96,6 +96,7 @@ i3GEO.idioma.IDSELETOR = "bandeiras"; | @@ -96,6 +96,7 @@ i3GEO.idioma.IDSELETOR = "bandeiras"; | ||
96 | i3GEO.idioma.mostraSeletor(); | 96 | i3GEO.idioma.mostraSeletor(); |
97 | i3GEO.arvoreDeTemas.TIPOBOTAO = "download"; | 97 | i3GEO.arvoreDeTemas.TIPOBOTAO = "download"; |
98 | i3GEO.arvoreDeTemas.INCLUIWMSMETAESTAT = true; | 98 | i3GEO.arvoreDeTemas.INCLUIWMSMETAESTAT = true; |
99 | +i3GEO.arvoreDeTemas.INCLUIINDIBR = false; | ||
99 | $i("bm1").innerHTML = i3GEO.social.bookmark(window.location.href); | 100 | $i("bm1").innerHTML = i3GEO.social.bookmark(window.location.href); |
100 | loc = window.location.href; | 101 | loc = window.location.href; |
101 | i3GEO.social.compartilhar("curtir",loc,loc,"comtotal"); | 102 | i3GEO.social.compartilhar("curtir",loc,loc,"comtotal"); |
ogc.htm
@@ -120,6 +120,7 @@ i3GEO.arvoreDeTemas.INCLUISISTEMAS = false; | @@ -120,6 +120,7 @@ i3GEO.arvoreDeTemas.INCLUISISTEMAS = false; | ||
120 | i3GEO.arvoreDeTemas.FILTRAOGC = true; | 120 | i3GEO.arvoreDeTemas.FILTRAOGC = true; |
121 | i3GEO.arvoreDeTemas.INCLUIWMS = false; | 121 | i3GEO.arvoreDeTemas.INCLUIWMS = false; |
122 | i3GEO.arvoreDeTemas.INCLUIWMSMETAESTAT = true; | 122 | i3GEO.arvoreDeTemas.INCLUIWMSMETAESTAT = true; |
123 | +i3GEO.arvoreDeTemas.INCLUIINDIBR = false; | ||
123 | i3GEO.arvoreDeTemas.OPCOESADICIONAIS.incluiArvore = false; | 124 | i3GEO.arvoreDeTemas.OPCOESADICIONAIS.incluiArvore = false; |
124 | i3GEO.arvoreDeTemas.OPCOESADICIONAIS.incluibusca = false; | 125 | i3GEO.arvoreDeTemas.OPCOESADICIONAIS.incluibusca = false; |
125 | i3GEO.arvoreDeTemas.TIPOBOTAO = "radio"; | 126 | i3GEO.arvoreDeTemas.TIPOBOTAO = "radio"; |