<b>
Ok now it is back to the empty tiles.. here is what the map file looks like:<br>
That other error shows up anytime I specify a unknown projection..a side product maybe.
</b>

<br><br>
<pre>MAP
  NAME WMS_Server
  SIZE 256 256
  UNITS dd
  EXTENT -2.290993 50.833757 -1.766036 51.105957
  FONTSET '../etc/fonts.txt'
  SYMBOLSET '../etc/symbols.txt'
  STATUS ON
  PROJECTION
      &quot;proj=merc&quot;
      &quot;a=6378137&quot;
      &quot;b=6378137&quot;
      &quot;lat_ts=0.0&quot;
      &quot;lon_0=0.0&quot;
      &quot;x_0=0.0&quot;
      &quot;y_0=0&quot;
      &quot;k=1.0&quot;
      &quot;units=m&quot;
      &quot;nadgrids=@null&quot;
      &quot;no_defs&quot;
  END
  IMAGECOLOR 255 255 255
  IMAGEQUALITY 95
  IMAGETYPE png
  OUTPUTFORMAT
    NAME png
    DRIVER 'GD/PNG'
    MIMETYPE 'image/png'
    IMAGEMODE RGB
    EXTENSION 'png'
  END

  WEB
    IMAGEPATH '/tmp/ms_tmp/'
    IMAGEURL '/tmp/'
    METADATA
      'wms_title'           'Hampshire'
      'wms_onlineresource'  'http://localhost:8088/cgi-bin/mapserv.exe?map=C:/ms4w/apps/gmap/htdocs/hampshire.map'
      'wms_srs'             'EPSG:4326'
      'wms_enable_request'  '*'
    END
    TEMPLATE 'fooOnlyForWMSGetFeatureInfo'
  END

  LAYER
    NAME 'HampshireAreas'
    TYPE POLYGON
        DEBUG ON
    TEMPLATE fooOnlyForWMSGetFeatureInfo
    EXTENT -2.290993 50.833757 -1.766036 51.105957
    DATA 'C:/ms4w/apps/gmap/data/HampshireAreas.shp'
    METADATA
      'wms_title' 'HampshireAreas'
    END
    PROJECTION
        &quot;proj=tmerc&quot;
        &quot;lat_0=49&quot;
        &quot;lon_0=-2&quot;
        &quot;k=0.9996012717&quot;
        &quot;x_0=400000&quot;
        &quot;y_0=-100000&quot;
        &quot;ellps=airy&quot;
        &quot;datum=OSGB36&quot;
        &quot;units=m&quot;
        &quot;no_defs&quot;
    END
    STATUS DEFAULT
    CLASS
       NAME 'HampshireAreas'
       STYLE
         WIDTH 0.91
         OUTLINECOLOR 0 0 0
         COLOR 73 135 43
       END
    END
  END
END</pre>
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://osgeo-org.1803224.n2.nabble.com/Getting-blank-tiles-in-google-maps-tp6746323p6773599.html">Re: Getting blank tiles in google maps</a><br/>
Sent from the <a href="http://osgeo-org.1803224.n2.nabble.com/ms4w-users-f4995553.html">ms4w-users mailing list archive</a> at Nabble.com.<br/>