From 6410314b0b4fdde8aad276380c1ee5af4cbf26fc Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Tue, 12 Feb 2013 10:57:33 +0100 Subject: [PATCH] Add license attribution to GPX output --- Descriptors/GPXDescriptor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Descriptors/GPXDescriptor.h b/Descriptors/GPXDescriptor.h index 17a3f9226..5096468fb 100644 --- a/Descriptors/GPXDescriptor.h +++ b/Descriptors/GPXDescriptor.h @@ -39,6 +39,7 @@ public: "xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" " "xsi:schemaLocation=\"http://www.topografix.com/GPX/1/1 gpx.xsd" "\">"; + reply.content += "Data (c) OpenStreetMap contributors (ODbL)"; reply.content += ""; if(rawRoute.lengthOfShortestPath != INT_MAX && rawRoute.computedShortestPath.size()) { convertInternalLatLonToString(phantomNodes.startPhantom.location.lat, tmp);