<html><body>Hello list,<div><br></div><div>I am trying to use decorate image. I am using the code from documentation https://mapproxy.org/docs/nightly/decorate_img.html</div><div>But at this point I don't know how to wrap Mapproxy with this middleware from doc. I see that it has to be done with lines like these: </div><div><br></div><div><div>               application = make_wsgi_app('./mapproxy.yaml')</div><div>               application = RequestInfoFilter(application)</div></div><div><br></div><div>I've tried to wrap it in \mapproxy\script\util.py, but it seems to not working.</div><div><br></div><div>Thank you</div><div>Jiri</div><div><br></div><div><br></div></body></html>