I have these very detailed floor plans that I'd like to georeference and display through mapserver's WMS sever, however, the clarity of the images degrades when it goes through. How can I increase the clarity of these floorplans through the WMS?

Here's with mapserver:
http://maps.kylemulka.com/floorplan-test10.php

Here's without (simply chopping up tiles using Imagemagick)
http://maps.kylemulka.com/imagemagick/livedude.php

Here's the parts of the map file for just the first floor:
MAP
NAME "UofM"
  FONTSET fontset.txt
  PROJECTION
      "init=epsg:4326"
  END
IMAGETYPE png24
EXTENT  -83.747063 42.272038 -83.709126 42.297056
SHAPEPATH "/umdata/"
LAYER
  NAME "dude-1"
  TYPE raster
  DATA "dude1.tif"
  PROCESSING "RESAMPLE=AVERAGE"
  PROCESSING "DITHER=YES"
    METADATA
      "wms_title" "dude-1"
"wms_onlineresource" "http://kylemulka.com/cgi-bin/mapserv?map=floorplans.map&";
      "wms_srs" "EPSG:4326"
  END
  STATUS ON
END
END

-Kyle

Reply via email to