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:
parent
d4922341f2
commit
8e94554bc3
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