<div dir="ltr"><div dir="ltr"><div dir="ltr">I have a config to pull from this wtms server:<div><br></div><div><a href="https://wmts.maptiler.com/aHR0cHM6Ly9ubHMudGlsZXNlcnZlci5jb20vZnBzVVpieHRndGtuL2luZGV4Lmpzb24/wmts">https://wmts.maptiler.com/aHR0cHM6Ly9ubHMudGlsZXNlcnZlci5jb20vZnBzVVpieHRndGtuL2luZGV4Lmpzb24/wmts</a><br></div><div><br></div><div>here the config:</div><div><br></div><div><div>services:</div><div>  demo:</div><div>  wms:</div><div>    md:</div><div>      title: OS 10k 1888</div><div>layers:</div><div>  - name: osgb10k1888</div><div>    title: OS 10k 1888</div><div>    sources: [osgb10k1888_cache]</div><div>caches:</div><div>  osgb10k1888_cache:</div><div>    sources: [osgb10k1888_wmts]</div><div><span style="white-space:pre"> </span>grids: [nls_grid]</div><div>sources:</div><div>  osgb10k1888_wmts:</div><div>    type: tile</div><div><span style="white-space:pre">    </span>grid: nls_grid</div><div>    url: <a href="https://nls-0.tileserver.com/fpsUZbxtgtkn/%(z)s/%(x)s/%(y)s.jpg">https://nls-0.tileserver.com/fpsUZbxtgtkn/%(z)s/%(x)s/%(y)s.jpg</a></div><div>grids:</div><div>  nls_grid:</div><div>    origin: nw</div><div><span style="white-space:pre">    </span>srs: 'EPSG:4326'</div><div>    bbox: [-7.793077, 49.852539, 1.790425, 60.894042]</div><div><span style="white-space:pre">        </span>bbox_srs: EPSG:4326 </div></div><div><br></div><div>How would I go about only seeding a small area instead of the complete area?</div><div><br></div><div>Many Thanks<br></div></div></div></div>