diff --git a/js/layers/neos.js b/js/layers/neos.js index cce40a7..e7c8ce6 100644 --- a/js/layers/neos.js +++ b/js/layers/neos.js @@ -32,7 +32,7 @@ export default function create(ctx) { des: r[ix('des')], jd: +r[ix('jd')], cd: r[ix('cd')], dist: +r[ix('dist')], v: +r[ix('v_rel')], h: +r[ix('h')], }, i, rows.length)); - ui.setStatus('neos', neos.length ? `${neos.length} approaches ±30d · CAD` : 'none in window', on ? 'ok' : 'off'); + ui.setStatus('neos', neos.length ? `${neos.length} approaches ±30d · CAD · schematic ring` : 'none in window', on ? 'ok' : 'off'); } catch (err) { console.warn('[solargod] neos', err.message); ui.setStatus('neos', 'CAD unavailable', 'err');