Commit 16814a12917c3d5f43d6c87a00bab9c516da4cf3

Authored by Edmar Moretti
1 parent 026b6ad4

correções de posicionamento

Showing 2 changed files with 3 additions and 2 deletions   Show diff stats
ogc.htm
... ... @@ -14,7 +14,7 @@ P
14 14 #arvoreTemas
15 15 {overflow:auto;height:400px;width:280px;position:absolute;top:70px;left:10px;}
16 16 #corpo
17   -{text-align:left;font-size:12px;width:425px;position:absolute;top:30px;left:285px;background:rgb(250,250,250);}
  17 +{text-align:left;font-size:12px;width:425px;position:absolute;top:30px;left:295px;background:rgb(250,250,250);}
18 18 #bandeiras
19 19 {width:80px;position:absolute;top:30px;left:10px;}
20 20 </style>
... ...
ogc.php
... ... @@ -330,7 +330,8 @@ function ogc_pegaListaDeMenus()
330 330 function ogc_imprimeAjuda()
331 331 {
332 332 echo "<pre><b>Construtor de web services do I3Geo.</b><br><br>";
333   - echo "Esse utilitário usa o arquivo menutemas.xml para gerar web services no padrão OGC.";
  333 + echo "Esse utilitário usa os arquivos mapfiles existentes em <br>";
  334 + echo "i3geo/temas para gerar web services no padrão OGC.<br>";
334 335 echo "Para escolher um tema, utilize:<br>";
335 336 echo "ogc.php?lista=temas - para listar os temas disponíveis<br>";
336 337 echo "Para usar esse web service, além dos parâmetros normais, vc deverá incluir o parâmetro &tema=,<br>";
... ...