Correct Nordex BLF position: move to the side of the KSF area
Deploy Bürgerwind / deploy (push) Successful in 16s Details

This commit is contained in:
Johannes Baumeister 2026-05-11 09:57:19 +02:00
parent 3fcd344df4
commit 93a953d63b
1 changed files with 2 additions and 2 deletions

4
app.js
View File

@ -207,8 +207,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).
// In the drawing, it starts next to the tower and KSF. // In the drawing, it starts next to the tower and KSF (side-mounted).
blfCoords = [[7.5, -5.5], [22.5, -5.5], [22.5, -95.5], [7.5, -95.5], [7.5, -5.5]]; blfCoords = [[24.4, -5.5], [39.4, -5.5], [39.4, -95.5], [24.4, -95.5], [24.4, -5.5]];
} 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]];