Merging different projection

Sten-Helge Henriksen stenhh at GOSSIPWALL.COM
Fri Feb 18 06:52:53 EST 2005


Hi all!
I have two different types of shape files whice I would like to use in the
same .map.
The projection from the first corresponding .prj file looks like this;

PROJCS["WGS_1984_UTM_Zone_33N",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984"
,SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0]
,UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],
PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",0.0],
PARAMETER["Central_Meridian",15.0],PARAMETER["Scale_Factor",0.9996],
PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]]

while from the second, it looks like this;
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]
],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]

I have tried several ways, with differnt types of projection to get those
two filetypes into the same map, without success.

Separately they turn up nicely with respectively extent;
EXTENT 404929.999959 7516685.438843 424106.999991 7544257.142516
and
EXTENT -4.792797 37.909400 51.301297 81.166931

Does anyone have a clue how to solve this?

Thanks in advance

stenhh



More information about the mapserver-users mailing list