From 93a953d63bb630ff036022482b588160cca84521 Mon Sep 17 00:00:00 2001 From: Johannes Baumeister Date: Mon, 11 May 2026 09:57:19 +0200 Subject: [PATCH] Correct Nordex BLF position: move to the side of the KSF area --- app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index a59a06d..2ce719f 100644 --- a/app.js +++ b/app.js @@ -207,8 +207,8 @@ document.addEventListener('DOMContentLoaded', async () => { mfParts = [amf, nvm]; // BLF (Blattlagerfläche): 90,00m (L) x 15,00m (B). - // In the drawing, it starts next to the tower and KSF. - blfCoords = [[7.5, -5.5], [22.5, -5.5], [22.5, -95.5], [7.5, -95.5], [7.5, -5.5]]; + // In the drawing, it starts next to the tower and KSF (side-mounted). + blfCoords = [[24.4, -5.5], [39.4, -5.5], [39.4, -95.5], [24.4, -95.5], [24.4, -5.5]]; } else { // Enercon / Vestas / GE (Standard) blfCoords = [[-41, 9], [-61, 9], [-61, -81], [-41, -81], [-41, 9]];