Skip to content
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 the layertree to be expanded by default #5971

Merged
merged 3 commits into from
Jul 7, 2020

Conversation

svareg
Copy link
Contributor

@svareg svareg commented Jun 25, 2020

Hello,

With this small change we would like to define a new attribute gmf-layertree-isexpanded in order to be able to open a layertree expanded by default using the following code:

<gmf-layertree
    gmf-layertree-dimensions="mainCtrl.dimensions"
    gmf-layertree-map="::mainCtrl.map"
    gmf-layertree-openlinksinnewwindow="false"
    gmf-layertree-isexpanded="true">
</gmf-layertree>

@sbrunner sbrunner requested a review from fredj June 25, 2020 15:13
Copy link
Member

@sbrunner sbrunner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fredj Does it looks good to you?

Copy link
Member

@fredj fredj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants