From 008c934704617f112b4c7d511ebf4de3ab5dc7b4 Mon Sep 17 00:00:00 2001 From: Johannes Baumeister Date: Mon, 11 May 2026 10:12:12 +0200 Subject: [PATCH] Fix Nordex: move both NVM and BLF to the right side (24.4m side) --- app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 50e7359..8f1d79e 100644 --- a/app.js +++ b/app.js @@ -208,8 +208,8 @@ document.addEventListener('DOMContentLoaded', async () => { mfParts = [amf, nvm]; // BLF (Blattlagerfläche): 90,00m (L) x 15,00m (B). - // Positioned on the LEFT side (the 12.1m side), next to the AMF, starting after KSF. - blfCoords = [[-22.5, -65.15], [-7.5, -65.15], [-7.5, -155.15], [-22.5, -155.15], [-22.5, -65.15]]; + // Positioned on the RIGHT side, starting after KSF. + blfCoords = [[24.4, -65.15], [39.4, -65.15], [39.4, -155.15], [24.4, -155.15], [24.4, -65.15]]; } else { // Enercon / Vestas / GE (Standard) blfCoords = [[-41, 9], [-61, 9], [-61, -81], [-41, -81], [-41, 9]];