MAP NAME "MyKiteImagery" # Map image size SIZE 100 100 UNITS meters EXTENT 14.587569700414 49.7808457022838 23.9462701999931 54.6996502023536 PROJECTION 'proj=longlat' 'ellps=WGS84' 'datum=WGS84' 'no_defs' END # Background color for the map canvas -- change as desired IMAGECOLOR 0 0 0 IMAGEQUALITY 95 IMAGETYPE png OUTPUTFORMAT NAME png DRIVER 'GD/PNG' MIMETYPE 'image/png' IMAGEMODE RGBA EXTENSION 'png' END OUTPUTFORMAT NAME jpeg DRIVER 'GD/JPEG' MIMETYPE 'image/jpeg' IMAGEMODE RGB EXTENSION 'jpg' END # Legend LEGEND IMAGECOLOR 255 255 255 STATUS OFF KEYSIZE 18 12 LABEL COLOR 0 0 89 TYPE truetype FONT "FreeSerif" SIZE MEDIUM ENCODING "UTF-8" 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/wms' # Set IMAGEURL to the url that points to IMAGEPATH # as defined in your web server configuration #IMAGEURL 'wms' # WMS server settings METADATA 'ows_http_max_age' '860000' 'ows_title' 'My kite imagery of Warsaw' 'ows_onlineresource' 'http://ooc.openstreetmap.pl/' 'ows_srs' 'EPSG:4326 EPSG:900913 EPSG:3035' 'ows_title' 'My kite imagery of Warsaw' 'wms_onlineresource' 'http://ooc.openstreetmap.pl/' 'wms_srs' 'EPSG:4326 EPSG:900913 EPSG:3035' 'wms_encoding' 'UTF-8' 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 LAYER NAME 'kap20110105' TYPE RASTER DUMP true TEMPLATE fooOnlyForWMSGetFeatureInfo EXTENT 21.0282124 52.2478884 21.0418055 52.2603400 DATA '/home/balrog/var/qemu/qemu-s3c/gps/runoabirun/kiteorto/tiles/20110105-single-layer.tif' METADATA 'ows_title' 'Winter kite imagery taken Jan 5 2011' 'wms_title' 'Winter kite imagery taken Jan 5 2011' 'wms_srs' 'EPSG:4326 EPSG:900913' END STATUS ON OPACITY 100 PROJECTION 'proj=longlat' 'ellps=WGS84' 'datum=WGS84' 'no_defs' END END END