Removed excess if-statement that prohibited output of unencoded
polyline.
This commit is contained in:
parent
b85898c5da
commit
66b4f65d84
@ -85,7 +85,6 @@ public:
|
||||
reply.content += "},";
|
||||
reply.content += "\"route_geometry\": ";
|
||||
if(config.geometry) {
|
||||
if(config.encodeGeometry)
|
||||
descriptionFactory.AppendEncodedPolylineString(reply.content, config.encodeGeometry);
|
||||
} else {
|
||||
reply.content += "[]";
|
||||
|
Loading…
Reference in New Issue
Block a user