Search found 16 matches

by pssdiogo
Mon Sep 18, 2023 11:24 am
Forum: PTV xMapServer / Dev.RasterMaps API
Topic: Addresses not found in PTV map / Incorrect geocode
Replies: 1
Views: 69122

Addresses not found in PTV map / Incorrect geocode

Map Name: PTV Europe City Map Premium 2023.2T
Provider Information: TomTom 2022.12,TomTom 2022.06,TomTom 2021.12



Case 1

Address: Werkstrasse 2, 6021 Emmenbruecke, CH
Issue: The PTV map shows the street "Emmenweidstrasse" instead of "Werkstrasse".
2023-09-13_15-49-00.png

Google Maps ...
by pssdiogo
Fri Jun 10, 2022 10:10 am
Forum: PTV xServer.NET (Admin=OH)
Topic: FormsMap.XMapUrl exceptions assigning the xMapServer URL
Replies: 6
Views: 22291

Re: FormsMap.XMapUrl exceptions assigning the xMapServer URL

Hello Oliver

Oh yes, you are absolutely right. It works perfectly now.
Thank you for your quick response.

Best regards,
Pedro Diogo
by pssdiogo
Thu Jun 09, 2022 3:38 pm
Forum: PTV xServer.NET (Admin=OH)
Topic: FormsMap.XMapUrl exceptions assigning the xMapServer URL
Replies: 6
Views: 22291

Re: FormsMap.XMapUrl exceptions assigning the xMapServer URL

Hello Oliver

Can you please help me with the initialization of the XMap2 using Feature Layers?

As explained below, I have followed two projects, the first focusing on feature layers and the second avoiding "smart" Uri detection in the FormsMap.XMapUrl property. But in both approaches, the ...
by pssdiogo
Tue Oct 05, 2021 8:26 am
Forum: PTV xServer.NET (Admin=OH)
Topic: FormsMap.XMapUrl exceptions assigning the xMapServer URL
Replies: 6
Views: 22291

Re: FormsMap.XMapUrl exceptions assigning the xMapServer URL

Hello Oliver

Thank you for your quick reply.
Perfect, it works exactly as you described it.
I have no more exceptions and it seems to be faster. Thank you.

However, I still have the same question regarding the xServer2 url.
The "CustomInit" sample it's only valid for xServer1, right?

I would like ...
by pssdiogo
Fri Oct 01, 2021 1:46 pm
Forum: PTV xServer.NET (Admin=OH)
Topic: FormsMap.XMapUrl exceptions assigning the xMapServer URL
Replies: 6
Views: 22291

FormsMap.XMapUrl exceptions assigning the xMapServer URL

Hello Ptv Team

While debugging, the "Output Window" shows 2 exceptions when the property FormsMap.XMapUrl is assigned to the xMapServer URL. This is an internally handled exception that is only displayed in the output window, after which the form is loaded and the map shown correctly.

Environment ...
by pssdiogo
Fri Jun 12, 2020 2:40 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: Cannot caluclate route concerning leg *number*
Replies: 20
Views: 65166

Re: Cannot caluclate route concerning leg *number*

Hi Bernd

It's clear now.
Thank you for your help.

Best regards
Pedro Diogo
by pssdiogo
Tue May 26, 2020 3:10 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: Cannot caluclate route concerning leg *number*
Replies: 20
Views: 65166

Re: Cannot caluclate route concerning leg *number*

Hi Bernd

Thank you for your fast reply.
Follows attached the XML request.

Best regards
Pedro Diogo
by pssdiogo
Tue May 26, 2020 2:08 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: Cannot caluclate route concerning leg *number*
Replies: 20
Views: 65166

Re: Cannot caluclate route concerning leg *number*

Hi Bernd

I'm facing the same error "Cannot calculate route concerning leg *number*" with the following address:

Rue de la Source 5
1020 Renens

https://goo.gl/maps/8dyJykFku9ZmCArSA



I have tried the suggestions:
http://devblog.ptvgroup.com/2014/01/10/routing-enter-authorized-passages-with ...
by pssdiogo
Wed Mar 08, 2017 3:12 pm
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: Unscheduled Stops in a tour with non-used available time?
Replies: 10
Views: 28655

Re: Unscheduled Stops in a tour with non-used available time

Hello Joost


Ok, I will do it. Thank you.

I was trying to follow your instructions but I don't know where to find the request needed to achieve the point "Paste your request in the upper text box, annotation 2"
Is the request available in the logs? Where can I fin it?

The support ticket should be ...
by pssdiogo
Wed Mar 08, 2017 2:19 pm
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: Unscheduled Stops in a tour with non-used available time?
Replies: 10
Views: 28655

Re: Unscheduled Stops in a tour with non-used available time

Hello Joost

Thank you for your quick reply.
I just did it as you suggested, but I still have the same results...

What is funny is that in the request I can see the CurrentPlan.NumberOfUnscheduledOrders reducing until reach 0. But, this is than different from what is returned in the plan.result ...
by pssdiogo
Tue Mar 07, 2017 4:29 pm
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: Unscheduled Stops in a tour with non-used available time?
Replies: 10
Views: 28655

Unscheduled Stops in a tour with non-used available time?

Hello,

I'm having issues using with "planBasicTours".
I have several unscheduled orders and the tour/vehicle time window have non-used time.
In the plan result, the vehicle ends at 12:45 even having availability to work until the next day at 1:00. As result I have unscheduled stops that should be ...
by pssdiogo
Wed Nov 05, 2014 4:00 pm
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: Increasing xTour poolSize. How to prevent Dima conflicts?
Replies: 4
Views: 17127

Re: Increasing xTour poolSize. How to prevent Dima conflicts

Hello Bernd,

Thank you for your quick reply. Solved my problem.

I was deleting the existing distance matrix on every call (DistanceMatrixByRoad.deleteBeforeUsage=true), but on all requests I was always using the same dimaID.

Now I’m generating different ID’s for each call and it is working fine ...
by pssdiogo
Mon Nov 03, 2014 9:49 am
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: Increasing xTour poolSize. How to prevent Dima conflicts?
Replies: 4
Views: 17127

Increasing xTour poolSize. How to prevent Dima conflicts?

Hello,

I need to use xTour in a multitask approach. So, I would like to have several processes "xTour.planBasicTours" working at same time.

In order to achieve this, on properties file of xTour (Xtour.properties) I increased the number of module instances to 4.

ex:
# The number of module ...
by pssdiogo
Fri Oct 31, 2014 6:59 am
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: planBasicTours: segment sequence results by priority groups
Replies: 2
Views: 8781

Re: planBasicTours: segment sequence results by priority gro

Hello Joost,

Thank you for your quick reply.
It was exactly what I was looking for.
Solved my problem.

Best regards,
Pedro
by pssdiogo
Thu Oct 30, 2014 9:28 am
Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
Topic: planBasicTours: segment sequence results by priority groups
Replies: 2
Views: 8781

planBasicTours: segment sequence results by priority groups

Hello,

I’m using xTour.planBasicTours to sequence orders on trucks, but now I need to segment the final result by groups of orders.

I need some help on the following scenario:
I need to sequence several orders grouping them in some priority groups. So, I need to be sure that orders from a group ...