christian@4633: MAP
christian@4702:     NAME "Rivers"
christian@4633:     STATUS ON
christian@4633:     SIZE 600 400
christian@4633:     MAXSIZE 4000
christian@4809:     #EXTENT 3233232.55407617 5303455.37850183 3421524.44644752 5585825.50888523
christian@4633:     UNITS DD
christian@4633:     SHAPEPATH "$SHAPEFILEPATH"
christian@4633:     FONTSET "$CONFIGDIR/mapserver/fontset.txt"
christian@4633:     SYMBOLSET "$CONFIGDIR/mapserver/symbols.sym"
christian@4633:     IMAGECOLOR 255 255 255
christian@4633:     PROJECTION
christian@4633:         "init=epsg:31467"
christian@4633:     END
christian@4633: 
christian@4809:     DEBUG 3
aheinecke@5269:     CONFIG "MS_ERRORFILE" "/tmp/flys-rivers-wms.log"
christian@4633: 
christian@4633:     WEB
christian@4633:       METADATA
christian@4702:         "wms_title"             "FLYS Rivers Web Map Service"
christian@4809:         #"wms_onlineresource"    "http://localhost:7777/river-wms" # "$MAPSERVERURL"
christian@4633:         "wms_accessconstraints" "none"
christian@4633:         "wms_fees"              "none"
christian@4633:         "wms_addresstype"       "postal"
christian@4633:         "wms_address"           "Any Street"
christian@4633:         "wms_city"              "Any City"
christian@4633:         "wms_stateorprovince"   "Any state"
christian@4633:         "wms_postcode"          "My Postalcode"
christian@4633:         "wms_country"           "Any Country"
christian@4633:         "wms_contactperson"     "Any Person"
christian@4633:         "wms_contactorganization" "Any Orga"
christian@4633:         "wms_contactelectronicmailaddress" "any-email@example.com"
christian@4633:         "wms_contactvoicetelephone" "Any's telephone number"
christian@4633:         "wms_srs" "EPSG:4326 EPSG:31466 EPSG:31467"
christian@4633:         "wms_feature_info_mime_type" "text/html"
christian@4633:         "ows_enable_request"   "*"
christian@4633:       END
christian@4633:     END
christian@4633: 
christian@4633:     LEGEND
christian@4633:         KEYSIZE 20 20
christian@4633:         STATUS ON
christian@4633:         TRANSPARENT ON
christian@4633: 
christian@4633:         LABEL
christian@4633:             COLOR 150 150 150
christian@4633:             OUTLINECOLOR 255 255 255
christian@4633:             TYPE truetype
christian@4633:             FONT "FreeSans"
christian@4633:             SIZE 12
christian@4633:             POSITION AUTO
christian@4633:         END
christian@4633:     END
christian@4633: 
christian@4633:     ## Don't change the following lines.
christian@4633:     #foreach ($LAYER in $LAYERS)
christian@4633:         include "$LAYER"
christian@4633:     #end
aheinecke@5269: END