diff --git a/HttpServer/request_handler.h b/HttpServer/request_handler.h index e4cdf29e7..8b0e01ff6 100644 --- a/HttpServer/request_handler.h +++ b/HttpServer/request_handler.h @@ -118,7 +118,8 @@ public: if(distance != std::numeric_limits::max()) computeDescription(tmp, path, phantomNodes); -// cout << tmp << endl; + cout << tmp << endl; + // rep.content += tmp; rep.content += (""); rep.content += ("OSM Routing Engine (c) Dennis Luxen and others "); @@ -299,8 +300,8 @@ private: tmp += "leave motorway and "; double angle = GetAngleBetweenTwoEdges(previous, current, next); - if(it->turn) - tmp += " turn! "; +// if(it->turn) +// tmp += " turn! "; tmp += "follow road "; if(nameID != 0) tmp += sEngine->GetNameForNameID(nameID);