All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 50s
Build & Deploy / 🧪 QA (push) Successful in 1m42s
Build & Deploy / 🏗️ Build (push) Successful in 3m36s
Build & Deploy / 🚀 Deploy (push) Successful in 42s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 1m14s
Build & Deploy / 🔔 Notify (push) Successful in 2s
994 lines
21 KiB
TypeScript
994 lines
21 KiB
TypeScript
export interface Location {
|
|
id: string;
|
|
name: string;
|
|
type: 'hq' | 'branch' | 'project' | 'minor_node';
|
|
x: number;
|
|
y: number;
|
|
description: string;
|
|
details?: string[];
|
|
href?: string;
|
|
featuredImage?: string;
|
|
}
|
|
|
|
export const defaultLocations: Location[] = [];
|
|
|
|
export const minorLocations: Location[] = [
|
|
{
|
|
id: '110-kv-kabeltrasse-16248-lunow-stolzenhagen-16248',
|
|
name: '110 kV Kabeltrasse, 16248 Lunow-Stolzenhagen',
|
|
type: 'minor_node',
|
|
x: 79.88,
|
|
y: 28.84,
|
|
description: 'power',
|
|
},
|
|
{
|
|
id: '110-kv-kabeltrasse-16792-zehdenick-16792',
|
|
name: '110 kV Kabeltrasse, 16792 Zehdenick',
|
|
type: 'minor_node',
|
|
x: 73.35,
|
|
y: 28.02,
|
|
description: 'power',
|
|
},
|
|
{
|
|
id: '110-kv-kabeltrasse-17291-schenkenberg-polen-17291',
|
|
name: '110 kV Kabeltrasse, 17291 Schenkenberg-Polen',
|
|
type: 'minor_node',
|
|
x: 78.11,
|
|
y: 23.31,
|
|
description: 'power',
|
|
},
|
|
{
|
|
id: 'batteriespeicher-39443-stassfurt-ot-forderstedt-39443',
|
|
name: 'Batteriespeicher, 39443 Staßfurt OT Förderstedt',
|
|
type: 'minor_node',
|
|
x: 58.97,
|
|
y: 41.85,
|
|
description: 'battery',
|
|
},
|
|
{
|
|
id: 'breitbandausbau-03172-guben-03172',
|
|
name: 'Breitbandausbau 03172 Guben',
|
|
type: 'minor_node',
|
|
x: 83.38,
|
|
y: 41.01,
|
|
description: 'fiber',
|
|
},
|
|
{
|
|
id: 'breitbandausbau-04575-neukieritzsch-04575',
|
|
name: 'Breitbandausbau 04575 Neukieritzsch',
|
|
type: 'minor_node',
|
|
x: 65.5,
|
|
y: 51.2,
|
|
description: 'fiber',
|
|
},
|
|
{
|
|
id: 'breitbandausbau-04626-nobdenitz-04626',
|
|
name: 'Breitbandausbau 04626 Nöbdenitz',
|
|
type: 'minor_node',
|
|
x: 64.59,
|
|
y: 54.41,
|
|
description: 'fiber',
|
|
},
|
|
{
|
|
id: 'breitbandausbau-04910-elsterwerda-04910',
|
|
name: 'Breitbandausbau 04910 Elsterwerda',
|
|
type: 'minor_node',
|
|
x: 74.88,
|
|
y: 47.26,
|
|
description: 'fiber',
|
|
},
|
|
{
|
|
id: 'breitbandausbau-04924-bad-liebenwerda-04924',
|
|
name: 'Breitbandausbau 04924 Bad Liebenwerda',
|
|
type: 'minor_node',
|
|
x: 73.76,
|
|
y: 46.48,
|
|
description: 'fiber',
|
|
},
|
|
{
|
|
id: 'breitbandausbau-06132-halle-06132',
|
|
name: 'Breitbandausbau 06132 Halle',
|
|
type: 'minor_node',
|
|
x: 61.88,
|
|
y: 47.76,
|
|
description: 'fiber',
|
|
},
|
|
{
|
|
id: 'breitbandausbau-06861-rodleben-dessau-rosslau-06861',
|
|
name: 'Breitbandausbau 06861 Rodleben Dessau-Roßlau',
|
|
type: 'minor_node',
|
|
x: 63.69,
|
|
y: 41.69,
|
|
description: 'fiber',
|
|
},
|
|
{
|
|
id: 'breitbandausbau-07907-schleiz-07907',
|
|
name: 'Breitbandausbau 07907 Schleiz',
|
|
type: 'minor_node',
|
|
x: 60.19,
|
|
y: 58.32,
|
|
description: 'fiber',
|
|
},
|
|
{
|
|
id: 'breitbandausbau-08626-eichigt-08626',
|
|
name: 'Breitbandausbau 08626 Eichigt',
|
|
type: 'minor_node',
|
|
x: 69.31,
|
|
y: 60.54,
|
|
description: 'fiber',
|
|
},
|
|
{
|
|
id: 'breitbandausbau-08626-eichigt-ba-2-08626',
|
|
name: 'Breitbandausbau 08626 Eichigt BA 2',
|
|
type: 'minor_node',
|
|
x: 69.31,
|
|
y: 60.54,
|
|
description: 'fiber',
|
|
},
|
|
{
|
|
id: 'breitbandausbau-09600-halsbrucke-09600',
|
|
name: 'Breitbandausbau 09600 Halsbrücke',
|
|
type: 'minor_node',
|
|
x: 73.13,
|
|
y: 53.6,
|
|
description: 'fiber',
|
|
},
|
|
{
|
|
id: 'breitbandausbau-15306-seelow-15306',
|
|
name: 'Breitbandausbau 15306 Seelow',
|
|
type: 'minor_node',
|
|
x: 81.61,
|
|
y: 33.99,
|
|
description: 'fiber',
|
|
},
|
|
{
|
|
id: 'breitbandausbau-15907-lubben-15907',
|
|
name: 'Breitbandausbau 15907 Lübben',
|
|
type: 'minor_node',
|
|
x: 87.48,
|
|
y: 39.97,
|
|
description: 'fiber',
|
|
},
|
|
{
|
|
id: 'breitbandausbau-29690-schwarmstedt-29690',
|
|
name: 'Breitbandausbau 29690 Schwarmstedt',
|
|
type: 'minor_node',
|
|
x: 41.89,
|
|
y: 31.93,
|
|
description: 'fiber',
|
|
},
|
|
{
|
|
id: 'breitbandausbau-29699-bomlitz-29699',
|
|
name: 'Breitbandausbau 29699 Bomlitz',
|
|
type: 'minor_node',
|
|
x: 42.22,
|
|
y: 29.09,
|
|
description: 'fiber',
|
|
},
|
|
{
|
|
id: 'breitbandausbau-39387-hordorf-39387',
|
|
name: 'Breitbandausbau 39387 Hordorf',
|
|
type: 'minor_node',
|
|
x: 55.17,
|
|
y: 40.57,
|
|
description: 'fiber',
|
|
},
|
|
{
|
|
id: 'breitbandausbau-39387-oschersleben-39387',
|
|
name: 'Breitbandausbau 39387 Oschersleben',
|
|
type: 'minor_node',
|
|
x: 55.17,
|
|
y: 40.57,
|
|
description: 'fiber',
|
|
},
|
|
{
|
|
id: 'breitbandausbau-94032-passau-94032',
|
|
name: 'Breitbandausbau 94032 Passau',
|
|
type: 'minor_node',
|
|
x: 82.81,
|
|
y: 83.33,
|
|
description: 'fiber',
|
|
},
|
|
{
|
|
id: 'pv-anlage-01909-grosshartau-01909',
|
|
name: 'PV-Anlage, 01909 Großhartau',
|
|
type: 'minor_node',
|
|
x: 79.46,
|
|
y: 51.69,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-02943-nochten-02943',
|
|
name: 'PV-Anlage, 02943 Nochten',
|
|
type: 'minor_node',
|
|
x: 84.03,
|
|
y: 47.68,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-02977-hoyerswerda-02977',
|
|
name: 'PV-Anlage, 02977 Hoyerswerda',
|
|
type: 'minor_node',
|
|
x: 80.8,
|
|
y: 47.74,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-03159-neisse-malxetal-ot-jocksdorf-03159',
|
|
name: 'PV-Anlage, 03159 Neiße-Malxetal OT Jocksdorf',
|
|
type: 'minor_node',
|
|
x: 84.5,
|
|
y: 45.15,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-03238-sallgast-03238',
|
|
name: 'PV-Anlage, 03238 Sallgast',
|
|
type: 'minor_node',
|
|
x: 77.65,
|
|
y: 45.69,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-09526-heidersdorf-ot-niederseiffenbach-09526',
|
|
name: 'PV-Anlage, 09526 Heidersdorf OT Niederseiffenbach',
|
|
type: 'minor_node',
|
|
x: 81.45,
|
|
y: 56.37,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-14641-nauen-14641',
|
|
name: 'PV-Anlage, 14641 Nauen',
|
|
type: 'minor_node',
|
|
x: 68.95,
|
|
y: 32.81,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-14715-jerchel-14715',
|
|
name: 'PV-Anlage, 14715 Jerchel',
|
|
type: 'minor_node',
|
|
x: 56.22,
|
|
y: 34.63,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-14728-gorne-14728',
|
|
name: 'PV-Anlage, 14728 Görne',
|
|
type: 'minor_node',
|
|
x: 66.34,
|
|
y: 31.66,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-14797-gohlsdorf-14797',
|
|
name: 'PV-Anlage, 14797 Göhlsdorf',
|
|
type: 'minor_node',
|
|
x: 68.78,
|
|
y: 35.98,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-14959-wiesenhagen-14959',
|
|
name: 'PV-Anlage, 14959 Wiesenhagen',
|
|
type: 'minor_node',
|
|
x: 72.47,
|
|
y: 38.31,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-15324-letschin-15324',
|
|
name: 'PV-Anlage, 15324 Letschin',
|
|
type: 'minor_node',
|
|
x: 82.02,
|
|
y: 32.11,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-15326-petershagen-15326',
|
|
name: 'PV-Anlage, 15326 Petershagen',
|
|
type: 'minor_node',
|
|
x: 82.5,
|
|
y: 33.5,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-15328-gorgast-15328',
|
|
name: 'PV-Anlage, 15328 Gorgast',
|
|
type: 'minor_node',
|
|
x: 83.44,
|
|
y: 33.39,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-15345-protzel-ot-sternebeck-15345',
|
|
name: 'PV-Anlage, 15345 Prötzel OT Sternebeck',
|
|
type: 'minor_node',
|
|
x: 78.84,
|
|
y: 32.5,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-15374-eggersdorf-15374',
|
|
name: 'PV-Anlage, 15374 Eggersdorf',
|
|
type: 'minor_node',
|
|
x: 59.59,
|
|
y: 40.82,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-15377-oberbarnim-ot-klosterdorf-15377',
|
|
name: 'PV-Anlage, 15377 Oberbarnim OT Klosterdorf',
|
|
type: 'minor_node',
|
|
x: 79.52,
|
|
y: 33.09,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-15890-eisenhuttenstadt-15890',
|
|
name: 'PV-Anlage, 15890 Eisenhüttenstadt',
|
|
type: 'minor_node',
|
|
x: 83.26,
|
|
y: 38.35,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-15898-neissemunde-15898',
|
|
name: 'PV-Anlage, 15898 Neißemünde',
|
|
type: 'minor_node',
|
|
x: 83.71,
|
|
y: 39.69,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-16845-breddin-16845',
|
|
name: 'PV-Anlage, 16845 Breddin',
|
|
type: 'minor_node',
|
|
x: 64.43,
|
|
y: 29.18,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-16845-studenitz-schonermark-16845',
|
|
name: 'PV-Anlage, 16845 Stüdenitz-Schönermark',
|
|
type: 'minor_node',
|
|
x: 64.43,
|
|
y: 29.18,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-16909-dahlhausen-16909',
|
|
name: 'PV-Anlage, 16909 Dahlhausen',
|
|
type: 'minor_node',
|
|
x: 22.21,
|
|
y: 50.39,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-16909-dossow-16909',
|
|
name: 'PV-Anlage, 16909 Dossow',
|
|
type: 'minor_node',
|
|
x: 22.21,
|
|
y: 50.39,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-17089-bartow-17089',
|
|
name: 'PV-Anlage, 17089 Bartow',
|
|
type: 'minor_node',
|
|
x: 73.39,
|
|
y: 17.66,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-17440-seckeritz-17440',
|
|
name: 'PV-Anlage, 17440 Seckeritz',
|
|
type: 'minor_node',
|
|
x: 76.91,
|
|
y: 15.43,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-18334-dettmannsdorf-18334',
|
|
name: 'PV-Anlage, 18334 Dettmannsdorf',
|
|
type: 'minor_node',
|
|
x: 66.38,
|
|
y: 14.04,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-19372-rom-19372',
|
|
name: 'PV-Anlage, 19372 Rom',
|
|
type: 'minor_node',
|
|
x: 61.55,
|
|
y: 22.35,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-19376-zachow-19376',
|
|
name: 'PV-Anlage, 19376 Zachow',
|
|
type: 'minor_node',
|
|
x: 68.62,
|
|
y: 34.44,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-23619-badendorf-23619',
|
|
name: 'PV-Anlage, 23619 Badendorf',
|
|
type: 'minor_node',
|
|
x: 49.91,
|
|
y: 17.02,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-24631-langwedel-24631',
|
|
name: 'PV-Anlage, 24631 Langwedel',
|
|
type: 'minor_node',
|
|
x: 44.46,
|
|
y: 12.6,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-25361-krempe-25361',
|
|
name: 'PV-Anlage, 25361 Krempe',
|
|
type: 'minor_node',
|
|
x: 40.7,
|
|
y: 17.42,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-25560-agethorst-25560',
|
|
name: 'PV-Anlage, 25560 Agethorst',
|
|
type: 'minor_node',
|
|
x: 40.21,
|
|
y: 15.07,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-25596-nienbuttel-25596',
|
|
name: 'PV-Anlage, 25596 Nienbüttel',
|
|
type: 'minor_node',
|
|
x: 40.06,
|
|
y: 14.97,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-25899-bosbull-25899',
|
|
name: 'PV-Anlage, 25899 Bosbüll',
|
|
type: 'minor_node',
|
|
x: 35.36,
|
|
y: 5.0,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-39291-lubars-39291',
|
|
name: 'PV-Anlage, 39291 Lübars',
|
|
type: 'minor_node',
|
|
x: 73.45,
|
|
y: 32.78,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-55483-lautzenhausen-55483',
|
|
name: 'PV-Anlage, 55483 Lautzenhausen',
|
|
type: 'minor_node',
|
|
x: 22.12,
|
|
y: 66.9,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-59320-ennigerloh-oelde-59320',
|
|
name: 'PV-Anlage, 59320 Ennigerloh-Oelde',
|
|
type: 'minor_node',
|
|
x: 28.56,
|
|
y: 42.47,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-79843-loffingen-79843',
|
|
name: 'PV-Anlage, 79843 Löffingen',
|
|
type: 'minor_node',
|
|
x: 31.06,
|
|
y: 92.31,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-82205-gilching-82205',
|
|
name: 'PV-Anlage, 82205 Gilching',
|
|
type: 'minor_node',
|
|
x: 55.84,
|
|
y: 89.45,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-85095-denkendorf-85095',
|
|
name: 'PV-Anlage, 85095 Denkendorf',
|
|
type: 'minor_node',
|
|
x: 57.48,
|
|
y: 79.18,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-85111-adelschlag-85111',
|
|
name: 'PV-Anlage, 85111 Adelschlag',
|
|
type: 'minor_node',
|
|
x: 55.23,
|
|
y: 80.23,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-85416-niederhummel-85416',
|
|
name: 'PV-Anlage, 85416 Niederhummel',
|
|
type: 'minor_node',
|
|
x: 60.98,
|
|
y: 85.4,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-86492-egling-an-der-paar-86492',
|
|
name: 'PV-Anlage, 86492 Egling an der Paar',
|
|
type: 'minor_node',
|
|
x: 53.41,
|
|
y: 88.51,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-86701-rohrenfels-ot-ballersdorf-86701',
|
|
name: 'PV-Anlage, 86701 Rohrenfels OT Ballersdorf',
|
|
type: 'minor_node',
|
|
x: 54.89,
|
|
y: 82.18,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-88456-ingoldingen-88456',
|
|
name: 'PV-Anlage, 88456 Ingoldingen',
|
|
type: 'minor_node',
|
|
x: 42.75,
|
|
y: 90.62,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-89434-blindheim-ot-wolpertstetten-89434',
|
|
name: 'PV-Anlage, 89434 Blindheim OT Wolpertstetten',
|
|
type: 'minor_node',
|
|
x: 50.23,
|
|
y: 82.72,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-89438-holzheim-89438',
|
|
name: 'PV-Anlage, 89438 Holzheim',
|
|
type: 'minor_node',
|
|
x: 49.58,
|
|
y: 84.44,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-91171-greding-ot-euerwang-91171',
|
|
name: 'PV-Anlage, 91171 Greding OT Euerwang',
|
|
type: 'minor_node',
|
|
x: 56.38,
|
|
y: 77.43,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-91792-ellingen-91792',
|
|
name: 'PV-Anlage, 91792 Ellingen',
|
|
type: 'minor_node',
|
|
x: 52.92,
|
|
y: 77.37,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-92439-bodenwohr-ot-altenschwand-92439',
|
|
name: 'PV-Anlage, 92439 Bodenwöhr OT Altenschwand',
|
|
type: 'minor_node',
|
|
x: 64.41,
|
|
y: 74.55,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-92447-schwarzhofen-92447',
|
|
name: 'PV-Anlage, 92447 Schwarzhofen',
|
|
type: 'minor_node',
|
|
x: 64.76,
|
|
y: 73.46,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-93176-beratzhausen-93176',
|
|
name: 'PV-Anlage, 93176 Beratzhausen',
|
|
type: 'minor_node',
|
|
x: 60.46,
|
|
y: 76.77,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-97342-seinsheim-97342',
|
|
name: 'PV-Anlage, 97342 Seinsheim',
|
|
type: 'minor_node',
|
|
x: 46.84,
|
|
y: 70.21,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-97711-thundorf-ot-theinfeld-97711',
|
|
name: 'PV-Anlage, 97711 Thundorf OT Theinfeld',
|
|
type: 'minor_node',
|
|
x: 47.79,
|
|
y: 62.99,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'pv-anlage-klosterkamp-2-39106-magdeburg-39106',
|
|
name: 'PV-Anlage, Klosterkamp 2, 39106 Magdeburg',
|
|
type: 'minor_node',
|
|
x: 59.01,
|
|
y: 38.7,
|
|
description: 'pv',
|
|
},
|
|
{
|
|
id: 'windpark-01983-grossraschen-01983',
|
|
name: 'Windpark, 01983 Großräschen',
|
|
type: 'minor_node',
|
|
x: 78.82,
|
|
y: 45.64,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-06347-gerbstedt-ot-freist-06347',
|
|
name: 'Windpark, 06347 Gerbstedt OT Freist',
|
|
type: 'minor_node',
|
|
x: 58.88,
|
|
y: 45.36,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-06425-alsleben-06425',
|
|
name: 'Windpark, 06425 Alsleben',
|
|
type: 'minor_node',
|
|
x: 59.15,
|
|
y: 44.01,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-06556-voigtstedt-06556',
|
|
name: 'Windpark, 06556 Voigtstedt',
|
|
type: 'minor_node',
|
|
x: 59.31,
|
|
y: 47.42,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-06917-jessen-ot-linda-06917',
|
|
name: 'Windpark, 06917 Jessen OT Linda',
|
|
type: 'minor_node',
|
|
x: 70.21,
|
|
y: 42.8,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-09355-gersdorf-09355',
|
|
name: 'Windpark, 09355 Gersdorf',
|
|
type: 'minor_node',
|
|
x: 67.92,
|
|
y: 56.13,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-09429-wolkenstein-09429',
|
|
name: 'Windpark, 09429 Wolkenstein',
|
|
type: 'minor_node',
|
|
x: 71.1,
|
|
y: 57.44,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-15848-beeskow-15848',
|
|
name: 'Windpark, 15848 Beeskow',
|
|
type: 'minor_node',
|
|
x: 80.52,
|
|
y: 38.32,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-16230-tempelfelde-16230',
|
|
name: 'Windpark, 16230 Tempelfelde',
|
|
type: 'minor_node',
|
|
x: 76.55,
|
|
y: 31.59,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-16321-bernau-bei-berlin-16321',
|
|
name: 'Windpark, 16321 Bernau bei Berlin',
|
|
type: 'minor_node',
|
|
x: 75.39,
|
|
y: 31.83,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-16356-werneuchen-ot-seefeld-16356',
|
|
name: 'Windpark, 16356 Werneuchen OT Seefeld',
|
|
type: 'minor_node',
|
|
x: 76.31,
|
|
y: 32.58,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-16356-werneuchen-ot-willmersdorf-16356',
|
|
name: 'Windpark, 16356 Werneuchen OT Willmersdorf',
|
|
type: 'minor_node',
|
|
x: 76.31,
|
|
y: 32.58,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-16845-neustadt-dosse-16845',
|
|
name: 'Windpark, 16845 Neustadt Dosse',
|
|
type: 'minor_node',
|
|
x: 64.43,
|
|
y: 29.18,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-16866-gumtow-ot-schrepkow-16866',
|
|
name: 'Windpark, 16866 Gumtow OT Schrepkow',
|
|
type: 'minor_node',
|
|
x: 64.12,
|
|
y: 28.2,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-16928-gross-pankow-ot-kuhsdorf-16928',
|
|
name: 'Windpark, 16928 Groß Pankow OT Kuhsdorf',
|
|
type: 'minor_node',
|
|
x: 62.41,
|
|
y: 26.45,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-17166-dalkendorf-17166',
|
|
name: 'Windpark, 17166 Dalkendorf',
|
|
type: 'minor_node',
|
|
x: 66.23,
|
|
y: 17.67,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-18236-kropelin-18236',
|
|
name: 'Windpark, 18236 Kröpelin',
|
|
type: 'minor_node',
|
|
x: 60.24,
|
|
y: 14.56,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-18249-tarnow-pruzen-18249',
|
|
name: 'Windpark, 18249 Tarnow-Prüzen',
|
|
type: 'minor_node',
|
|
x: 61.91,
|
|
y: 17.91,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-19348-perleberg-ot-schonfeld-19348',
|
|
name: 'Windpark, 19348 Perleberg OT Schönfeld',
|
|
type: 'minor_node',
|
|
x: 60.84,
|
|
y: 26.25,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-21649-regesbostel-21649',
|
|
name: 'Windpark, 21649 Regesbostel',
|
|
type: 'minor_node',
|
|
x: 42.09,
|
|
y: 23.17,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-23818-neuengors-23818',
|
|
name: 'Windpark, 23818 Neuengörs',
|
|
type: 'minor_node',
|
|
x: 48.33,
|
|
y: 16.63,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-23847-lasbek-23847',
|
|
name: 'Windpark, 23847 Lasbek',
|
|
type: 'minor_node',
|
|
x: 48.1,
|
|
y: 18.71,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-24161-felm-24161',
|
|
name: 'Windpark, 24161 Felm',
|
|
type: 'minor_node',
|
|
x: 45.58,
|
|
y: 10.19,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-24891-schnarup-thumby-24891',
|
|
name: 'Windpark, 24891 Schnarup-Thumby',
|
|
type: 'minor_node',
|
|
x: 41.96,
|
|
y: 7.31,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-24893-taarstedt-24893',
|
|
name: 'Windpark, 24893 Taarstedt',
|
|
type: 'minor_node',
|
|
x: 42.4,
|
|
y: 8.17,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-25554-dammfleth-ot-rotenmeer-25554',
|
|
name: 'Windpark, 25554 Dammfleth OT Rotenmeer',
|
|
type: 'minor_node',
|
|
x: 39.62,
|
|
y: 16.66,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-27383-scheessel-ot-wohlsdorf-27383',
|
|
name: 'Windpark, 27383 Scheeßel OT Wohlsdorf',
|
|
type: 'minor_node',
|
|
x: 40.7,
|
|
y: 25.88,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-27442-gnarrenburg-27442',
|
|
name: 'Windpark, 27442 Gnarrenburg',
|
|
type: 'minor_node',
|
|
x: 36.74,
|
|
y: 23.17,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-27729-holste-27729',
|
|
name: 'Windpark, 27729 Holste',
|
|
type: 'minor_node',
|
|
x: 35.35,
|
|
y: 23.24,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-27804-berne-27804',
|
|
name: 'Windpark, 27804 Berne',
|
|
type: 'minor_node',
|
|
x: 32.1,
|
|
y: 25.85,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-29575-altenmedingen-29575',
|
|
name: 'Windpark, 29575 Altenmedingen',
|
|
type: 'minor_node',
|
|
x: 50.28,
|
|
y: 26.09,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-31698-lindhorst-ot-ottensen-31698',
|
|
name: 'Windpark, 31698 Lindhorst OT Ottensen',
|
|
type: 'minor_node',
|
|
x: 38.98,
|
|
y: 35.98,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-33165-lichtenau-33165',
|
|
name: 'Windpark, 33165 Lichtenau',
|
|
type: 'minor_node',
|
|
x: 35.64,
|
|
y: 45.44,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-35112-fronhausen-ot-hassenhausen-35112',
|
|
name: 'Windpark, 35112 Fronhausen OT Hassenhausen',
|
|
type: 'minor_node',
|
|
x: 34.1,
|
|
y: 56.83,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-39579-schinne-39579',
|
|
name: 'Windpark, 39579 Schinne',
|
|
type: 'minor_node',
|
|
x: 59.69,
|
|
y: 32.23,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-39606-krevese-39606',
|
|
name: 'Windpark, 39606 Krevese',
|
|
type: 'minor_node',
|
|
x: 59.37,
|
|
y: 30.29,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-39606-osterburg-ot-krevese-39606',
|
|
name: 'Windpark, 39606 Osterburg OT Krevese',
|
|
type: 'minor_node',
|
|
x: 59.37,
|
|
y: 30.29,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-48346-ostbevern-48346',
|
|
name: 'Windpark, 48346 Ostbevern',
|
|
type: 'minor_node',
|
|
x: 26.64,
|
|
y: 39.84,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-48366-laer-48366',
|
|
name: 'Windpark, 48366 Laer',
|
|
type: 'minor_node',
|
|
x: 22.68,
|
|
y: 39.78,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-56459-berzhahn-56459',
|
|
name: 'Windpark, 56459 Berzhahn',
|
|
type: 'minor_node',
|
|
x: 28.1,
|
|
y: 58.9,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-65597-hunfelden-65597',
|
|
name: 'Windpark, 65597 Hünfelden',
|
|
type: 'minor_node',
|
|
x: 29.35,
|
|
y: 61.68,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-65597-limburg-an-der-lahn-65597',
|
|
name: 'Windpark, 65597 Limburg an der Lahn',
|
|
type: 'minor_node',
|
|
x: 29.35,
|
|
y: 61.68,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-79650-schopfheim-79650',
|
|
name: 'Windpark, 79650 Schopfheim',
|
|
type: 'minor_node',
|
|
x: 26.98,
|
|
y: 94.96,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-91522-ansbach-91522',
|
|
name: 'Windpark, 91522 Ansbach',
|
|
type: 'minor_node',
|
|
x: 49.8,
|
|
y: 74.59,
|
|
description: 'wind',
|
|
},
|
|
{
|
|
id: 'windpark-97440-werneck-97440',
|
|
name: 'Windpark, 97440 Werneck',
|
|
type: 'minor_node',
|
|
x: 45.73,
|
|
y: 65.8,
|
|
description: 'wind',
|
|
},
|
|
];
|
|
export const projectLocations = [...defaultLocations, ...minorLocations];
|