diff --git a/profiles/car.lua b/profiles/car.lua index ae76151dcbf..076a93ee1df 100644 --- a/profiles/car.lua +++ b/profiles/car.lua @@ -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, diff --git a/taginfo.json b/taginfo.json index 18777802009..392e7c66092 100644 --- a/taginfo.json +++ b/taginfo.json @@ -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"},