Getting UTM and stereographic projections to overlap

Frank Warmerdam warmerdam at POBOX.COM
Mon Oct 31 10:41:22 EST 2005


On 10/31/05, Trond Michelsen <trondmm-mapserver at crusaders.no> wrote:
> The stereographic point layer and all basemaps:
>
> PROJECTION
>   "proj=stere"
>   "lat_0=90"
>   "lon_0=0"
>   "lat_ts=60"
>   "a=6371000"
>   "b=6371000"
>   "units=m"
> END
>
> The UTM33-point layer and shapefile of Norway:
>
> PROJECTION
>   "proj=utm"
>   "zone=33"
>   "ellps=WGS84"
>   "datum=WGS84"
>   "units=m"
> END

Trond,

I have you considered misrepresenting the UTM data as
being on the spherical earth as well to avoid PROJ.4 trying
to apply an ellipsoid translation?

eg.
 PROJECTION
   "proj=utm"
   "zone=33"
   "a=6371000"
   "b=6371000"
   "units=m"
 END

Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent



More information about the mapserver-users mailing list