Files
eve-signaler/public/Devoid.json
gpt-engineer-app[bot] 81bfc9f45a Fix: Implement connections and region styling
-   Added "connectsTo" to JSON data for connections.
-   Updated region nodes to be rounded oblongs.
-   Updated the GalaxyMap and RegionMap to render connections.
2025-06-13 23:48:04 +00:00

25 lines
399 B
JSON

[
{
"solarSystemName": "Amarr",
"x": "100",
"y": "200",
"security": 1.0,
"connectsTo": ["Sarum Prime"]
},
{
"solarSystemName": "Sarum Prime",
"x": "250",
"y": "300",
"security": 0.9,
"connectsTo": ["Amarr", "Niarja"]
},
{
"solarSystemName": "Niarja",
"x": "400",
"y": "250",
"security": 0.5,
"connectsTo": ["Sarum Prime"]
}
]