From 0aab2510d3937876e13773b0069c63f506bc15f0 Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Mon, 2 Jan 2012 12:47:31 +0100 Subject: [PATCH] Adding a static traffic light penalty to the speed profile. --- speedprofile.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/speedprofile.ini b/speedprofile.ini index a27aace43..67f50ce90 100644 --- a/speedprofile.ini +++ b/speedprofile.ini @@ -20,6 +20,7 @@ accessTag = motorcar excludeFromGrid = ferry defaultSpeed = 50 + trafficLightPenalty = 15 [bike] trunk = 16 trunk_link = 16 @@ -42,3 +43,5 @@ accessTag = bicycle excludeFromGrid = ferry defaultSpeed = 5 + trafficLightPenalty = 15 + \ No newline at end of file