diff --git a/src/js/HiPS.js b/src/js/HiPS.js index c39c5ec3..a9fd839b 100644 --- a/src/js/HiPS.js +++ b/src/js/HiPS.js @@ -129,6 +129,17 @@ PropertyParser.isPlanetaryBody = function (properties) { /** * HiPS options + * + * @description Minimal user provided properties will prevent Aladin Lite from fetching the properties file describing the HiPS properties. + * These minimal informations needed by aladin lite are: + * + * * @typedef {Object} HiPSOptions * @property {string} [name] - The name of the survey to be displayed in the UI * @property {Function} [successCallback] - A callback executed when the HiPS has been loaded