diff --git a/scripts/static_map_locations.py b/scripts/static_map_locations.py index 46efc478..62070749 100644 --- a/scripts/static_map_locations.py +++ b/scripts/static_map_locations.py @@ -59,11 +59,11 @@ def corelliaLocations(core, planet): # Cities mapService.addLocation(planet, 'Coronet', -178, -4504, 17, 0, 0) - mapService.addLocation(planet, 'Tyrena', -5140, 2450, 17, 0, 0) + mapService.addLocation(planet, 'Tyrena', -5140, -2450, 17, 0, 0) mapService.addLocation(planet, 'Bela Vistal', 6766, -5692, 17, 0, 0) mapService.addLocation(planet, 'Kor Vella', -3420, 3146, 17, 0, 0) mapService.addLocation(planet, 'Doaba Guerfel', 3274, 5582, 17, 0, 0) - mapService.addLocation(planet, 'Vreni Island', -5538, 6176, 17, 0, 0) + mapService.addLocation(planet, 'Vreni Island', -5538, -6176, 17, 0, 0) def nabooLocations(core, planet): @@ -158,4 +158,4 @@ def lokLocations(core, planet): #mapService.addLocation(planet, 'Pandath Spaceport', 0, 0, 17, 0, 0) - \ No newline at end of file +