[Mapserver-users] mapserver orthographic projections, was "project onto globe"

Tom H tom@ecnow.co.uk
Wed, 13 Aug 2003 17:35:08 +0100



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.


_______________________________________________
Mapserver-users mailing list
Mapserver-users@lists.gis.umn.edu
http://lists.gis.umn.edu/mailman/listinfo/mapserver-users