novotema.htm
2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas6.css">
<link rel="stylesheet" type="text/css" href="../../pacotes/yui231/build/tabview/assets/skins/sam/tabview.css">
<style type="text/css">.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style>
<title></title>
</head>
<body style="overflow:auto">
<div style="top:5px;left:10px;display:block;position:absolute">
<form id=f action="upload.php" method="post" ENCTYPE="multipart/form-data">
<pre style="font-size:14px">
dbf: <input type="file" size=20 name="filedbf">
</pre>
nome coluna x: <input class=digitar type="text" size=20 name="nomex"><br>
nome coluna y: <input class=digitar type="text" size=20 name="nomey"><br><br>
Projeção:
<div id=listaepsg style='left:0px;overflow:auto;height:60px'></div>
<div onclick='submete()' style='top:10px;left:0px'>
<input id=botao1 type="button" value="Carregar" size=12 name="submit" />
<input type="hidden" name="MAX_FILE_SIZE" value="10000" />
</div>
</form>
</div>
<div id=men1 style=left:0px;width:100%;top:220px; >
Utilize essa opção para acrescentar um tema baseado nas coordenadas x e y presentes em uma tabela DBF.
Os valores de x e y devem utilizar "." como separador de decimal. Se as coordenadas estiverem na projeção
geográfica, os valores deverão estar em décimos de grau, com sinal negativo para pontos ao
sul do equador e oeste do meridiano 0.<br>
O arquivo DBF será armazenado no servidor onde o i3geo está instalado e permanecerá lá até que
os arquivos temporários sejam apagados. Não utilize essa opção se existir alguma restrição ao uso do arquivo e se
a política de acesso aos dados, definidas pela entidade que hospeda o i3geo, não for compatível
com essas restrições
</div>
<script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script>
<script type="text/javascript" src="index.js"></script>
<script>
//TODO remover i3geo_tudo_compacto.js.php
</script>
</body>
</html>