Fix Nordex sides: BLF left of AMF, NVM right of KSF
Deploy Bürgerwind / deploy (push) Successful in 16s Details

This commit is contained in:
Johannes Baumeister 2026-05-11 10:05:21 +02:00
parent 84d1ce3a70
commit 8402694841
1 changed files with 4 additions and 4 deletions

8
app.js
View File

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