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

GSLUX-769: FIX for profile measures in v3 #3203

Open
wants to merge 1 commit into
base: integration-vue
Choose a base branch
from

Conversation

AlitaBernachot
Copy link

JIRA issue

https://jira.camptocamp.com/browse/GSLUX-769

Description

Enable reset profile measures data (reset and show empty graph) when profile measure is reset/hidden/closed in v3.

NB. this PR needs Geoportail-Luxembourg/luxembourg-geoportail#177

  • TODO: Update package.json before merging

@AlitaBernachot AlitaBernachot force-pushed the GSLUX-769-fix-profile-measures branch 2 times, most recently from 300e794 to d76d7cb Compare December 3, 2024 10:15
Copy link
Contributor

@tkohr tkohr left a comment

Choose a reason for hiding this comment

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

Works as expected, thanks @AlitaBernachot !

@@ -24,10 +24,10 @@
</div>
</div>
<span ng-show="ctrl.featureElevation" translate>Elevation: {{ ctrl.featureElevation }}</span>
<div class="feature-popup-profile" ng-show="ctrl.showFeatureProfile.active">
<div class="feature-popup-profile" ng-if="ctrl.showFeatureProfile.active"> <!-- us-ng-if otherwise profile is duplicated in dom... -->
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
<div class="feature-popup-profile" ng-if="ctrl.showFeatureProfile.active"> <!-- us-ng-if otherwise profile is duplicated in dom... -->
<div class="feature-popup-profile" ng-if="ctrl.showFeatureProfile.active"> <!-- use ng-if otherwise profile is duplicated in dom... -->

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

Successfully merging this pull request may close these issues.

2 participants