--- android/TrainInfo/src/dk/thoerup/traininfo/provider/DebugProvider.java 2010/05/03 11:19:18 699 +++ android/TrainInfo/src/dk/thoerup/traininfo/provider/DebugProvider.java 2010/05/03 12:39:34 700 @@ -64,6 +64,7 @@ station.setId(1); station.setLatitude(56.0); station.setLongitude(10.0); + station.setRegional(true); stations.add(station); station = new StationBean(); @@ -71,7 +72,8 @@ station.setDistance(5300); station.setId(2); station.setLatitude(58.0); - station.setLongitude(10.0); + station.setLongitude(10.0); + station.setRegional(true); stations.add(station); station = new StationBean(); @@ -79,7 +81,8 @@ station.setDistance(15600); station.setId(3); station.setLatitude(52.0); - station.setLongitude(11.0); + station.setLongitude(11.0); + station.setRegional(true); stations.add(station); return stations;