diff --git a/plugins/TagFix_Maxspeed.py b/plugins/TagFix_Maxspeed.py index 521aae70a..a757cf27e 100644 --- a/plugins/TagFix_Maxspeed.py +++ b/plugins/TagFix_Maxspeed.py @@ -36,16 +36,25 @@ class TagFix_Maxspeed(Plugin): # List only exceptions maxspeed_table = { + 'ar:rural': ['110'], 'at:rural': ['100'], 'at:trunk': ['100'], 'be-bru:rural': ['70'], 'be-bru:urban': ['30'], 'be:motorway': ['120'], + 'be:trunk': ['120'], 'be-vlg:rural': ['70'], 'bg:motorway': ['140'], + 'bg:trunk': ['120'], 'by:urban': ['60'], 'by:motorway': ['110'], + 'ca-ab:rural': ['80', '100'], + 'ca-ab:urban': ['50', '80'], + 'ca-bc:rural': ['80'], 'ca-on:rural': ['80'], + 'ca-qc:motorway': ['100'], + 'ca-qc:rural': ['70', '80'], + 'ch:motorway': ['120'], 'ch:rural': ['80'], 'ch:trunk': ['100'], 'ch:motorway': ['120'], @@ -55,13 +64,28 @@ class TagFix_Maxspeed(Plugin): 'de:rural': ['100'], 'de:motorway': [], 'dk:rural': ['80'], + 'es:motorway': ['120'], 'es:urban': ['20', '30', '50'], 'es:trunk': ['90'], + 'fi:rural': ['80'], 'fr:rural': ['80', '90'], 'fr:urban': ['30', '50'], 'gb:nsl_single': ['60 mph'], 'gb:nsl_dual': ['70 mph'], 'gb:motorway': ['70 mph'], + 'id:motorway': ['100'], + 'id:rural': ['80'], + 'il:living_street': ['30'], + 'il:motorway': ['110'], + 'il:rural': ['80', '90'], + 'il:trunk': ['100'], + 'in:motorway': ['120'], + 'in:rural': ['70'], + 'in:urban': ['70'], + 'jp:motorway': ['100'], + 'kr:motorway': ['80'], + 'kr:trunk': ['80'], + 'kr:rural': ['60'], 'nl:rural': ['80'], 'nl:trunk': ['100'], 'no:rural': ['80'], @@ -72,13 +96,24 @@ class TagFix_Maxspeed(Plugin): 'pl:rural': ['90', '100'], 'pl:trunk': ['100', '120'], 'pl:motorway': ['140'], + 'pt:motorway': ['120'], + 'pt:trunk': ['100'], 'ro:trunk': ['100'], + 'rs:rural': ['80'], + 'rs:trunk': ['100'], 'ru:living_street': ['20'], 'ru:urban': ['60'], 'ru:motorway': ['110'], + 'se:rural': ['70'], + 'sk:trunk': ['90'], 'uk:nsl_single': ['60 mph'], 'uk:nsl_dual': ['70 mph'], 'uk:motorway': ['70 mph'], + 'uz:living_street': ['30'], + 'uz:motorway': ['110'], + 'uz:rural': ['100'], + 'uz:urban': ['70'], + 'za:motorway': ['120'], 'za:urban': ['60'], 'za:rural': ['100'], }