From 3327276147083d127d261d3bbfc23e498a6cd1c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Rodrigo?= Date: Mon, 29 Jan 2024 17:31:57 +0100 Subject: [PATCH] Set Maxspeed for Philippines --- profiles/car.lua | 3 +++ taginfo.json | 3 +++ 2 files changed, 6 insertions(+) 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"},