Hello All,<br><br>I am a newcomer to this list so forgive me if I make any blunders.<br>I am trying to render a map image from mapserver using a tif file which has a georeferencing .tab file  in the same folder and I am getting nowhere with it. The tab file content is as follows:<br>
<br>======= TAB File ==================<br>!table<br>!version 300<br>!charset WindowsLatin1<br><br>Definition Table<br>  File &quot;MiniScalenogrid.tif&quot;<br>  Type &quot;RASTER&quot;<br>  (0,0) (0,13000) Label &quot;Pt 1&quot;,<br>
  (700000,0) (7000,13000) Label &quot;Pt 2&quot;,<br>  (700000,1300000) (7000,0) Label &quot;Pt 3&quot;,<br>  (0,1300000) (0,0) Label &quot;Pt 4&quot;<br>  CoordSys Earth Projection 8, 79, &quot;m&quot;, -2, 49, 0.9996012717, 400000, -100000<br>
  Units &quot;m&quot;<br>  RasterStyle 7 0<br><br>========Tab File ends =======================<br><br>The mapfile is below:<br><br>========== Map file =========================<br><br>MAP<br>  NAME &quot;osminiscale&quot;<br>
  # Map image size<br>  SIZE 800 800<br>  UNITS meters<br><br>  EXTENT 41069.1 -1149.02 665378.01 1231178.57<br>  FONTSET &#39;./etc/fonts.txt&#39;<br>  SYMBOLSET &#39;./etc/symbols.sym&#39;<br>  PROJECTION<br>    &#39;init=epsg:27700&#39;<br>
  END<br><br>  # Background color for the map canvas -- change as desired<br>  IMAGECOLOR 255 255 255<br>  IMAGEQUALITY 95<br>  IMAGETYPE png<br><br>  OUTPUTFORMAT<br>    NAME png<br>    DRIVER &#39;GD/PNG&#39;<br>    MIMETYPE &#39;image/png&#39;<br>
    IMAGEMODE RGBA<br>    EXTENSION &#39;png&#39;<br>  END<br>  # Legend<br>  LEGEND<br>      IMAGECOLOR 255 255 255<br>    STATUS OFF<br>    KEYSIZE 18 12<br>    LABEL<br>      TYPE BITMAP<br>      SIZE MEDIUM<br>      COLOR 0 0 89<br>
    END<br>  END<br><br>  # Web interface definition. Only the template parameter<br>  # is required to display a map. See MapServer documentation<br>  WEB<br>    # Set IMAGEPATH to the path where MapServer should<br>    # write its output.<br>
    IMAGEPATH &#39;/tmp/&#39;<br><br>    # Set IMAGEURL to the url that points to IMAGEPATH<br>    # as defined in your web server configuration<br>    IMAGEURL &#39;/tmp/&#39;<br><br>    # WMS server settings<br>    METADATA<br>
      &#39;ows_title&#39;           &#39;miniscale&#39;<br>      &#39;ows_onlineresource&#39;  &#39;<a href="http://www.foobar.com/cgi-bin/mapserv.exe?map=D:/ms4w/Apache/cgi-bin/osminiscale.map">http://www.foobar.com/cgi-bin/mapserv.exe?map=D:/ms4w/Apache/cgi-bin/osminiscale.map</a>&#39;<br>
      &#39;ows_srs&#39;             &#39;EPSG:27700&#39;<br>    END<br><br>    #Scale range at which web interface will operate<br>    # Template and header/footer settings<br>    # Only the template parameter is required to display a map. See MapServer documentation<br>
    TEMPLATE &#39;fooOnlyForWMSGetFeatureInfo&#39;<br>  END<br><br>  LAYER<br>    NAME &#39;MiniScalenogrid&#39;<br>    TYPE RASTER<br>    DUMP true<br>    TEMPLATE fooOnlyForWMSGetFeatureInfo<br>  EXTENT 41069.1 -1149.02 665378.01 1231178.57<br>
    DATA &#39;D:/opendata/minisc_gb/MiniScale/data/MiniScalenogrid.tif&#39;<br>    METADATA<br>      &#39;ows_title&#39; &#39;MiniScalenogrid&#39;<br>       &#39;ows_srs&#39;             &#39;EPSG:27700&#39;<br>    END<br>
    STATUS OFF<br>    TRANSPARENCY 100<br>    PROJECTION<br>    &#39;init=epsg:27700&#39;<br>    END<br>  END<br><br>  LAYER<br>    NAME &#39;MiniScalewithgrid&#39;<br>    TYPE RASTER<br>    DUMP true<br>    TEMPLATE fooOnlyForWMSGetFeatureInfo<br>
  EXTENT 41069.1 -1149.02 665378.01 1231178.57<br>    DATA &#39;D:/opendata/minisc_gb/MiniScale/data/MiniScalewithgrid.tif&#39;<br>    METADATA<br>      &#39;ows_title&#39; &#39;MiniScalewithgrid&#39;<br>       &#39;ows_srs&#39;             &#39;EPSG:27700&#39;<br>
    END<br>    STATUS OFF<br>    TRANSPARENCY 100<br>    PROJECTION<br>    &#39;init=epsg:27700&#39;<br>    END<br>  END<br><br>END<br><br><br>============ Map File ends ==========================<br><br>I am not getting an image from the map server and have run shp2img with the following results:<br>
<br>msProcessProjection(): Projection library error. unknown elliptical parameter name <br><br>Any clues or pointers would be great.<br><br>Thanks<br><br>Burnsy<br>