Fixes ticket #43 where JSON was incorrectly formatted

This commit is contained in:
Dennis Luxen 2011-07-06 12:42:44 +00:00
parent a37528362d
commit 97bd93f9bc

View File

@ -294,6 +294,8 @@ public:
config.pc.printUnencodedString(polyline, routeGeometryString);
reply.content += routeGeometryString;
} else {
reply.content += "[]";
}
reply.content += ",";
reply.content += "\"route_instructions\": [";