Page 1 of 1

Map&Guide and BCR format

Posted: Tue Aug 09, 2016 2:36 pm
by Dominykas
Hello, this doesn't directly concern xServer, but I believe this is a question that would be best answered by developers and not managers.

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

Re: Map&Guide and BCR format

Posted: Tue Aug 09, 2016 2:52 pm
by Bernd Welter
Hello Domynikas,

I moved the topic to he NAVIGATOR subforum - surely Christa or Michael will take care of it asap!

Best regards Bernd

Re: Map&Guide and BCR format

Posted: Wed Aug 10, 2016 7:15 am
by Christa Brand
Hi Domynikas,
thank you for your feedback.

Seems indeed this was an unwanted change - we will revert this asap and I´ll let you know as soon as you can expect the "old" behaviour.

Kind regards,
Christa

Re: Map&Guide and BCR format

Posted: Wed Aug 24, 2016 11:20 am
by Dominykas
Hello,

We have recently come across another bug when creating .BCR files. When creating a route with a total of 2 points, the "Segmentcenters" only contain some, but not all of the detailed route, starting from beginning and ending randomly in the middle. I have attached an example file. There is a huge gap between last coordinates in "Segmentcenters" and the coordinates of second stop-off point.

Kind regards,
Dominykas Viečas

Santa_Croce_-_La_Beltiere.bcr.zip
Example BCR
(3.62 KiB) Downloaded 267 times

Re: Map&Guide and BCR format

Posted: Wed Aug 24, 2016 1:43 pm
by Michael.Hubschneider
Hi Dominykas,

the Map&Guide Internet version has been fixed and rolled out, thanks for reporting!

I tried to reproduce the second one, but seems correct to me, could you try again? I add almost the same one, produced with the latest version of map&guide. I attach my route. Could you check tant again with the current version?

Best regards
Michael

Re: Map&Guide and BCR format

Posted: Fri Aug 26, 2016 9:22 am
by Dominykas
Michael.Hubschneider wrote:Hi Dominykas,

the Map&Guide Internet version has been fixed and rolled out, thanks for reporting!

I tried to reproduce the second one, but seems correct to me, could you try again? I add almost the same one, produced with the latest version of map&guide. I attach my route. Could you check tant again with the current version?

Best regards
Michael
Hello, thanks for the fixes! Considering the second problem, we played around some more and found out that the main factor here is a 'via point'. The "Segmenttcenters" in BCR are only generated until the 'via point', and after it there are no more coordinates in "Segmentcenters".