<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi all, <div><span style="font-size: 12pt;">we are creating a little django service that uses mapproxy to generate tilesets to then server them up for download. When we load the generated mbtiles through  geotools and openlayers,  the tile origins are different. The lower left tile shows up in the upper left corner and vice versa.  I see that services can be configured to change the tile origin by specifying:</span></div><div><div><br></div><div>services:</div><div>  tms:</div><div>    origin: 'nw'</div><div><br></div><div>but this would change the way the tiles are returned and not how they are stored in the mbtiles. looking at mbtiles.py I don't see a way to change the 'scheme' in the way mapbox's mbutils does. </div><div><br></div><div><a href="https://github.com/mapproxy/mapproxy/blob/6d299f9e67cf62662a1cde74e4ae042cdd2d33ea/mapproxy/cache/mbtiles.py" target="_blank">https://github.com/mapproxy/mapproxy/blob/6d299f9e67cf62662a1cde74e4ae042cdd2d33ea/mapproxy/cache/mbtiles.py</a></div><div><a href="https://github.com/mapbox/mbutil/blob/master/mbutil/util.py" target="_blank" style="font-size: 12pt;">https://github.com/mapbox/mbutil/blob/master/mbutil/util.py</a></div><div><br></div><div>I want to make sure 1) that I am not missing anything and 2) what concerns to keep in mind in the case we can get a pull request together. I suppose it can be expected behavior for origin change in mbtiles to be effectively 'cancelled out' by, say, tms service's origin change.  </div><div><br></div><div>Thanks for any thoughts/suggestions. </div><div>- Syrus Mesdaghi</div><div><br></div></div>                                          </div></body>
</html>