Merge branch 'master' of https://github.com/Bars107/osmand
This commit is contained in:
commit
6004573080
2 changed files with 2 additions and 2 deletions
|
@ -331,7 +331,7 @@ public class MapActivityLayers {
|
||||||
selectPOIFilterLayer(mapView);
|
selectPOIFilterLayer(mapView);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else if (specialItemId == R.string.layer_gpx_layer) {
|
||||||
settingsImage.setOnClickListener(new View.OnClickListener() {
|
settingsImage.setOnClickListener(new View.OnClickListener() {
|
||||||
@Override
|
@Override
|
||||||
public void onClick(View view) {
|
public void onClick(View view) {
|
||||||
|
|
|
@ -77,7 +77,7 @@ public class RouteProvider {
|
||||||
public enum RouteService {
|
public enum RouteService {
|
||||||
OSMAND("OsmAnd (offline)"), YOURS("YOURS"),
|
OSMAND("OsmAnd (offline)"), YOURS("YOURS"),
|
||||||
ORS("OpenRouteService"), OSRM("OSRM (only car)"),
|
ORS("OpenRouteService"), OSRM("OSRM (only car)"),
|
||||||
BROUTER("BRouter (offline)"), STRAIGHT("Straight line(offline)");
|
BROUTER("BRouter (offline)"), STRAIGHT("Straight line");
|
||||||
private final String name;
|
private final String name;
|
||||||
private RouteService(String name){
|
private RouteService(String name){
|
||||||
this.name = name;
|
this.name = name;
|
||||||
|
|
Loading…
Reference in a new issue