Add Maximum speed road sign for Canada

This commit is contained in:
Dmitry 2020-06-10 14:21:05 +03:00
parent 96053e81b0
commit 25218bc9a0
6 changed files with 1 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View file

@ -1294,8 +1294,7 @@ public class RouteInfoWidgetsFactory {
boolean americanType = region.isAmericanTypeSigns();
if(alarm.getType() == AlarmInfoType.SPEED_LIMIT) {
if(region == OsmandSettings.DrivingRegion.CANADA) {
// TODO @dmpr0 canada and delete comment
locimgId = R.drawable.warnings_speed_limit_us;
locimgId = R.drawable.warnings_speed_limit_ca;
} else if(americanType){
locimgId = R.drawable.warnings_speed_limit_us;
//else case is done by drawing red ring