Commit 08260968db1fde0f4e5e1ebc4a742c8ac1e76d86
1 parent
a2395466
Exists in
master
and in
7 other branches
Inclusão do arquivo readme.txt
Showing
2 changed files
with
41 additions
and
0 deletions
Show diff stats
pacotes/gvsig/gvsig2mapfile/gvsig2mapfile.zip
No preview for this file type
| @@ -0,0 +1,41 @@ | @@ -0,0 +1,41 @@ | ||
| 1 | + | ||
| 2 | + | ||
| 3 | +ENGLISH | ||
| 4 | +------- | ||
| 5 | + | ||
| 6 | +PHP class that converts a ". gvp" (gvSig project) file to ".map" file (Mapserver). | ||
| 7 | + | ||
| 8 | +This project aims to integrate the softwares gvSIG and i3geo (http://www.softwarepublico.gov.br). The class reads a GVP XML file and converts it to a plain mapfile (http://mapserver.org). | ||
| 9 | + | ||
| 10 | +Using this class, the i3geo can create an interactive web map with the source definitions in the file gvp. | ||
| 11 | + | ||
| 12 | +The class will also enable the creation of WMS based on the file gvp. | ||
| 13 | + | ||
| 14 | +********************************************************* | ||
| 15 | + | ||
| 16 | +PORTUGUES-BR | ||
| 17 | +------------ | ||
| 18 | + | ||
| 19 | +Classe em PHP que converte um arquivo .gvp (projeto gvSig) em .map (Mapserver mapfile) | ||
| 20 | + | ||
| 21 | +Esse projeto objetiva integrar os softwares gvSig e i3Geo (http://www.softwarepublico.gov.br). A classe gvsig2mapfile.php lê um arquivo .gvp e converte em um arquivo mapfile, que pode ser lido pelo software Mapserver (http://mapserver.org). | ||
| 22 | + | ||
| 23 | +Utilizando essa classe, o i3Geo consegue criar um mapa interativo para web tendo como fonte as definições existentes no arquivo .gvp | ||
| 24 | + | ||
| 25 | +A classe possibilitará também a criação de serviços WMS com base no arquivo .gvp. | ||
| 26 | + | ||
| 27 | +************************************************************* | ||
| 28 | + | ||
| 29 | +ESPAÑOL | ||
| 30 | +------- | ||
| 31 | + | ||
| 32 | +Clase en PHP que convierte un archivo .gvp (proyecto de gvSIG) en .map (de Mapserver). | ||
| 33 | + | ||
| 34 | +El objetivo de este proyecto es integrar los software gvSIG e i3Geo (http://www.softwarepublico.gov.br). La clase gvsig2mapfile.php lee un archivo .gvp y lo convierte en un archivo .map, que puede ser leído por Mapserver (http://mapserver.org). | ||
| 35 | + | ||
| 36 | +Utilizando esta clase, i3Geo consigue crear un mapa interactivo para web, teniendo como fuente de datos las definiciones existentes en el archivo .gvp. | ||
| 37 | + | ||
| 38 | +La clase posibilitará también la creación de servicios WMS a partir del archivo .gvp. | ||
| 39 | + | ||
| 40 | + | ||
| 41 | + |