mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2025-12-05 20:39:56 -08:00
fix: request a redraw after adding an array of footprints
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelogs
|
||||
|
||||
## unreleased
|
||||
|
||||
* [fix] request a redraw after adding an array of footprints [PR #218]
|
||||
|
||||
## 3.5.1-beta
|
||||
|
||||
* [feat] Add support for name removing in `removeOverlay` method
|
||||
|
||||
@@ -223,6 +223,7 @@ export let GraphicOverlay = (function() {
|
||||
for (var k=0, len=overlaysToAdd.length; k<len; k++) {
|
||||
this.add(overlaysToAdd[k], false);
|
||||
}
|
||||
this.view.requestRedraw();
|
||||
};
|
||||
|
||||
// TODO : item doit pouvoir prendre n'importe quoi en param (footprint, circle, polyline)
|
||||
|
||||
Reference in New Issue
Block a user