diff --git a/app.js b/app.js index 5f8d8ff..50e7359 100644 --- a/app.js +++ b/app.js @@ -203,13 +203,13 @@ document.addEventListener('DOMContentLoaded', async () => { const amf = [[-7.5, -65.15], [7.5, -65.15], [7.5, -245.15], [-7.5, -245.15], [-7.5, -65.15]]; // NVM (Nabenvor-Montagefläche): 26,00m (L) x 10,50m (B). - // Positioned on the LEFT side of the KSF (the 12.1m side). - const nvm = [[-12.1, -5.5], [-22.6, -5.5], [-22.6, -31.5], [-12.1, -31.5], [-12.1, -5.5]]; + // Positioned on the RIGHT side of the KSF (the 24.4m side). + const nvm = [[24.4, -5.5], [34.9, -5.5], [34.9, -31.5], [24.4, -31.5], [24.4, -5.5]]; mfParts = [amf, nvm]; // BLF (Blattlagerfläche): 90,00m (L) x 15,00m (B). - // Positioned on the RIGHT side of the KSF (the 24.4m side). - blfCoords = [[24.4, -5.5], [39.4, -5.5], [39.4, -95.5], [24.4, -95.5], [24.4, -5.5]]; + // 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]]; } else { // Enercon / Vestas / GE (Standard) blfCoords = [[-41, 9], [-61, 9], [-61, -81], [-41, -81], [-41, 9]];