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>