Correct Nordex BLF position: move to the side of the KSF area
Deploy Bürgerwind / deploy (push) Successful in 16s
Details
Deploy Bürgerwind / deploy (push) Successful in 16s
Details
This commit is contained in:
parent
3fcd344df4
commit
93a953d63b
4
app.js
4
app.js
|
|
@ -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]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue