Set speeds for mini roundabouts in car and bike profile
This commit is contained in:
		
							parent
							
								
									ef7b36da32
								
							
						
					
					
						commit
						a85f39c140
					
				| @ -18,6 +18,7 @@ local default_speed = 15 | |||||||
| local walking_speed = 6 | local walking_speed = 6 | ||||||
| 
 | 
 | ||||||
| bicycle_speeds = { | bicycle_speeds = { | ||||||
|  |   ["mini_roundabout"] = default_speed, | ||||||
|   ["cycleway"] = default_speed, |   ["cycleway"] = default_speed, | ||||||
|   ["primary"] = default_speed, |   ["primary"] = default_speed, | ||||||
|   ["primary_link"] = default_speed, |   ["primary_link"] = default_speed, | ||||||
|  | |||||||
| @ -16,6 +16,7 @@ restriction_exception_tags = { "motorcar", "motor_vehicle", "vehicle" } | |||||||
| suffix_list = { "N", "NE", "E", "SE", "S", "SW", "W", "NW", "North", "South", "West", "East" } | suffix_list = { "N", "NE", "E", "SE", "S", "SW", "W", "NW", "North", "South", "West", "East" } | ||||||
| 
 | 
 | ||||||
| speed_profile = { | speed_profile = { | ||||||
|  |   ["mini_roundabout"] = 25, | ||||||
|   ["motorway"] = 90, |   ["motorway"] = 90, | ||||||
|   ["motorway_link"] = 45, |   ["motorway_link"] = 45, | ||||||
|   ["trunk"] = 85, |   ["trunk"] = 85, | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user