Merge pull request #689 from stephan75/patch-1
as of June 2014, OpenRouteService is NO longer outdated
This commit is contained in:
commit
50019dd28b
1 changed files with 1 additions and 1 deletions
|
@ -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){
|
||||
|
|
Loading…
Reference in a new issue