Brilliant, thanks On 28/02/2013 17:52, "Barry Rowlingson" <b.rowlingson at lancaster.ac.uk> wrote: >> projection(myRaster)="+init=epsg:4326" # lat-long WGS84 >> pRaster =projectRaster(myRaster, crs=projection(g)) # reproject to >the google CRS (no need to type it all in again) >> plot(pRaster,add=TRUE) # shazam