Fuck. this. shit.
This commit is contained in:
		
							parent
							
								
									9b75f618e8
								
							
						
					
					
						commit
						39d6c33b32
					
				| @ -132,8 +132,8 @@ double perpendicularDistanceFromProjectedCoordinate( | ||||
|     BOOST_ASSERT(query_location.IsValid()); | ||||
| 
 | ||||
|     // initialize values
 | ||||
|     const double x = projected_xy_coordinate.first; | ||||
|     const double y = projected_xy_coordinate.second; | ||||
|     const double x = projected_xy_coordinate.second; | ||||
|     const double y = projected_xy_coordinate.first; | ||||
|     const double a = mercator::latToY(toFloating(segment_source.lat)); | ||||
|     const double b = static_cast<double>(toFloating(segment_source.lon)); | ||||
|     const double c = mercator::latToY(toFloating(segment_target.lat)); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user