Commit 40a807825e5f1706d6d4662fa3b926c6c00ee199
1 parent
4ded9b39
Exists in
master
and in
7 other branches
Adicionada uma página de abertura com os aplicativos do i3geo
Showing
1 changed file
with
177 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,177 @@ |
1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | |
2 | +<html> | |
3 | +<head> | |
4 | +<title>i3Geo</title> | |
5 | +</head> | |
6 | +<style> | |
7 | +body,td | |
8 | +{ | |
9 | + text-align:left; | |
10 | + border: 0px solid #FFFFFF; | |
11 | + font-family: Verdana, Arial, Helvetica, sans-serif; | |
12 | + position:relative; | |
13 | + font-size:10pt; | |
14 | + padding:10px; | |
15 | +} | |
16 | + | |
17 | +</style> | |
18 | +<body> | |
19 | +<center> | |
20 | +<img src='imagens/i3geo1.jpg' /><br> | |
21 | +<div style="color:gray;width:500px;font-size:14pt;text-align:center;" > | |
22 | +Aplicativos disponíveis com o i3geo e documentação. | |
23 | +</div><br> | |
24 | + | |
25 | +<div style="width:500px;text-align:left" > | |
26 | +<table> | |
27 | +<tr> | |
28 | + <td></td> | |
29 | + <td> | |
30 | + <a href="ms_criamapa.php" target="_blank" > | |
31 | + Inicialização normal do i3geo | |
32 | + </a> | |
33 | + </td> | |
34 | +</tr> | |
35 | +<tr> | |
36 | + <td></td> | |
37 | + <td> | |
38 | + <a href="atlas" target="_blank" > | |
39 | + Atlas | |
40 | + </a> | |
41 | + Interface que possibilita a montagem de atlas. Baseia-se no arquivo menutemas/atlas.xml. | |
42 | + </td> | |
43 | +</tr> | |
44 | +<tr> | |
45 | + <td></td> | |
46 | + <td> | |
47 | + <a href="zerocal" target="_blank" > | |
48 | + Versão zerocal com menos recursos. | |
49 | + </a> | |
50 | + Ideal para usuários com capacidade menor de internet. | |
51 | + </td> | |
52 | +</tr> | |
53 | +<tr> | |
54 | + <td></td> | |
55 | + <td> | |
56 | + <a href="mobile" target="_blank" > | |
57 | + Versão mobile para dispositivos móveis. | |
58 | + </a> | |
59 | + Por padrão, a lista de mapas iniciais é montada conforme definido no arquivo menutemas/mapas.xml. | |
60 | + </td> | |
61 | +</tr> | |
62 | +<tr> | |
63 | + <td></td> | |
64 | + <td> | |
65 | + <a href="datadownload.htm" target="_blank" > | |
66 | + Aplicativo para download de dados. | |
67 | + </a> | |
68 | + Por padrão, baseia-se na lista de temas existentes em menutemas/menutemas.xml. | |
69 | + </div> | |
70 | + </td> | |
71 | +</tr> | |
72 | +<tr> | |
73 | + <td></td> | |
74 | + <td> | |
75 | + <a href="wscliente.htm" target="_blank" > | |
76 | + Aplicativo para consulta a web services nos padrões OGC. | |
77 | + </a> | |
78 | + Por padrão, A lista de wms é obtida do arquivo menutemas/servicoswms.xml. | |
79 | + </td> | |
80 | +</tr> | |
81 | +<tr> | |
82 | + <td></td> | |
83 | + <td> | |
84 | + <a href="geradordelinks.htm" target="_blank" > | |
85 | + Gerador de links | |
86 | + </a> | |
87 | + Aplicativo que possibilita ao usuário criar seus próprios links de abertura de mapas customizados. | |
88 | + </td> | |
89 | +</tr> | |
90 | +<tr> | |
91 | + <td></td> | |
92 | + <td> | |
93 | + <a href="ogc.htm" target="_blank" > | |
94 | + Gerador de endereços de web services. | |
95 | + </a> | |
96 | + Aplicativo para listar os endereços que devem ser utilizados para acessar o gerados automático de web services do i3geo (ogc.php). | |
97 | + </td> | |
98 | +</tr> | |
99 | +<tr> | |
100 | + <td></td> | |
101 | + <td> | |
102 | + <a href="ogc.php?ajuda=" target="_blank" > | |
103 | + Gerador web services. | |
104 | + </a> | |
105 | + Aplicativo para geração automática de web services OGC com base no menu de temas do i3geo. | |
106 | + </td> | |
107 | +</tr> | |
108 | +<tr> | |
109 | + <td></td> | |
110 | + <td> | |
111 | + <a href="kml.php" target="_blank" > | |
112 | + Gerador kml. | |
113 | + </a> | |
114 | + Aplicativo para geração automática de arquivos kml para uso no Google Earth. Deve ser utilizado dentro do Google Earth na opção "link de rede" | |
115 | + </td> | |
116 | +</tr> | |
117 | +<tr> | |
118 | + <td></td> | |
119 | + <td> | |
120 | + <a href="documentacao" target="_blank" > | |
121 | + Documentação dos códigos. | |
122 | + </a> | |
123 | + Documentação gerada com Naturaldocs. | |
124 | + </td> | |
125 | +</tr> | |
126 | +<tr> | |
127 | + <td></td> | |
128 | + <td> | |
129 | + <a href="http://pt.wikibooks.org/wiki/I3geo" target="_blank" > | |
130 | + Wikibook | |
131 | + </a> | |
132 | + </td> | |
133 | +</tr> | |
134 | +<tr> | |
135 | + <td></td> | |
136 | + <td> | |
137 | + <a href="http://sistemas.mma.gov.br/blogs/index.php?blog=6" target="_blank" > | |
138 | + Blog do i3geo (Ministério do Meio Ambiente) | |
139 | + </a> | |
140 | + </td> | |
141 | +</tr> | |
142 | +<tr> | |
143 | + <td></td> | |
144 | + <td> | |
145 | + <a href="http://www.softwarepublico.gov.br/spb/ver-comunidade?community_id=1444332" target="_blank" > | |
146 | + Portal do software público brasileiro. | |
147 | + </a> | |
148 | + Comunidade de desenvolvimento do i3geo. | |
149 | + </td> | |
150 | +</tr> | |
151 | +</table> | |
152 | +<table> | |
153 | +<tr><td> | |
154 | +<a href="http://mapserver.gis.umn.edu/" target="_blank">Mapserver</a> | |
155 | +<a href="http://www.r-project.org/" target="_blank">R</a> | |
156 | +<a href="http://developer.yahoo.com/yui/" target="_blank">YUI</a> | |
157 | +<a href="http://cpaint.sourceforge.net/" target="_blank">CPAINT</a> | |
158 | +<a href="http://dean.edwards.name/" target="_blank">PACKER</a> | |
159 | +<a href="http://www.fpdf.org/" target="_blank">FPDF</a> | |
160 | +<a href="http://www.maxmind.com/app/ip-location" target="_blank">GEOIP</a> | |
161 | +<a href="http://sourceforge.net/projects/kmlmapserver/" target="_blank">KMLMapserver</a> | |
162 | +<a href="http://www.openlayers.org/" target="_blank">OpenLayers</a> | |
163 | +<a href="http://www.phpclasses.org/browse/package/2673.html" target="_blank">PHPXBASE</a> | |
164 | +<a href="http://www.swetake.com/" target="_blank">QRCODE</a> | |
165 | +<a href="http://starkravingfinkle.org/blog/2006/04/richdraw-simple-vmlsvg-editor/" target="_blank">RICHDRAW</a> | |
166 | + | |
167 | + | |
168 | +</td></tr> | |
169 | +</div> | |
170 | +</body> | |
171 | +<script> | |
172 | +/* | |
173 | +Title: Página principal com a lista de aplicativos do i3geo | |
174 | + | |
175 | +File: principal.htm | |
176 | +*/ | |
177 | +</script> | |
0 | 178 | \ No newline at end of file | ... | ... |