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
