<div dir="ltr">Hello!<div><br></div><div>I operate <a href="http://tile.openstreetmap.us">tile.openstreetmap.us</a>, a tile caching system for OSM mappers to use, with sources mostly specific to the US. It currently uses an older version of TileStache and I'd like to switch it to use a recent version of MapProxy.</div><div><br></div><div>In addition to this PR to get ArcGIS sources supported [0], the last hurdle to be backwards compatible is to remove the requirement of having the grid/projection identifier in the URL. For example, there's currently a tile layer on <a href="http://tile.openstreetmap.us">tile.openstreetmap.us</a> with tiles like this:</div><div><br></div><div>/usgs_large_scale/14/4190/6013.png<br></div><div><br></div><div>With MapProxy, it seems like I need to include `_EPSG3857` in the layer name and can't set a default, so I end up with:</div><div><br></div><div>/usgs_large_scale_EPSG3857/14/4190/6013.png<br></div><div><br></div><div>Is there a way to have MapProxy assume EPSG3857?</div><div><br></div><div>Thanks!</div><div>Ian</div><div><br></div><div>[0] <a href="https://github.com/mapproxy/mapproxy/pull/221">https://github.com/mapproxy/mapproxy/pull/221</a></div></div>