[GRASS-user] r.in.wms failure

Massimo wrote:

I'm tring to use r.in.wms on mac osx leopard using grass64
(binary version) this the log :

GRASS 6.4.0RC5 (lonlat_pg):~ > g.region res=30 -ap
projection: 3 (Latitude-Longitude)
zone: 0
datum: wgs84
ellipsoid: wgs84
north: 60N
south: 30N
west: 0
east: 30E
nsres: 30
ewres: 30
rows: 1
cols: 1
cells: 1

umm, your resolution is set to 30 degrees and so it is just requesting
a single cell. probably not what you want.

GRASS 6.4.0RC5 (lonlat_pg):~ > r.in.wms
  layers=global_mosaic mapserver=http://wms.jpl.nasa.gov/wms.cgi
  output=wms_global_mosaic

If I set res=0:05 that works nicely.

Hamish