You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue creates a new text/mapml format option parameter named mapmlmultiextent, that reflects the (currently global) WMS setting to serialize text/mapml documents containing multiple <map-extent> elements.
A layer group may contain other layer groups, or style groups, which in turn contain other layer groups, and so on. These layers and groups are all eventually rendered on the same canvas, normally a bitmap graphics buffer. When a GetMap is received containing the format_options=mapmlmultiextent:false parameter (the default), GeoServer renders the result as a single <map-extent> configured according to the mapmlusetiles:true|false and mapmlusefeatures:true|falseformat_option value. If the format_options=mapml:multiextent:true parameter is received, when processing a LayerGroup, GeoServer should render each layer in the group as an individual <map-extent> in the response document, each of which is also configured in respect of the received mapmlusetiles:true|false and mapmlusefeatures:true|falseformat_option values.
The text was updated successfully, but these errors were encountered:
prushforth
changed the title
Add the ability to 'unpack' and serve a layer group's layers as individual <map-extent> elements, according to "Use Features" and "Use Tiles"
Add the ability to 'unpack' and serve a layer group's layers as individual <map-extent> elements, according to each layer's "Use Features" and "Use Tiles"
Mar 19, 2024
prushforth
changed the title
Add the ability to 'unpack' and serve a layer group's layers as individual <map-extent> elements, according to each layer's "Use Features" and "Use Tiles"
Add the ability to 'unpack' and serve a layer group's layers as individual <map-extent> elements
Jun 5, 2024
This issue creates a new text/mapml format option parameter named
mapmlmultiextent
, that reflects the (currently global) WMS setting to serialize text/mapml documents containing multiple <map-extent> elements.A layer group may contain other layer groups, or style groups, which in turn contain other layer groups, and so on. These layers and groups are all eventually rendered on the same canvas, normally a bitmap graphics buffer. When a GetMap is received containing the
format_options=mapmlmultiextent:false
parameter (the default), GeoServer renders the result as a single <map-extent> configured according to themapmlusetiles:true|false
andmapmlusefeatures:true|false
format_option
value. If theformat_options=mapml:multiextent:true
parameter is received, when processing a LayerGroup, GeoServer should render each layer in the group as an individual <map-extent> in the response document, each of which is also configured in respect of the receivedmapmlusetiles:true|false
andmapmlusefeatures:true|false
format_option
values.The text was updated successfully, but these errors were encountered: