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]];