This commit is contained in:
Dennis Luxen 2014-01-22 14:52:31 +01:00
parent fea0c07e1c
commit f4bd175616

View File

@ -87,6 +87,7 @@ public:
FixedPointCoordinate::convertInternalLatLonToString(current.lon, tmp);
reply.content.push_back("lon=\"" + tmp + "\"></rtept>");
}
}
// Add the via point or the end coordinate
FixedPointCoordinate::convertInternalLatLonToString(
phantom_node_list.targetPhantom.location.lat,
@ -99,7 +100,6 @@ public:
);
reply.content.push_back("lon=\"" + tmp + "\"></rtept>");
}
}
reply.content.push_back("</rte></gpx>");
}
};