[GRASS-user] R.in.wms on MacOS - bug?

Hamish hamish_b at yahoo.com
Wed Sep 10 09:16:12 EDT 2008


Agustin Diez Castillo wrote:
> I've never thought of this like a MacOS problem but maybe it is.

nope, generic.

> This does NOT work in grass:
> r.in.wms -l mapserver=http://www.idee.es/wms/PNOA/PNOA srs=EPSG:23030 \
>   format=geotiff wmsquery=version=1.1.1 maxcols=1024 \
>   maxrows=1024 'wgetoptions=-c -t 5 -nv' \
>   'curloptions=-C - --retry 5 -s -S' method=nearest v=1

> but this work from several browsers
> http://www.idee.es/wms/PNOA/PNOA?service=WMS&version=1.1.1&request=GetMap&format=image/png&width=1200&height=800&srs=EPSG:23030&layers=PNOA&bbox=726000,4285000,727320,4285948

there was a bug in the -g flag "GET" method, it didn't put a ? after the
server URL. can you update from SVN & try again please?


You need to use the -g flag with that server. Otherwise write a note to
the server maintainer asking them to support POST method.....

r.in.wms -g -l mapserver=http://www.idee.es/wms/PNOA/PNOA

r.in.wms -g mapserver=http://www.idee.es/wms/PNOA/PNOA layer=pona \
  srs=EPSG:23030 out=test_


Hamish



      



More information about the grass-user mailing list