map size 500 250 imagetype png imagecolor 0 0 255 extent -180 -90 180 90 projection "init=epsg:4326" end debug on web imagepath "/tmp/" imageurl "/tmp/" TEMPLATE "empty.html" metadata wms_title "WORLD" wms_srs "EPSG:4326" end end outputformat name "png256" driver "GD/PNG" imagemode "pc256" extension "png" end outputformat name "png" driver "GD/PNG" imagemode "rgba" extension "png" mimetype "image/png" imagemode RGBA end outputformat name "jpg" driver "GD/JPEG" extension "jpg" formatoption "QUALITY=85" end layer name 'world' metadata "wms_title" "postgis world" "wms_srs" "epsg:4326" end status default template "dummy" connectiontype postgis connection "host=localhost dbname=mygisdb password=**** user=richard" data 'the_geom from mygisdb using unique gid using srid=4326' type polygon class color 255 0 0 outlinecolor 192 192 192 end end end