[Mapserver-users] mapserver orthographic projections, was "project onto globe"
Tom H
tom at ecnow.co.uk
Wed Aug 13 09:35:08 PDT 2003
Im trying to fix the overlap with my orthographic projection here;
http://www.scriptsupport.co.uk/images/mapserv3.png
where the area overlapping the edge of the ellipsiod is being presented at a point in the centre of the image.
Is there a way to fool mapserver into shrinking the final projection by modifying the
ellipsoid values?
Map projection;
PROJECTION
#"proj=laea"
"proj=ortho"
"ellps=WGS84" <--- maybe change this to something else
"lat_0=51.0000"
"lon_0=0.0000"
"x_0=0.00"
"y_0=0.00"
END
Layer;
PROJECTION
"proj=latlong"
"ellps=WGS84" <--- maybe change this to something else
END
Cheers
T.
More information about the MapServer-users
mailing list