Add Maximum speed road sign for Canada
This commit is contained in:
parent
96053e81b0
commit
25218bc9a0
6 changed files with 1 additions and 2 deletions
BIN
OsmAnd/res/drawable-hdpi/warnings_speed_limit_ca.png
Normal file
BIN
OsmAnd/res/drawable-hdpi/warnings_speed_limit_ca.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
BIN
OsmAnd/res/drawable-mdpi/warnings_speed_limit_ca.png
Normal file
BIN
OsmAnd/res/drawable-mdpi/warnings_speed_limit_ca.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
OsmAnd/res/drawable-xhdpi/warnings_speed_limit_ca.png
Normal file
BIN
OsmAnd/res/drawable-xhdpi/warnings_speed_limit_ca.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
OsmAnd/res/drawable-xxhdpi/warnings_speed_limit_ca.png
Normal file
BIN
OsmAnd/res/drawable-xxhdpi/warnings_speed_limit_ca.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
OsmAnd/res/drawable-xxxhdpi/warnings_speed_limit_ca.png
Normal file
BIN
OsmAnd/res/drawable-xxxhdpi/warnings_speed_limit_ca.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue