wmsclient

Roland Forster rf123 at GMX.NET
Mon Oct 24 10:17:37 EDT 2005


Hello,

I try do set up a cascading wmsserver including several wms services but
get no result.
I use the mapbender frontend to load the maps.
There is no error message. Just an empty screen with a red cross in it.
I'm running mapserver 4.6.1.
Is there something wrong with my mapfile?

Thank you in advance,
Roland


Here is my mapfile:
-------------------
MAP
  NAME "test"
  STATUS ON
  DEBUG ON
  #EXTENT 3446461 5811888 3511872 5880234

  UNITS METERS
  IMAGECOLOR 255 255 255

  OUTPUTFORMAT
    NAME png
    DRIVER "GD/PNG"
    MIMETYPE "image/png"
    IMAGEMODE PC256
    EXTENSION "png"
    TRANSPARENT ON
  END

  WEB
    # WMS-Support
    METADATA
      "wms_title" "test"
      "wms_onlineresource"   "http://<ip>/cgi-bin/mapserv.sh?
map=../demo/1_kaskade_test_wms.map"
      "wms_srs" "EPSG:31463"
    END

    IMAGEPATH "/www/html/tmp/"
    IMAGEURL "/tmp/"
  END

  PROJECTION
    "init=epsg:31463"
  END

  LAYER
    NAME "intevation"
    TYPE RASTER
    STATUS OFF
    CONNECTION "http://demo.intevation.de/cgi/frida-wms?"
    CONNECTIONTYPE WMS
    METADATA
      "wms_srs"             "epsg:31463"
      "wms_name"            "gewaesser"
      "wms_server_version"  "1.1.1"
      "wms_format"          "image/png"
    END
  END

END # Map File



More information about the mapserver-users mailing list