-
Notifications
You must be signed in to change notification settings - Fork 103
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
[Fiche taxon] Ajout d'option sur la synthèse géographique #3225
base: develop
Are you sure you want to change the base?
[Fiche taxon] Ajout d'option sur la synthèse géographique #3225
Conversation
areasEnable: boolean; | ||
areasLegend: any; | ||
private areasLabelSwitchBtn; | ||
public featureGroup: any; |
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.
c'est public par défault !
@@ -16,29 +28,208 @@ import { TaxonSheetService } from '../taxon-sheet.service'; | |||
}) | |||
export class TabGeographicOverviewComponent implements OnInit { | |||
observations: FeatureCollection | null = null; | |||
areasEnable: boolean; | |||
areasLegend: any; | |||
private areasLabelSwitchBtn; |
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.
par convention, on préfixe les champs privés par un "_"
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3225 +/- ##
===========================================
+ Coverage 83.97% 84.00% +0.02%
===========================================
Files 122 122
Lines 9719 9736 +17
===========================================
+ Hits 8162 8179 +17
Misses 1557 1557
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
34195ba
to
cebfa1e
Compare
18ab22f
to
5f7c02e
Compare
Pour moi, c'est tout bonL Tu peux la enlever le "Draft" |
closes https://github.com/orgs/PnX-SI/projects/20/views/7?pane=issue&itemId=69854886
Description
Ajout d'une option de maillage sur la synthèse géographique.
Ajout d'un tooltip sur la fiche espèce de la synthèse géographique.
Aperçu
Le développement réalisé s'appuie sur le composant
synthese-carte
.