Fix Nordex sides: BLF left of AMF, NVM right of KSF
Deploy Bürgerwind / deploy (push) Successful in 16s
Details
Deploy Bürgerwind / deploy (push) Successful in 16s
Details
This commit is contained in:
parent
84d1ce3a70
commit
8402694841
8
app.js
8
app.js
|
|
@ -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]];
|
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).
|
// NVM (Nabenvor-Montagefläche): 26,00m (L) x 10,50m (B).
|
||||||
// Positioned on the LEFT side of the KSF (the 12.1m side).
|
// Positioned on the RIGHT side of the KSF (the 24.4m side).
|
||||||
const nvm = [[-12.1, -5.5], [-22.6, -5.5], [-22.6, -31.5], [-12.1, -31.5], [-12.1, -5.5]];
|
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];
|
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 RIGHT side of the KSF (the 24.4m side).
|
// Positioned on the LEFT side (the 12.1m side), next to the AMF, starting after KSF.
|
||||||
blfCoords = [[24.4, -5.5], [39.4, -5.5], [39.4, -95.5], [24.4, -95.5], [24.4, -5.5]];
|
blfCoords = [[-22.5, -65.15], [-7.5, -65.15], [-7.5, -155.15], [-22.5, -155.15], [-22.5, -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