fix: insert real legacy projects into map
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 54s
Build & Deploy / 🧪 QA (push) Successful in 2m32s
CI - Lint, Typecheck & Test / quality-assurance (pull_request) Successful in 3m48s
Build & Deploy / 🏗️ Build (push) Successful in 3m17s
Build & Deploy / 🚀 Deploy (push) Successful in 47s
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 54s
Build & Deploy / 🧪 QA (push) Successful in 2m32s
CI - Lint, Typecheck & Test / quality-assurance (pull_request) Successful in 3m48s
Build & Deploy / 🏗️ Build (push) Successful in 3m17s
Build & Deploy / 🚀 Deploy (push) Successful in 47s
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s
This commit is contained in:
@@ -33,6 +33,46 @@ const defaultLocations: Location[] = [
|
||||
y: 25,
|
||||
description: 'E-TIB Ingenieurgesellschaft mbH',
|
||||
details: ['Planung & Projektierung', 'Vermessung', 'Dokumentation'],
|
||||
},
|
||||
{
|
||||
id: 'spreewald',
|
||||
name: 'Spreewald (Projekt)',
|
||||
type: 'project',
|
||||
x: 82,
|
||||
y: 45,
|
||||
description: 'Breitbandausbau FTTC',
|
||||
},
|
||||
{
|
||||
id: 'bomlitz',
|
||||
name: 'Bomlitz (Projekt)',
|
||||
type: 'project',
|
||||
x: 45,
|
||||
y: 30,
|
||||
description: 'Breitbandausbau FTTH',
|
||||
},
|
||||
{
|
||||
id: 'forst',
|
||||
name: 'Forst (Projekt)',
|
||||
type: 'project',
|
||||
x: 88,
|
||||
y: 50,
|
||||
description: 'Neubau Kabeltrasse',
|
||||
},
|
||||
{
|
||||
id: 'eisenhuettenstadt',
|
||||
name: 'Eisenhüttenstadt (Projekt)',
|
||||
type: 'project',
|
||||
x: 85,
|
||||
y: 40,
|
||||
description: 'Kabelverbindung U30 - T10',
|
||||
},
|
||||
{
|
||||
id: 'goerne',
|
||||
name: 'Görne (Projekt)',
|
||||
type: 'project',
|
||||
x: 70,
|
||||
y: 35,
|
||||
description: 'Einspeisung PV-Anlage',
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
@@ -115,6 +115,46 @@ layout: "fullBleed"
|
||||
y: 25,
|
||||
description: 'E-TIB Ingenieurgesellschaft mbH',
|
||||
details: ['Planning & Projecting', 'Surveying', 'Documentation']
|
||||
},
|
||||
{
|
||||
id: 'spreewald',
|
||||
name: 'Spreewald (Project)',
|
||||
type: 'project',
|
||||
x: 82,
|
||||
y: 45,
|
||||
description: 'Broadband Expansion FTTC'
|
||||
},
|
||||
{
|
||||
id: 'bomlitz',
|
||||
name: 'Bomlitz (Project)',
|
||||
type: 'project',
|
||||
x: 45,
|
||||
y: 30,
|
||||
description: 'Broadband Expansion FTTH'
|
||||
},
|
||||
{
|
||||
id: 'forst',
|
||||
name: 'Forst (Project)',
|
||||
type: 'project',
|
||||
x: 88,
|
||||
y: 50,
|
||||
description: 'New Cable Route Construction'
|
||||
},
|
||||
{
|
||||
id: 'eisenhuettenstadt',
|
||||
name: 'Eisenhüttenstadt (Project)',
|
||||
type: 'project',
|
||||
x: 85,
|
||||
y: 40,
|
||||
description: 'Cable Connection U30 - T10'
|
||||
},
|
||||
{
|
||||
id: 'goerne',
|
||||
name: 'Görne (Project)',
|
||||
type: 'project',
|
||||
x: 70,
|
||||
y: 35,
|
||||
description: 'PV System Feed-in'
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user