Mirror Nordex turbine geometries by default
Deploy Bürgerwind / deploy (push) Successful in 16s Details

This commit is contained in:
Johannes Baumeister 2026-05-12 12:59:49 +02:00
parent 72f7e325e4
commit fce2e6e748
1 changed files with 5 additions and 5 deletions

10
app.js
View File

@ -196,20 +196,20 @@ document.addEventListener('DOMContentLoaded', async () => {
// Nordex Geometries (Based on new QGIS schema provided by user) // Nordex Geometries (Based on new QGIS schema provided by user)
// KSF (Red): Complex polygon // KSF (Red): Complex polygon
ksfCoords = [ ksfCoords = [
[18, -44.72], [18, 14.91], [-6.31, 14.91], [-18.38, 0], [-18, -44.72], [-18, 14.91], [6.31, 14.91], [18.38, 0],
[-18.38, -33.19], [-7, -44.72], [18, -44.72] [18.38, -33.19], [7, -44.72], [-18, -44.72]
]; ];
// AMF (Green Area): 180m long starting at KSF edge, 15m wide // AMF (Green Area): 180m long starting at KSF edge, 15m wide
const amf = [ 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]; mfParts = [amf];
// BLF/Road (Blue Area): Complex unified shape // BLF/Road (Blue Area): Complex unified shape
blfCoords = [ blfCoords = [
[18, -224.72], [18, 40], [49.5, 40], [49.5, -100], [-18, -224.72], [-18, 40], [-49.5, 40], [-49.5, -100],
[24, -100], [24, -224.72], [18, -224.72] [-24, -100], [-24, -224.72], [-18, -224.72]
]; ];
} else { } else {
// Enercon / Vestas / GE (Standard) // Enercon / Vestas / GE (Standard)