Merge pull request #689 from stephan75/patch-1

as of June 2014, OpenRouteService is NO longer outdated
This commit is contained in:
vshcherb 2014-06-09 20:22:40 +02:00
commit 50019dd28b

View file

@ -76,7 +76,7 @@ public class RouteProvider {
public enum RouteService {
OSMAND("OsmAnd (offline)"), YOURS("YOURS"),
ORS("OpenRouteService (outdated map data)"), OSRM("OSRM (only car)"),
ORS("OpenRouteService"), OSRM("OSRM (only car)"),
BROUTER("BRouter (offline)");
private final String name;
private RouteService(String name){