<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3243" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=522305408-17042008>Hi,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=522305408-17042008></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=522305408-17042008>When you cascade WMS services the LAYER is defining the
remote service. The result of using <FONT face="Times New Roman"
color=#000000 size=3>"wms_srs" "EPSG:23033" in the nasa layer
metadata means that your Mapserver is using EPSG:23033 when sending requests to
wms.jpl.nasa.gov. That is not what you want to
do.</FONT></SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=522305408-17042008><FONT face="Times New Roman" color=#000000 size=3>Use
EPSG:4326 at layer level. The output projections you want to have are
described at MAP level WEB - METADATA section, that is the place to insert
EPSG:23033. At least this is how I understand the how-to documents "WMS
clients with Mapserver" and "WMS servers with
Mapserver".</FONT></SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=522305408-17042008><FONT
face="Times New Roman" color=#000000 size=3></FONT></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=522305408-17042008><FONT
face="Times New Roman" color=#000000 size=3>Regards,</FONT></SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=522305408-17042008><FONT
face="Times New Roman" color=#000000 size=3></FONT></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=522305408-17042008><FONT
face="Times New Roman" color=#000000 size=3>-Jukka Rahkonen-</FONT></DIV>
<DIV dir=ltr align=left><BR></DIV></SPAN></FONT><BR>
<BLOCKQUOTE
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader lang=fi dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>Lähettäjä:</B>
mapserver-users-bounces@lists.osgeo.org
[mailto:mapserver-users-bounces@lists.osgeo.org] <B>Puolesta </B>Luca
Casagrande<BR><B>Lähetetty:</B> 17. huhtikuuta 2008
2:14<BR><B>Vastaanottaja:</B> mapserver-users@lists.osgeo.org<BR><B>Aihe:</B>
[mapserver-users] WMS cascading<BR></FONT><BR></DIV>
<DIV></DIV>Hello everybody,<BR>I am trying to serve, with my wms server, a
layer coming from NASA WMS. The source projection is 4326 and I need to
reproject to 23033; inside the metada I put the wms_srs value, but
it's not working..I just just a white image. Any idea?<BR><BR>Thanks
<BR>Luca<BR><BR><BR><BR>LAYER<BR>NAME "nasa"<BR>TYPE RASTER<BR>STATUS
ON<BR>CONNECTION "<A
href="http://wms.jpl.nasa.gov/wms.cgi">http://wms.jpl.nasa.gov/wms.cgi</A>?"<BR>CONNECTIONTYPE
WMS<BR>PROJECTION<BR>
"init=epsg:4326"<BR>END<BR><BR>METADATA<BR>
"DESCRIPTION" "JPL Global
Mosaic (WMS)"<BR>
"wms_name"
"global_mosaic_base"<BR>
"wms_style"
"visual"<BR> "wms_server_version"
"1.1.1"<BR>
"wms_format"
"image/jpeg"<BR>
"ows_title"
"jpl_wms_global_mosaic"<BR>
"wms_srs"
"EPSG:23033"<BR>END<BR>END<BR><BR></BLOCKQUOTE></BODY></HTML>