WMS Client Connection through a proxy

SUBSCRIBE MAPSERVER-USERS Y. Calcagni yvan.calcagni at VOILA.FR
Fri Sep 28 07:49:28 EDT 2007


Hi guys,
I'm trying as a WMS client to connect an OGC server through a proxy, but all
I'm getting is a blank image.

I'm using Mapserver 4.6.1 with WFS_CLIENT support and here is to code from
the mapfile I'm using :

LAYER
    CONNECTION
"http://ogcrisques.brgm.fr/cgi-bin/mapserv?map=/application/mapserver/mapFiles/risquesIT.map?"
    CONNECTIONTYPE WMS
      METADATA
        "wms_srs"	"EPSG:27582"
        "wms_exceptions_format"	"application/vnd.ogc.se_xml"
        "wms_name"	"DAT_SIREN_FS"
        "wms_proxy_*"	"192.168.1.14:8080"
        "wms_format"	"image/png"
        "wms_server_version"	"1.1.1"
      END
    NAME "layerBD_MVT"
    PROJECTION
      "init=epsg:27582"
    END
    SIZEUNITS PIXELS
    STATUS ON
    TOLERANCEUNITS PIXELS
    TYPE RASTER
    UNITS METERS
  END


If you have any idea of what is going wrong, it should be very helful to me.

Thanks in advance.

Yvan



More information about the mapserver-users mailing list