unnecessary output at the moment

This commit is contained in:
Dennis Luxen 2010-10-01 12:17:31 +00:00
parent 3b885a492c
commit 512aabc7a4

View File

@ -118,7 +118,8 @@ public:
if(distance != std::numeric_limits<unsigned int>::max()) if(distance != std::numeric_limits<unsigned int>::max())
computeDescription(tmp, path, phantomNodes); computeDescription(tmp, path, phantomNodes);
// cout << tmp << endl; cout << tmp << endl;
// rep.content += tmp; // rep.content += tmp;
rep.content += ("<Placemark>"); rep.content += ("<Placemark>");
rep.content += ("<name>OSM Routing Engine (c) Dennis Luxen and others </name>"); rep.content += ("<name>OSM Routing Engine (c) Dennis Luxen and others </name>");
@ -299,8 +300,8 @@ private:
tmp += "leave motorway and "; tmp += "leave motorway and ";
double angle = GetAngleBetweenTwoEdges(previous, current, next); double angle = GetAngleBetweenTwoEdges(previous, current, next);
if(it->turn) // if(it->turn)
tmp += " turn! "; // tmp += " turn! ";
tmp += "follow road "; tmp += "follow road ";
if(nameID != 0) if(nameID != 0)
tmp += sEngine->GetNameForNameID(nameID); tmp += sEngine->GetNameForNameID(nameID);