[OSRS-PROJ] orthographic projection with proj4 and mapserver.

Tom H tom at scriptsupport.co.uk
Wed Aug 13 12:50:22 EDT 2003


Hi list,

I have an orthographic projection working with mapserver and proj4 here;
http://www.scriptsupport.co.uk/images/mapserv3.png

the problem is that around the edges, the on-the-fly projection seems to
be creating area that is not defined on the projection, and is being dumped
into the centre of the image. and the interpolation of the boundary is creating
lines that cause that "shards" effect on the image.

Is there any way to modify the projection parameters to correct for that overlap?

my projection section is like this;
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

Thanks in Advance.

T.

----------------------------------------
PROJ.4 Discussion List
See http://www.remotesensing.org/proj for subscription, unsubscription
and other information.



More information about the Proj mailing list