-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat(portal) Wks add button to zoom on selected feature #796
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works fine for me ! I think it miss the "padding top: 5px" to make sure the button is aligned with the others.
olFeaturesSelected.push(localOlFeature); | ||
} | ||
if (this.map.viewController.padding[2] === 0) { | ||
this.map.viewController.setPadding({bottom: 280}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1-C,est risqué pas mal.. faudrait trouver un moyen moins hardcodé
2-Faudrait trouver un moyen de remettre la valeur d'origine après la déselection....
feat(workspaceState) add method workspaceSelection igo2-lib#1066
#751
What is the new behavior?
add button in wks to zoom on selected feature
Does this PR introduce a breaking change? (check one with "x")