name world

web
  imagepath "/home/yellow/a907/a907hart/.mstmp/"
  imageurl "/mstmp/"
  template "template.html"
end

outputformat
  driver gd/png
  imagemode pc256
  transparent on
end

projection
  "proj=latlong"
  "ellps=clrk66"
end

extent -180 -90 180 90
units dd
size 300 300

layer
  name countries
  status default
  type polygon
  data "countries"
  class
     color 140 40 60
	 outlinecolor 100 150 200

  end
  projection
	"proj=latlong"
	"ellps=GRS80"
  end
  header "query_header.html"
  template "query_template.html"
  footer "query_footer.html"
end

layer
  name latlong
  status default
  type line
  data latlong
  projection
	"proj=latlong"
	"ellps=GRS80"
  end
  class
    color 255 100 0
  end
end

end # Map File
