as of June 2014, OpenRouteService is NO longer outdated

updates from main OSM server to ORS routing database are now done regularly. Tried online routing via ORS, and success.
This commit is contained in:
stephan75 2014-06-08 20:36:32 +02:00
parent d4922341f2
commit 8e94554bc3

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){