Route description output turned off
This commit is contained in:
parent
054bffc0f6
commit
545162cd4c
@ -116,10 +116,10 @@ public:
|
|||||||
rep.content += ("<kml xmlns=\"http://www.opengis.net/kml/2.2\">");
|
rep.content += ("<kml xmlns=\"http://www.opengis.net/kml/2.2\">");
|
||||||
rep.content += ("<Document>");
|
rep.content += ("<Document>");
|
||||||
|
|
||||||
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>");
|
||||||
|
Loading…
Reference in New Issue
Block a user