Mirror Nordex turbine geometries by default
Deploy Bürgerwind / deploy (push) Successful in 16s
Details
Deploy Bürgerwind / deploy (push) Successful in 16s
Details
This commit is contained in:
parent
72f7e325e4
commit
fce2e6e748
10
app.js
10
app.js
|
|
@ -196,20 +196,20 @@ document.addEventListener('DOMContentLoaded', async () => {
|
|||
// Nordex Geometries (Based on new QGIS schema provided by user)
|
||||
// KSF (Red): Complex polygon
|
||||
ksfCoords = [
|
||||
[18, -44.72], [18, 14.91], [-6.31, 14.91], [-18.38, 0],
|
||||
[-18.38, -33.19], [-7, -44.72], [18, -44.72]
|
||||
[-18, -44.72], [-18, 14.91], [6.31, 14.91], [18.38, 0],
|
||||
[18.38, -33.19], [7, -44.72], [-18, -44.72]
|
||||
];
|
||||
|
||||
// AMF (Green Area): 180m long starting at KSF edge, 15m wide
|
||||
const amf = [
|
||||
[18, -44.72], [18, -224.72], [3, -224.72], [3, -44.72], [18, -44.72]
|
||||
[-18, -44.72], [-18, -224.72], [-3, -224.72], [-3, -44.72], [-18, -44.72]
|
||||
];
|
||||
mfParts = [amf];
|
||||
|
||||
// BLF/Road (Blue Area): Complex unified shape
|
||||
blfCoords = [
|
||||
[18, -224.72], [18, 40], [49.5, 40], [49.5, -100],
|
||||
[24, -100], [24, -224.72], [18, -224.72]
|
||||
[-18, -224.72], [-18, 40], [-49.5, 40], [-49.5, -100],
|
||||
[-24, -100], [-24, -224.72], [-18, -224.72]
|
||||
];
|
||||
} else {
|
||||
// Enercon / Vestas / GE (Standard)
|
||||
|
|
|
|||
Loading…
Reference in New Issue