1.8.5
- Use quote format for layers parameter name in output urls
- Fix urlencoded parameters with space:
i.e:layers=foo%20bar
instead oflayers=foo+bar
that
causes problem with Qgis server.
- Fix urlencoded parameters with space:
layers=foo%20bar
instead of layers=foo+bar
that