Hi everyone,

We are trying to reproject a layer that comes from a local WMS with mapserver.

The WMS can only be queried using EPSG:23031 and we want the output to be in EPSG:4326.

We have tried using the following with no success, any ideas?

Thanks in advance,

Marc Compte

--------------------------------------
PROJECTION
   "init=epsg:4326"
END

LAYER     NAME orto
  MINSCALE 100
  MAXSCALE 10000
  TYPE RASTER
  STATUS default
  CONNECTIONTYPE WMS
CONNECTION "http://galileo.icc.es/wms/servlet/icc_orto5m_r_r?REQUEST=map&LAYERS=Ortofoto_5000&STYLES=&FORMAT=png&version=1.1.1";
  METADATA
      "wms_name" "Ortofoto_5000"
      "wms_server_version" "1.1.1"
      "wms_srs" "epsg:23031"
      "wms_format" "image/png"
  END

  PROJECTION
      "init=epsg:23031"
  END
END
---------------------------------------

Reply via email to