Of course,

http://trac.gispython.org/lab/ticket/207

I followed getCoverage style.


-----Mensaje original-----
De: [email protected] 
[mailto:[email protected]] En nombre de Dominic Lowe
Enviado el: miƩrcoles, 03 de febrero de 2010 14:30
Para: gispython.org community projects
Asunto: Re: [Community] owslib: extra parameters for getmap() in wms.py

Yes as far I'm concerned that would be very useful - the WCS getCoverage
request already allows **kwargs in this manner.

Do you have a(nother!) patch?

Cheers,
Dom

On 03/02/10 13:20, [email protected] wrote:
> Hi,
> The getmap method is limited in not allowing extra parameters when
> asking the wms server. The workaround is very simple:
> new parameter:
> extra=None
> before url_encode:
> if extra:
> for k,v in extra.iteritems():
> request[k] = v
> Would this be considered for inclusion?
> Manel Clos
> UMAT - 972419417
> Ajuntament de Girona
>
>
>
> _______________________________________________
> Community mailing list
> [email protected]
> http://lists.gispython.org/mailman/listinfo/community

_______________________________________________
Community mailing list
[email protected]
http://lists.gispython.org/mailman/listinfo/community
_______________________________________________
Community mailing list
[email protected]
http://lists.gispython.org/mailman/listinfo/community

Reply via email to