MAP NAME "fgsk" # Map image size SIZE 100 100 UNITS meters MAXSIZE 4096 EXTENT 30750.833515 5834629.583716 604293.548468 6168885.135598 FONTSET './fonts/fonts.txt' SYMBOLSET './symbols/symbols.sym' # DEBUG-Option CONFIG "MS_ERRORFILE" "/tmp/fgsk-debug.mapserver.log" DEBUG 5 # Own PROJECTION-file CONFIG "PROJ_LIB" "/home/fgsk/mapserver" PROJECTION 'proj=utm' 'zone=33' 'ellps=GRS80' 'units=m' 'no_defs' END # Background color for the map canvas -- change as desired IMAGECOLOR 255 255 255 IMAGEQUALITY 95 IMAGETYPE agg OUTPUTFORMAT NAME agg DRIVER AGG/PNG IMAGEMODE RGB END # Legend LEGEND IMAGECOLOR 255 255 255 STATUS ON KEYSIZE 18 12 LABEL TYPE truetype FONT 'FreeSans' SIZE 10 COLOR 0 0 89 END END # Web interface definition. Only the template parameter # is required to display a map. See MapServer documentation WEB # Set IMAGEPATH to the path where MapServer should # write its output. IMAGEPATH '/tmp/' # Set IMAGEURL to the url that points to IMAGEPATH # as defined in your web server configuration IMAGEURL '/tmp/' # WMS server settings METADATA 'ows_title' 'FGSK-WMS-Server' 'ows_srs' 'EPSG:4326 EPSG:35833 EPSG:25832 EPSG:25833 EPSG:31467 EPSG:31468' 'ows_addresstype' 'postal' 'ows_address' 'Goldberger Str. 12' 'ows_city' 'Guestrow' 'ows_stateorprovince' 'Germany' 'ows_postcode' '18273' 'ows_country' 'Mecklenburg-Vorpommern' 'ows_contactperson' 'Andreas Kuechler' 'ows_contactorganization' 'Landesamt fuer Umwelt, Naturschutz und Geologie Mecklenburg-Vorpommern' 'ows_fees' 'free of charge' 'ows_accessconstraints' 'no' 'ows_keywordlist' 'Fliessgewaesser, Strukturguete, Kartierung, Bewertung' # TODO: add more relevant metadata for proper WMS-Sever END #Scale range at which web interface will operate # Template and header/footer settings # Only the template parameter is required to display a map. See MapServer documentation TEMPLATE 'fooOnlyForWMSGetFeatureInfo' END # File with the default layer-definition INCLUDE "layer.include" END # end of mapfile