Allow for different rounding in car-maxspeed fixture
This commit is contained in:
		
							parent
							
								
									a2612a1ebe
								
							
						
					
					
						commit
						222d06850c
					
				@ -21,12 +21,12 @@ OSRM will use 4/5 of the projected free-flow speed.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        When I route I should get
 | 
					        When I route I should get
 | 
				
			||||||
            | from | to | route | speed         |
 | 
					            | from | to | route | speed         |
 | 
				
			||||||
            | a    | b  | ab    |  78 km/h      |
 | 
					            | a    | b  | ab    |  79 km/h      |
 | 
				
			||||||
            | b    | c  | bc    |  59 km/h +- 1 |
 | 
					            | b    | c  | bc    |  59 km/h +- 1 |
 | 
				
			||||||
            | c    | d  | cd    |  51 km/h      |
 | 
					            | c    | d  | cd    |  51 km/h      |
 | 
				
			||||||
            | d    | e  | de    |  75 km/h      |
 | 
					            | d    | e  | de    |  75 km/h      |
 | 
				
			||||||
            | e    | f  | ef    |  90 km/h      |
 | 
					            | e    | f  | ef    |  91 km/h      |
 | 
				
			||||||
            | f    | g  | fg    | 106 km/h      |
 | 
					            | f    | g  | fg    | 107 km/h      |
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    Scenario: Car - Do not ignore maxspeed when higher than way speed
 | 
					    Scenario: Car - Do not ignore maxspeed when higher than way speed
 | 
				
			||||||
        Given the node map
 | 
					        Given the node map
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user