move Osmand (offline) route provider to top
This commit is contained in:
parent
579e7244d8
commit
4a192c8871
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public class RouteProvider {
|
|||
private static final String OSMAND_ROUTER = "OsmandRouter";
|
||||
|
||||
public enum RouteService {
|
||||
CLOUDMADE("CloudMade"), YOURS("YOURS"), ORS("OpenRouteService"), OSMAND("OsmAnd (offline)"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
|
||||
OSMAND("OsmAnd (offline)", CLOUDMADE("CloudMade"), YOURS("YOURS"), ORS("OpenRouteService")); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
|
||||
private final String name;
|
||||
private RouteService(String name){
|
||||
this.name = name;
|
||||
|
|
Loading…
Reference in a new issue