hi there,<div>i'm be able to use wmts Rest service.<br>i've got a problem with wmts KVP service:</div><div>my grids is very simple:<br>(mapproxy config)</div><div><div>grids:</div><div>  grids_demo_osm:</div><div>    base: GLOBAL_GEODETIC</div>

<div>    origin: nw</div><div>    num_levels: 22</div></div><div><br></div><div><br></div><div>the error i've got with openlayers is:<br><span style="color:rgb(255,0,0);font-family:Consolas,'Lucida Console',monospace;font-size:12px;white-space:pre-wrap;background-color:rgb(255,255,255)">Failed to load resource: the server responded with a status of 400 (Bad Request)</span><span style="color:rgb(255,0,0);font-family:Consolas,'Lucida Console',monospace;font-size:12px;white-space:pre-wrap;background-color:rgb(255,255,255)"> </span></div>

<div><br>Mapproxy service error:</div><div><span style="font-family:monospace;font-size:13px">The requested tile is outside the bounding box of the tile map.</span></div><div><br></div><div>I'm using the url /service<br>

and the url for the request is:</div><div><a href="http://localhost/wsgi-mapproxy/service?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=mapnik_osm_demo&STYLE=default&TILEMATRIXSET=grids_demo_osm&TILEMATRIX=1&TILEROW=0&TILECOL=1&FORMAT=image%2Fpng">http://localhost/wsgi-mapproxy/service?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=mapnik_osm_demo&STYLE=default&TILEMATRIXSET=grids_demo_osm&TILEMATRIX=1&TILEROW=0&TILECOL=1&FORMAT=image%2Fpng</a><br>

<br>what's wrong with KVP?<br><br><br></div>