Skip to content

Commit

Permalink
Set Maxspeed for Philippines (#6776)
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo authored Mar 16, 2024
1 parent c315a58 commit 99875b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions profiles/car.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 3 additions & 0 deletions taginfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 99875b4

Please sign in to comment.