[Geoserver-devel] implementation of multiple bounding boxes (one per crs) in capabilities for inspire

hi list, i’m trying to set op RC5 with inspire extension to meet inspire view-services requirements. Works nicely. However i got stuck on requirement 36: ‘This Layer metadata element shall be mapped to the wms:BoundingBox element. The minimum bounding rectangle of the area covered by the Layer in all supported CRS shall be given.’. Inspire expects in WMS:getcapabilities in every layer a boundingbox for every available CRS. Anybody any ideas on this?

<wms:BoundingBox CRS=“CRS:84” minx=“2.56” miny=“50.65” maxx=“5.94” maxy=“51.50” />
<wms:BoundingBox CRS=“EPSG:4326” minx=“2.56” miny=“50.65” maxx=“5.94” maxy=“51.50” />
<wms:BoundingBox CRS=“EPSG:4258” minx=“2.56” miny=“50.65” maxx=“5.94” maxy=“51.50” />
<wms:BoundingBox CRS=“EPSG:31370” minx=“22000” miny=“150000” maxx=“259000” maxy=“245000” />
<wms:BoundingBox CRS=“EPSG:3812” minx=“52000” miny=“650000” maxx=“759000” maxy=“745000” />
<wms:BoundingBox CRS=“EPSG:3043” minx=“469000” miny=“5610000” maxx=“704000” maxy=“5710000” />