diff --git a/Trajectories/plot_traj.py b/Trajectories/plot_traj.py
index 0df6f2065a90f2730fbccdd0281974e4d0de194b..e0dc3c13b23c25d3440a76bb93e1f9be203e1984 100755
--- a/Trajectories/plot_traj.py
+++ b/Trajectories/plot_traj.py
@@ -61,7 +61,7 @@ if __name__ == "__main__":
         e_overestim = int(f.read())
 
     SHPC = util_eddies.SHPC_class(args.SHPC, def_orient = args.orientation)
-    src_crs = ccrs.PlateCarree()
+    src_crs = ccrs.Geodetic()
     projection = ccrs.PlateCarree(central_longitude = 110)
     fig, ax = plt.subplots(subplot_kw = {"projection": projection})
     random.seed(0)