added "outdated map data" to the service name

responding to recent discussion
This commit is contained in:
Rodolfo 2013-11-18 22:03:12 +01:00
parent 73c39702b1
commit 198d03e02e

View file

@ -65,7 +65,7 @@ public class RouteProvider {
private static final String OSMAND_ROUTER = "OsmAndRouter";
public enum RouteService {
OSMAND("OsmAnd (offline)"), YOURS("YOURS"), ORS("OpenRouteService"), OSRM("OSRM (only car)"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
OSMAND("OsmAnd (offline)"), YOURS("YOURS"), ORS("OpenRouteService (outdated map data)"), OSRM("OSRM (only car)"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
private final String name;
private RouteService(String name){
this.name = name;