silly typo always gave instructions
This commit is contained in:
parent
243fc2664a
commit
d531c5beb5
@ -309,7 +309,7 @@ public:
|
|||||||
}
|
}
|
||||||
reply.content += "],";
|
reply.content += "],";
|
||||||
reply.content += "\"route_instructions\": [";
|
reply.content += "\"route_instructions\": [";
|
||||||
if(config.geometry || config.instructions) {
|
if(config.instructions) {
|
||||||
reply.content += routeInstructionString;
|
reply.content += routeInstructionString;
|
||||||
}
|
}
|
||||||
reply.content += "],";
|
reply.content += "],";
|
||||||
|
Loading…
Reference in New Issue
Block a user