Fix Nordex: move both NVM and BLF to the right side (24.4m side)
Deploy Bürgerwind / deploy (push) Successful in 17s
Details
Deploy Bürgerwind / deploy (push) Successful in 17s
Details
This commit is contained in:
parent
8402694841
commit
008c934704
4
app.js
4
app.js
|
|
@ -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]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue