From 16fd48443ec816a7f7c73d1599fba577f68519a0 Mon Sep 17 00:00:00 2001 From: ShinEtsuSoftware Date: Thu, 1 May 2025 20:39:33 +0800 Subject: [PATCH 1/2] Add Lodz DLC edge station --- packages/map/components/stations.json | 120 ++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) diff --git a/packages/map/components/stations.json b/packages/map/components/stations.json index ec8ad9c..ecc65fe 100644 --- a/packages/map/components/stations.json +++ b/packages/map/components/stations.json @@ -526,5 +526,125 @@ "Latititude": 50.245239, "Longitude": 19.327073, "id": "" + }, + { + "Name": "Rokiciny", + "Prefix": "", + "DifficultyLevel": 0, + "MainImageURL": "", + "AdditionalImage1URL": "", + "AdditionalImage2URL": "", + "DispatchedBy": [], + "Latititude": 51.669060, + "Longitude": 19.780959, + "id": "" + }, + { + "Name": "Słotwiny", + "Prefix": "", + "DifficultyLevel": 0, + "MainImageURL": "", + "AdditionalImage1URL": "", + "AdditionalImage2URL": "", + "DispatchedBy": [], + "Latititude": 51.726310, + "Longitude": 19.832420, + "id": "" + }, + { + "Name": "Mikołajów", + "Prefix": "", + "DifficultyLevel": 0, + "MainImageURL": "", + "AdditionalImage1URL": "", + "AdditionalImage2URL": "", + "DispatchedBy": [], + "Latititude": 51.707381, + "Longitude": 19.861068, + "id": "" + }, + { + "Name": "Łódź Olechów", + "Prefix": "", + "DifficultyLevel": 0, + "MainImageURL": "", + "AdditionalImage1URL": "", + "AdditionalImage2URL": "", + "DispatchedBy": [], + "Latititude": 51.731575, + "Longitude": 19.600367, + "id": "" + }, + { + "Name": "Łódź Olechów", + "Prefix": "", + "DifficultyLevel": 0, + "MainImageURL": "", + "AdditionalImage1URL": "", + "AdditionalImage2URL": "", + "DispatchedBy": [], + "Latititude": 51.731575, + "Longitude": 19.600367, + "id": "" + }, + { + "Name": "Łódź Chojny", + "Prefix": "", + "DifficultyLevel": 0, + "MainImageURL": "", + "AdditionalImage1URL": "", + "AdditionalImage2URL": "", + "DispatchedBy": [], + "Latititude": 51.725194, + "Longitude": 19.494981, + "id": "" + }, + { + "Name": "Łódź Fabryczna", + "Prefix": "", + "DifficultyLevel": 0, + "MainImageURL": "", + "AdditionalImage1URL": "", + "AdditionalImage2URL": "", + "DispatchedBy": [], + "Latititude": 51.769555, + "Longitude": 19.469606, + "id": "" + }, + { + "Name": "Łódź Marysin", + "Prefix": "", + "DifficultyLevel": 0, + "MainImageURL": "", + "AdditionalImage1URL": "", + "AdditionalImage2URL": "", + "DispatchedBy": [], + "Latititude": 51.800168, + "Longitude": 19.486153, + "id": "" + }, + { + "Name": "Puszcza Mariańska", + "Prefix": "", + "DifficultyLevel": 0, + "MainImageURL": "", + "AdditionalImage1URL": "", + "AdditionalImage2URL": "", + "DispatchedBy": [], + "Latititude": 51.975530, + "Longitude": 20.329363, + "id": "" + }, + { + "Name": "Bełchów", + "Prefix": "", + "DifficultyLevel": 0, + "MainImageURL": "", + "AdditionalImage1URL": "", + "AdditionalImage2URL": "", + "DispatchedBy": [], + "Latititude": 52.022929, + "Longitude": 20.035983, + "id": "" } ] From 3e0824de79123c5aba9eeae257cd19d20002e213 Mon Sep 17 00:00:00 2001 From: ShinEtsuSoftware Date: Thu, 1 May 2025 20:41:41 +0800 Subject: [PATCH 2/2] Add 2 remote station in Lodz DLC --- packages/map/components/stationsRemote.json | 24 +++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/packages/map/components/stationsRemote.json b/packages/map/components/stationsRemote.json index d5d202a..4fdd5d3 100644 --- a/packages/map/components/stationsRemote.json +++ b/packages/map/components/stationsRemote.json @@ -70,5 +70,29 @@ "Latititude": 50.509156, "Longitude": 20.024466, "id": "Kozłów" + }, + { + "Name": "Radziwiłłów Mazowiecki", + "Prefix": "", + "DifficultyLevel": 0, + "MainImageURL": "", + "AdditionalImage1URL": "", + "AdditionalImage2URL": "", + "DispatchedBy": [], + "Latititude": 52.000331, + "Longitude": 20.290474, + "id": "Żyrardów" + }, + { + "Name": "Łódź Andrzejów", + "Prefix": "", + "DifficultyLevel": 0, + "MainImageURL": "", + "AdditionalImage1URL": "", + "AdditionalImage2URL": "", + "DispatchedBy": [], + "Latititude": 51.741028, + "Longitude": 19.617146, + "id": "Gałkówek" } ]