[mapserver-users] tiled geotiff map service for openlayers

2011-10-14 Thread Doğukan ATALAY
i have a geo tiff file, generated it with arcmap, im sure it s working well because tried it with quantumgis, it opened geo tiff, i want to use tiff file with mapserver, so i installed cgi-mapserver on ubuntu linux, ubuntu:/var/www$ /usr/lib/cgi-bin/mapserv -v MapServer version 5.6.5 OUTPUT=GIF

Re: [mapserver-users] tiled geotiff map service for openlayers

2011-10-14 Thread Jeff McKenna
Hello, My quick thoughts: - execute gdalinfo (http://www.gdal.org/gdalinfo.html) on your tif file - use the extents returned from gdalinfo in your EXTENT parameter in your mapfile - remove projection info from your mapfile - make sure your UNITS in your mapfile match the extent value - test