<div dir="ltr">Is it possible to use different source coverages / extent based on the tagged source layer?  For instance in the example below I would like to define  a different bbox for each layer for the GetCapabilities.  <div><br></div><div><br></div><div><br></div><div><div>sources:<br></div><div><div>  my_wms:</div><div>    type: wms</div><div>    w ms_opts:</div><div>      version: 1.0.0</div><div>    req:<br></div><div>      url: <a href="http://server26.jdbarnes.com/cgi-bin/wms">http://server26.jdbarnes.com/cgi-bin/wms</a>?</div><div>    coverage:<br></div><div>      datasource: "PG: dbname='foo' host='<a href="http://server.com">server.com</a>'"</div><div>      where: 'SELECT * FROM foo WHERE name=some_var'</div><div>       srs: 'EPSG:3857'</div></div><div><br></div><div><br></div><div><div>layers</div><div>  - name: world</div><div>    title: World</div><div>    sources: ['my_wms:world']</div><div>  </div><div>  - name: small_village</div><div>    title: Small Village</div><div>    sources: ['my_wms:village']</div><div><br></div></div><div><br></div><div><br></div></div></div>