diff --git a/app.js b/app.js index 070313c..cf3a617 100644 --- a/app.js +++ b/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)