Hi List,<div><br></div><div>I have data with projection 900913. My mapfile is configured to use this projection. Until there, everything is fine.</div><div><br></div><div>Also I have an application which manage tiles cutting the world in lat/lon coordinates. For exemple, from -180,-90,180,90, if the zoom=2 it want retreive 4 tiles :</div>
<div>1) -180 -90 0 0</div><div>2) -180 0 0 90</div><div>3) 0 -90 180 0</div><div>4) 0 0 180 90</div><div><br></div><div>This done like this king of query :</div><div><a href="http://localhost/cgi-bin/mapserv?map=MY_MAPFILE&amp;mode=map&amp;layers=all&amp;mapext=minX+minY+maxX+maxY&amp;mapsize=256+256">http://localhost/cgi-bin/mapserv?map=MY_MAPFILE&amp;mode=map&amp;layers=all&amp;mapext=minX+minY+maxX+maxY&amp;mapsize=256+256</a></div>
<div><br></div><div>But it does not work fine. Tiles are well cutted in coordinates but not when rendering..</div><div><br></div><div>Is there is a trick to make it ? Or maybe it&#39;s not possible to display in 900913 and exploit in 4326 ?</div>
<div><br></div><div>I&#39;m a beginner..</div><div><br></div><div>Sorry for my bad english,</div><div>Regards</div><div><br></div>