<span class="gmail_quote"></span>Hi all, <br>
I'm encountering some problems while trying to draw an entire image of the world using orthogonal projection.<br>
I use a lat-lon raster image derived from the nasa bluemarble and a
shapefile of the world countries as layers. I'm working with
cgi-mapserver 4.6 and also with java mapscript, and with both I have
problems. <br>
There's something wrong with the image boundary, it seems that
mapserver draw the raster only when the extent cross the image border,
like it's trying to maintain square the raster area.. it happens only
for the raster, the shapefile is drawn correctly (except from some
points that fall in 0,0).<br>
If I zoom in to fill all the image with the map everything works
correctly, on the other side if I zoom out just to see the entire globe
there's no raster image drawn, only the shapefile works.<br>
<br>
With the bluemarble layer I've tried to use also the processing
parameters LOAD_WHOLE_IMAGE=YES and LOAD_FULL_RES_IMAGE=YES with no
results.<br>
<br>
Here there are the parameters I use:<br>
<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map.setProjection(&quot;+proj=ortho +lat_0=10 +lon_0=33 +x_0=0 +y_0=0&quot;);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map.setUnits(mapscriptConstants.MS_METERS);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map.setSize(800, 800);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map.setExtent(-6000000, -6000000, 6000000, 6000000);<br>
<br>
<br>
and here there's a picture to better understand what I mean: <br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.daisyred.it/share/mapserv_ortho.jpg" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.daisyred.it/share/mapserv_ortho.jpg</a><br>
<br>
The problem seems not to have relation with poles or -180 longitude line.<br>
<br>
<br>
Thanks in advance for any advice,<br><span class="sg">
Diego<br>

</span>