Set Maxspeed for Philippines (#6776)

This commit is contained in:
Frédéric Rodrigo 2024-03-16 11:35:25 +00:00 committed by GitHub
parent c315a586f7
commit 99875b4d24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"},