Set Maxspeed for Philippines

This commit is contained in:
Frédéric Rodrigo 2024-01-29 17:31:57 +01:00
parent 31e31a63d0
commit 3327276147
2 changed files with 6 additions and 0 deletions

View File

@ -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,

View File

@ -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"},