<div dir="ltr">Hi,<div>I'm trying to setup a Mapproxy WMS-C service for my tiles source to be consumed in QGIS.</div><div><br></div><div>The tiles source is regular XYZ tiles, same as OSM, and I can see that QGIS requests tiles with the SRS=OSGEO:41001 which I understand is the same as EPSG:900913.</div>
<div><br></div><div>However, once I've added the WMS-C service and clicked to add my layer, I cannot see any map appearing. When I debug the requests coming into my Mapproxy server I see request like this:-</div><div>
<br></div><div><div><a href="http://www.myserver.com/maps/service?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&WIDTH=256&HEIGHT=256&LAYERS=mylayer&STYLES=&FORMAT=image/png&SRS=OSGEO:41001&TILED=true&BBOX=78271.5170226730406284,6688851.4712606649845839,78577.2651358135044575,6689157.2193738073110580">http://www.myserver.com/maps/service?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&WIDTH=256&HEIGHT=256&LAYERS=mylayer&STYLES=&FORMAT=image/png&SRS=OSGEO:41001&TILED=true&BBOX=78271.5170226730406284,6688851.4712606649845839,78577.2651358135044575,6689157.2193738073110580</a></div>
</div><div><br></div><div>...which just returns an "internal error" message in a browser.</div><div><br></div><div>If I replace "OSGEO:41001" with "EPSG:91001" i the above request I get a valid map tile. I'm guessing I need to setup my MapProxy with 41001 as a custom projection?</div>
<div><br></div><div>Any help/advice much appreciated.</div><div><br></div><div>Jason</div></div>