Map:Galaxy: Difference between revisions
From Datacron Continuity Database, the Star Wars Legends Wiki
More actions
Created page with "{ "$schema": "https://datacrondatabase.com/extensions/DataMaps/schemas/v17.json", "crs": { "topLeft": [ 0, 0 ], "bottomRight": [ 3200, 3200 ], "order": "xy" }, "background": "NewGalMap.jpg", "groups": { "example": { "name": "Example group", "pinColor": "#f00" } }, "markers": { "example": [ { "x": 50, "y": 50, "name": "Example marker" } ] } }" |
No edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
"order": "xy" | "order": "xy" | ||
}, | }, | ||
"background": " | "background": "GalaxyMap.jpg", | ||
"settings": { | |||
"enableSearch": true, | |||
"showCoordinates": true | |||
}, | |||
"groups": { | "groups": { | ||
" | "Star_Systems": { | ||
"name": " | "name": "Star Systems", | ||
" | "size": [ 20, 20 ], | ||
"icon": "Star Gold Icon.png" | |||
} | } | ||
}, | }, | ||
"markers": { | "markers": { | ||
" | "Star_Systems": [ | ||
{ | |||
"x": 2422.5, "y": 2188, | |||
"name": "Tatooine", | |||
"description": "Outer Rim Territories, Arkanis sector.", | |||
"article": "Tatooine" | |||
}, | |||
{ | |||
"x": 1710.1, "y": 1260.8, | |||
"name": "Alderaan", | |||
"description": "Core Worlds, Alderaan sector", | |||
"article": "Alderaan" | |||
}, | |||
{ | { | ||
"x": | "x": 2168, "y": 696.3, | ||
"name": " | "name": "Yavin", | ||
"description": "Outer Rim Territories, Gordian Reach", | |||
"article": "Yavin system" | |||
} | } | ||
] | ] | ||
} | } | ||
} | } | ||