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