obscore fields reconize

This commit is contained in:
Matthieu BAUMANN
2023-04-03 13:33:32 +02:00
parent d520de061f
commit 7efb4e786e
14 changed files with 605 additions and 258 deletions

View File

@@ -43,8 +43,6 @@ export let Source = (function() {
this.useMarkerDefaultIcon = (options && options.useMarkerDefaultIcon!==undefined) ? options.useMarkerDefaultIcon : true;
}
this.footprint = (options && options.footprint) || undefined;
this.isShowing = true;
this.isSelected = false;
};
@@ -100,7 +98,7 @@ export let Source = (function() {
if (this.catalog.onClick=='showTable') {
this.select();
view.aladin.measurementTable.showMeasurement([this]);
view.aladin.measurementTable.showMeasurement([this], this.catalog);
}
else if (this.catalog.onClick=='showPopup') {