You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ça se passe dans dashboard-map.component.ts à partir de la ligne 278 :
ngAfterViewInit() {
// Implémentation de la légende : par défaut, la carte affiche automatiquement le nombre d'observations
this.legend = (this.mapService.L as any).control({
position: "bottomright"
});
this.legend.onAdd = map => {
return this.divLegendObs;
};
this.legend.addTo(this.mapService.map);
}
The text was updated successfully, but these errors were encountered:
ça se passe dans dashboard-map.component.ts à partir de la ligne 278 :
ngAfterViewInit() {
// Implémentation de la légende : par défaut, la carte affiche automatiquement le nombre d'observations
this.legend = (this.mapService.L as any).control({
position: "bottomright"
});
this.legend.onAdd = map => {
return this.divLegendObs;
};
this.legend.addTo(this.mapService.map);
}
The text was updated successfully, but these errors were encountered: