Fix Nordex: move both NVM and BLF to the right side (24.4m side)
Deploy Bürgerwind / deploy (push) Successful in 17s Details

This commit is contained in:
Johannes Baumeister 2026-05-11 10:12:12 +02:00
parent 8402694841
commit 008c934704
1 changed files with 2 additions and 2 deletions

4
app.js
View File

@ -208,8 +208,8 @@ document.addEventListener('DOMContentLoaded', async () => {
mfParts = [amf, nvm]; mfParts = [amf, nvm];
// BLF (Blattlagerfläche): 90,00m (L) x 15,00m (B). // 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. // Positioned on the RIGHT side, starting after KSF.
blfCoords = [[-22.5, -65.15], [-7.5, -65.15], [-7.5, -155.15], [-22.5, -155.15], [-22.5, -65.15]]; blfCoords = [[24.4, -65.15], [39.4, -65.15], [39.4, -155.15], [24.4, -155.15], [24.4, -65.15]];
} else { } else {
// Enercon / Vestas / GE (Standard) // Enercon / Vestas / GE (Standard)
blfCoords = [[-41, 9], [-61, 9], [-61, -81], [-41, -81], [-41, 9]]; blfCoords = [[-41, 9], [-61, 9], [-61, -81], [-41, -81], [-41, 9]];