From ccc3ddf24474d120c1a99efbbeebbf7c9d9d4656 Mon Sep 17 00:00:00 2001 From: DAK- Date: Mon, 2 Dec 2013 17:29:46 -0600 Subject: [PATCH] Update static_map_locations.py Vreni Island and Tyrena coordinates fixed. --- scripts/static_map_locations.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +