From b44e36e7ba1f0a0c800b4d03aa085d20beb05d71 Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Wed, 1 Feb 2012 17:36:28 +0100 Subject: [PATCH] Fixes issue #74, thanks DrVanScott. --- DataStructures/ExtractorCallBacks.h | 1 - 1 file changed, 1 deletion(-) diff --git a/DataStructures/ExtractorCallBacks.h b/DataStructures/ExtractorCallBacks.h index 98feed5dd..9e63a42a0 100644 --- a/DataStructures/ExtractorCallBacks.h +++ b/DataStructures/ExtractorCallBacks.h @@ -173,7 +173,6 @@ public: w.direction = _Way::bidirectional; } else if( oneway == "-1") { w.direction = _Way::opposite; - std::reverse( w.path.begin(), w.path.end() ); } else if( oneway == "yes" || oneway == "1" || oneway == "true" || onewayClass == "yes" || onewayClass == "1" || onewayClass == "true" || junction == "roundabout" || highway == "motorway_link" || highway == "motorway" ) { w.direction = _Way::oneway;