-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Allow legend on LayerGroup #138
Labels
enhancement
feat: (New feature or request)
Comments
boeckMt
added a commit
that referenced
this issue
Sep 5, 2022
boeckMt
added a commit
that referenced
this issue
Sep 19, 2022
* fix: show button for settings if layer has action; closes #135 * fix: Show layer expand icon only when the layer has some things to expand * refactor: move style switcher into settings tab * feat: Allow dynamic components for layer.description * feat: Allow dynamic components for layer.description - set input * feat: adjust types to allow Dynamic components for layer description * fix: Do not change the layer object binding in layerentry * refactor: add example for layer.description as component * feat: use inputs.description if possible to generate abstract from dynamic component * fix: Show layer expand icon if filtertype not Baselayers * fix: remove right border on tabsbody for layers inside a group * fix: Do not change the group object binding in * fix: toggle group tabs and show all settings * feat: Allow Dynamic components for Group description * feat: Allow legend on LayerGroup #138 * refactor: add example legend and description components for group * fix: style for group tabsbody and actions button position * refactor: set input on layer IDynamicComponent - no object change needed after c6c437e
boeckMt
added a commit
that referenced
this issue
Sep 20, 2022
* fix: show button for settings if layer has action; closes #135 * fix: Show layer expand icon only when the layer has some things to expand * refactor: move style switcher into settings tab * feat: Allow dynamic components for layer.description * feat: Allow dynamic components for layer.description - set input * feat: adjust types to allow Dynamic components for layer description * fix: Do not change the layer object binding in layerentry * refactor: add example for layer.description as component * feat: use inputs.description if possible to generate abstract from dynamic component * fix: Show layer expand icon if filtertype not Baselayers * fix: remove right border on tabsbody for layers inside a group * fix: Do not change the group object binding in * fix: toggle group tabs and show all settings * feat: Allow Dynamic components for Group description * feat: Allow legend on LayerGroup #138 * refactor: add example legend and description components for group * fix: style for group tabsbody and actions button position * refactor: set input on layer IDynamicComponent - no object change needed after c6c437e * fix: deprecated createComponent from componentFactory * fix: replace deprecated ComponentFactory
boeckMt
added a commit
that referenced
this issue
Oct 11, 2022
…tes/usage (#145) * fix: show button for settings if layer has action; closes #135 * fix: Show layer expand icon only when the layer has some things to expand * refactor: move style switcher into settings tab * feat: Allow dynamic components for layer.description * feat: Allow dynamic components for layer.description - set input * feat: adjust types to allow Dynamic components for layer description * fix: Do not change the layer object binding in layerentry * refactor: add example for layer.description as component * feat: use inputs.description if possible to generate abstract from dynamic component * fix: Show layer expand icon if filtertype not Baselayers * fix: remove right border on tabsbody for layers inside a group * fix: Do not change the group object binding in * fix: toggle group tabs and show all settings * feat: Allow Dynamic components for Group description * feat: Allow legend on LayerGroup #138 * refactor: add example legend and description components for group * fix: style for group tabsbody and actions button position * refactor: set input on layer IDynamicComponent - no object change needed after c6c437e * fix: deprecated createComponent from componentFactory * fix: replace deprecated ComponentFactory * fix: set tile urls in map style source which is used in ol-mapbox-style * fix: prevent binding to the same element for duplicate IDs on multiple layer-controls * refactor: update layer source in function * refactor: remove unused imports * fix: test if layer has description on generate abstract * fix: update vector tile style on layers and params or source on baselayers * refactor: add example to change vector tile style * docs: add more instructions to work with the library and a project side by side * BREAKING CHANGE: remove class floating from clr-main-container * BREAKING CHANGE: Package dependencies are set to allow Minor releases * pre-release fixing multiple layers with same id * ci: changed action-name in package-pre-release.yml Co-authored-by: Michael Langbein <michael_langbein@hotmail.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Allow legends on
LayerGroup
like onLayer
.E.g. if there is a legend for the whole group of layers.
Relevant Package
This feature request is for @dlr-eoc/....
Or if it is not fitting anywhere then a new @dlr-eoc/
The text was updated successfully, but these errors were encountered: