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);
|
||||
}
|
||||
});
|
||||
} else {
|
||||
} else if (specialItemId == R.string.layer_gpx_layer) {
|
||||
settingsImage.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View view) {
|
||||
|
|
|
@ -77,7 +77,7 @@ public class RouteProvider {
|
|||
public enum RouteService {
|
||||
OSMAND("OsmAnd (offline)"), YOURS("YOURS"),
|
||||
ORS("OpenRouteService"), OSRM("OSRM (only car)"),
|
||||
BROUTER("BRouter (offline)"), STRAIGHT("Straight line(offline)");
|
||||
BROUTER("BRouter (offline)"), STRAIGHT("Straight line");
|
||||
private final String name;
|
||||
private RouteService(String name){
|
||||
this.name = name;
|
||||
|
|
Loading…
Reference in a new issue