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

Reply via email to