motorway instruction text fishy
This commit is contained in:
parent
61b8b320e3
commit
243fc2664a
@ -165,9 +165,9 @@ public:
|
|||||||
entireDistance += _dist;
|
entireDistance += _dist;
|
||||||
} else {
|
} else {
|
||||||
if(type == 0 && prevType != 0)
|
if(type == 0 && prevType != 0)
|
||||||
routeInstructionString += ",enter motorway and ";
|
routeInstructionString += ",enter motorway, ";
|
||||||
if(type != 0 && prevType == 0 )
|
if(type != 0 && prevType == 0 )
|
||||||
routeInstructionString += ",leave motorway and ";
|
routeInstructionString += ",leave motorway, ";
|
||||||
routeInstructionString += "\", \"";
|
routeInstructionString += "\", \"";
|
||||||
if(nameID != 0)
|
if(nameID != 0)
|
||||||
routeInstructionString += sEngine->GetEscapedNameForNameID(nameID);
|
routeInstructionString += sEngine->GetEscapedNameForNameID(nameID);
|
||||||
|
Loading…
Reference in New Issue
Block a user