diff --git a/metar.html b/metar.html index 41ed7e0..0855126 100644 --- a/metar.html +++ b/metar.html @@ -366,6 +366,9 @@ if (p.length > 1 && p[1] === 'ALQDS') { return { consumed: 2, text: ` - VIRGA ALQDS: Virga in all quadrants` }; } + if (p.length > 1 && p[1] === 'OHD') { + return { consumed: 2, text: ` - VIRGA OHD: Virga overhead` }; + } if (p.length > 1 && p[1] === 'PTCHS') { return { consumed: 2, text: ` - VIRGA PTCHS: Virga in patches` }; }