Fix: Data format for regions and systems

Ensure data is loaded as a single array of objects for regions and systems.
This commit is contained in:
gpt-engineer-app[bot]
2025-06-13 23:54:12 +00:00
parent 4fa2c3b106
commit 74c223d11b
4 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
{
"solarSystemName": "Hophib",
"x": "15",
"y": "105",
"y": "105",
"security": 0.02914748942441414,
"connectsTo": ["Ziriert", "Yashunen"]
},
@@ -15,7 +15,7 @@
"connectsTo": ["Hophib", "Danera", "Yashunen"]
},
{
"solarSystemName": "Yashunen",
"solarSystemName": "Yashunen",
"x": "300",
"y": "150",
"security": 0.8,
@@ -30,7 +30,7 @@
},
{
"solarSystemName": "Shastal",
"x": "400",
"x": "400",
"y": "300",
"security": -0.8,
"connectsTo": ["Yashunen", "Danera"]

View File

@@ -9,7 +9,7 @@
},
{
"solarSystemName": "Sarum Prime",
"x": "250",
"x": "250",
"y": "300",
"security": 0.9,
"connectsTo": ["Amarr", "Niarja"]

View File

@@ -10,7 +10,7 @@
{
"solarSystemName": "Dodixie",
"x": "350",
"y": "280",
"y": "280",
"security": 0.7,
"connectsTo": ["Jita", "Rens"]
},

View File

@@ -8,7 +8,7 @@
"connectsTo": ["Devoid", "Domain"]
},
{
"regionName": "Devoid",
"regionName": "Devoid",
"x": "200",
"y": "250",
"security": 0.7,
@@ -16,7 +16,7 @@
},
{
"regionName": "Domain",
"x": "600",
"x": "600",
"y": "300",
"security": 0.9,
"connectsTo": ["Devoid", "Derelik", "Kador"]
@@ -24,7 +24,7 @@
{
"regionName": "Genesis",
"x": "350",
"y": "500",
"y": "500",
"security": 0.4,
"connectsTo": ["Devoid", "Kador"]
},