--- android/TrainInfo/src/dk/thoerup/traininfo/StationList.java 2009/10/29 13:42:57 488 +++ android/TrainInfo/src/dk/thoerup/traininfo/StationList.java 2009/10/29 14:20:16 489 @@ -190,7 +190,6 @@ case OPTIONS_MAP: Intent intent = new Intent(this,StationMapView.class); - intent.putExtra("userlocation", location ); ArrayList stationPoints = new ArrayList(); for (StationBean st : stations ) {