As I understand, after a recent Map&Guide update, there was a change in a way a BCR route file is formed, specifically the detailed route (segments), when there are 3 or more stop-off points. Previously it would be:
Code: Select all
[Station2Segmentcenters]
Point1=123456,654321,0
Point2=123457,654322,0
...
[Station3Segmentcenters]
Point1=123458,654323,0
Point2=123459,654324,0
...
And now it's like this:
Code: Select all
[Station2Segmentcenters]
Point1=123456,654321,0
Point2=123457,654322,0
Point3=123458,654323,0
Point4=123459,654324,0
...
[Station3Segmentcenters]
Segmentation from all points is put under Station2Segmentcenters, while other "Segmentcenters" are empty.
This change broke some of our code, but worse, PTV Navigator doesn't seem to follow this detailed route under Station2Segmentcenters when navigating to 3rd or later stop-off points.
So I guess my question is: is this change in BCRs permanent (relatively) and we should adjust to it or is this a bug / changes in progress that we should wait out?
Kind Regards,
Dominykas Viecas