Set Maxspeed for Philippines (#6776)
This commit is contained in:
parent
c315a586f7
commit
99875b4d24
@ -296,6 +296,9 @@ function setup()
|
||||
["nl:trunk"] = 100,
|
||||
['no:rural'] = 80,
|
||||
['no:motorway'] = 110,
|
||||
['ph:urban'] = 40,
|
||||
['ph:rural'] = 80,
|
||||
['ph:motorway'] = 100,
|
||||
['pl:rural'] = 100,
|
||||
['pl:trunk'] = 120,
|
||||
['pl:motorway'] = 140,
|
||||
|
@ -172,6 +172,9 @@
|
||||
{"key": "maxspeed", "value": "NL:trunk"},
|
||||
{"key": "maxspeed", "value": "NO:rural"},
|
||||
{"key": "maxspeed", "value": "NO:motorway"},
|
||||
{"key": "maxspeed", "value": "PH:urban"},
|
||||
{"key": "maxspeed", "value": "PH:rural"},
|
||||
{"key": "maxspeed", "value": "PH:motorway"},
|
||||
{"key": "maxspeed", "value": "PL:rural"},
|
||||
{"key": "maxspeed", "value": "PL:trunk"},
|
||||
{"key": "maxspeed", "value": "PL:motorway"},
|
||||
|
Loading…
Reference in New Issue
Block a user