feat(map): add 15 missing minor locations from 2023-2025
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 25s
Build & Deploy / 🧪 QA (push) Successful in 1m5s
Build & Deploy / 🏗️ Build (push) Successful in 2m3s
Build & Deploy / 🚀 Deploy (push) Successful in 28s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 44s
Build & Deploy / 🔔 Notify (push) Successful in 2s
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 25s
Build & Deploy / 🧪 QA (push) Successful in 1m5s
Build & Deploy / 🏗️ Build (push) Successful in 2m3s
Build & Deploy / 🚀 Deploy (push) Successful in 28s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 44s
Build & Deploy / 🔔 Notify (push) Successful in 2s
This commit is contained in:
120
lib/map-data.ts
120
lib/map-data.ts
@@ -973,5 +973,125 @@ export const minorLocations: Location[] = [
|
||||
y: 42.47,
|
||||
description: 'pv',
|
||||
},
|
||||
{
|
||||
id: 'schenkend-bern-03172',
|
||||
name: 'NS-Verkabelung, Klein Gastrose, 03172 Schenkendöbern',
|
||||
type: 'minor_node',
|
||||
x: 83.38,
|
||||
y: 41.01,
|
||||
description: 'power',
|
||||
},
|
||||
{
|
||||
id: 'cottbus-03051',
|
||||
name: 'MS-Verkabelung, Auras-Cottbus, 03051 Cottbus',
|
||||
type: 'minor_node',
|
||||
x: 81.78,
|
||||
y: 44.10,
|
||||
description: 'power',
|
||||
},
|
||||
{
|
||||
id: 'rietz-neuendorf-15848',
|
||||
name: 'MS-Verkabelung, 15848 Rietz-Neuendorf',
|
||||
type: 'minor_node',
|
||||
x: 80.54,
|
||||
y: 38.42,
|
||||
description: 'power',
|
||||
},
|
||||
{
|
||||
id: 'schlepzig-15910',
|
||||
name: 'NS-Verkabelung, 15910 Schlepzig',
|
||||
type: 'minor_node',
|
||||
x: 76.88,
|
||||
y: 40.21,
|
||||
description: 'power',
|
||||
},
|
||||
{
|
||||
id: 'falkenhagen-mark-15306',
|
||||
name: 'MS-Verkabelung, 15306 Falkenhagen Mark',
|
||||
type: 'minor_node',
|
||||
x: 81.61,
|
||||
y: 33.99,
|
||||
description: 'power',
|
||||
},
|
||||
{
|
||||
id: 'neuzelle-15898',
|
||||
name: 'MS-Verkabelung, 15898 Neuzelle',
|
||||
type: 'minor_node',
|
||||
x: 83.71,
|
||||
y: 39.69,
|
||||
description: 'power',
|
||||
},
|
||||
{
|
||||
id: 'eisenh-ttenstadt-15890',
|
||||
name: 'MS-Verkabelung, 15890 Eisenhüttenstadt OT Diehlo',
|
||||
type: 'minor_node',
|
||||
x: 83.26,
|
||||
y: 38.35,
|
||||
description: 'power',
|
||||
},
|
||||
{
|
||||
id: 'karras-15848',
|
||||
name: 'MS-Verkabelung, 15848 Karras',
|
||||
type: 'minor_node',
|
||||
x: 80.52,
|
||||
y: 38.32,
|
||||
description: 'power',
|
||||
},
|
||||
{
|
||||
id: 'ketzin-14669',
|
||||
name: 'MS-Verkabelung, Gewerbegebiet, 14669 Ketzin',
|
||||
type: 'minor_node',
|
||||
x: 68.81,
|
||||
y: 34.10,
|
||||
description: 'power',
|
||||
},
|
||||
{
|
||||
id: 'lieberose-15868',
|
||||
name: 'MS-Verkabelung, 15868 Lieberose',
|
||||
type: 'minor_node',
|
||||
x: 81.35,
|
||||
y: 40.33,
|
||||
description: 'power',
|
||||
},
|
||||
{
|
||||
id: 'strausberg-15344',
|
||||
name: 'MS-Verkabelung, 15344 Strausberg',
|
||||
type: 'minor_node',
|
||||
x: 77.72,
|
||||
y: 33.40,
|
||||
description: 'power',
|
||||
},
|
||||
{
|
||||
id: 'neuenhagen-15366',
|
||||
name: 'MS-Verkabelung, 15366 Neuenhagen',
|
||||
type: 'minor_node',
|
||||
x: 75.84,
|
||||
y: 33.94,
|
||||
description: 'power',
|
||||
},
|
||||
{
|
||||
id: 'jamlitz-15868',
|
||||
name: 'MS-Verkabelung, 15868 Jamlitz',
|
||||
type: 'minor_node',
|
||||
x: 81.40,
|
||||
y: 40.37,
|
||||
description: 'power',
|
||||
},
|
||||
{
|
||||
id: 'burg-03096',
|
||||
name: 'MS-Verkabelung, 03096 Burg (Spreewald)',
|
||||
type: 'minor_node',
|
||||
x: 80.27,
|
||||
y: 42.54,
|
||||
description: 'power',
|
||||
},
|
||||
{
|
||||
id: 'bohsdorf-03130',
|
||||
name: 'MS-Verkabelung, 03130 Bohsdorf',
|
||||
type: 'minor_node',
|
||||
x: 82.25,
|
||||
y: 45.64,
|
||||
description: 'power',
|
||||
},
|
||||
];
|
||||
export const projectLocations = [...defaultLocations, ...minorLocations];
|
||||
|
||||
Reference in New Issue
Block a user