Skip to content

Commit 9af2abf

Browse files
Update TagFix_Maxspeed.py
give only main speeds
1 parent df16344 commit 9af2abf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/TagFix_Maxspeed.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ class TagFix_Maxspeed(Plugin):
3939
'at:rural': ['100'],
4040
'at:trunk': ['100'],
4141
'ar:urban': ['40', '60'],
42-
'ar:rural': ['80', '90', '110', '120'],
43-
'ar:motorway': ['100', '120', '130'],
42+
'ar:rural': ['110', '120'],
43+
'ar:motorway': ['100', '130'],
4444
'be-bru:rural': ['70'],
4545
'be-bru:urban': ['30'],
4646
'be:motorway': ['120'],

0 commit comments

Comments
 (0)