We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For group layers a legend graphic should be configurable. The legend graphic can be referenced as local file or remote URL.
Enhancement Themes configuration (proposal):
<?xml version="1.0"?> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.deegree.org/themes/standard themes.xsd" xmlns:d="http://www.deegree.org/metadata/description"> <LayerStoreId>example</LayerStoreId> <Theme> <d:Title>root</d:Title> <Theme> <Identifier>single</Identifier> <d:Title>single</d:Title> <Layer layerStore='example'>zipcodes</Layer> </Theme> <Theme> <Identifier>grouplayer</Identifier> <d:Title>grouplayer</d:Title> <LegendGraphic>grouplayer_legend.png</LegendGraphic> <Layer layerStore='example'>layer1</Layer> <Layer layerStore='example'>layer2</Layer> </Theme> <Theme> <Identifier>grouplayercomplex</Identifier> <d:Title>grouplayercomplex</d:Title> <LegendGraphic>https://example.de/grouplayercomplex_legend.png</LegendGraphic> <Theme> <Identifier>sublayer1</Identifier> <d:Title>sublayer1</d:Title> <Layer layerStore='example'>sublayer1</Layer> </Theme> <Theme> <Identifier>sublayer2</Identifier> <d:Title>sublayer2</d:Title> <Layer layerStore='example'>sublayer2</Layer> </Theme> </Theme> </Theme> </Themes>
The text was updated successfully, but these errors were encountered:
The TMC members have seen the config example and consider this extension as reasonable.
Sorry, something went wrong.
deegree#1394 (deegree#233) - enhanced configuration
07b979c
deegree#1394 (deegree#233) - added attribute outputGetLegendGraphicUrl
76eac37
deegree#1394 (deegree#233) - use configured legend
f0af98d
deegree#1394 (deegree#233) - added md.setStyles
711358b
Successfully merging a pull request may close this issue.
For group layers a legend graphic should be configurable. The legend graphic can be referenced as local file or remote URL.
Enhancement Themes configuration (proposal):
The text was updated successfully, but these errors were encountered: