RE: RE: [mapserver-users] Gauss-Krüger

Daiane Fraga daiane.a.fraga at gmail.com
Tue Nov 16 06:02:10 EST 2010


Hi,

I understand what you say. But this is not my question. I'm with a map in a
coordinate system outdated (the maps are dated from 1908). And I'm using an
application that interacts with Google Maps, which has caused problems. Did
you know how to do some kind of conversion from the Mapserver?
We can do a conversion to the WGS 1984, but it has to be done manually for
each map.
I'm not sure that may maps have a known Mapserver projection.

I'm using this:
    PROJECTION
        "init=epsg:26915"
        "proj=latlong"
        "ellps=WGS84"
        "datum=WGS84"
    END


Thanks!

Daiane Fraga




---------- Forwarded message ----------
From: Fuchs Juan Carlos <jfuch at indec.mecon.gov.ar>
Date: 2010/11/12
Subject: RE: [mapserver-users] Gauss-Krüger
To: Daiane Fraga <daiane.a.fraga at gmail.com>


 Hi Daiane
You have to find in Prij.4 the right EPSG code for your maps
in wich country / region are you interested?

yust to sart with ...

in the .map you have to insert two groups of code

in the header (first zone) goes the poyection of the map you are producing
PROJECTION
  "init=epsg:heregoesyourcode"
END

for each Layer you call to build the map
Layer
....
PROJECTION
  "init=epsg:heregoesyourcodeof thesourcelayer"
END
....
end

hope it help someway
Cheers
JC


-----Mensaje original-----
*De:* Daiane Fraga [mailto:daiane.a.fraga at gmail.com]
*Enviado el:* Viernes, 12 de Noviembre de 2010 12:03 p.m.
*Para:* mapserver-users at lists.osgeo.org
*Asunto:* [mapserver-users] Gauss-Krüger

Hello,

Did someone have any problems using Mapserver with Gauss-Krüger?
I know that Mapserver is compatible with proj.4 library and the proj.4
library supports Gauss-Krüger. But I dont know how to use it.
Somebody could help me?

Thanks.

Daiane
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapserver-users/attachments/20101116/2daab890/attachment.html


More information about the mapserver-users mailing list