Hello Arjan,
You where probably running the TLNplanner edition of the Europe map before and now have a stock edition installed. Please conacnt you support contact to get a TLNplanner edition of the map.
With Regards,
Joost
Search found 228 matches
- Tue May 28, 2024 9:36 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: accessing roadeditor layer failed after updating map
- Replies: 2
- Views: 1804
- Tue May 21, 2024 7:39 am
- Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
- Topic: Route Violated in LegReport and other doubts
- Replies: 4
- Views: 2350
Re: Route Violated in LegReport and other doubts
A route violation means that the route is not possible to be driven by the vehicle. The dima can't hold route violation details and therefor they are not available for xTour to give back. If you want to know the details you need to recalculate the violated leg with xRoute. Hint: route violation ofte...
- Tue Mar 19, 2024 3:07 pm
- Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
- Topic: Break Location
- Replies: 5
- Views: 5101
Re: Break Location
Create a fake Demand with max. priority and with an equipment that only that technician has. This is what i recommend to my customers and it works pretty good. There is one slight downside to this approach: it will mean that the vehicle in question will always be planned in. So for a day where you ...
- Thu Sep 07, 2023 10:51 am
- Forum: Generic questions
- Topic: New toll tarrifs for Germany (dec2023 / july2024)
- Replies: 27
- Views: 487532
Re: New toll tarrifs for Germany (dec2023 / july2024)
Admin Edit by Bernd (6.10.2023): Joost's statement below is not correct. Therefore we decided to map all prices in DF5 to the "CO2-class 1” in xServer1. Details are explained in this succeeding post . ======= Joost: What does that mean exactly for on premise xRoute 1.x? Does PTV provide a new ...
- Thu Aug 31, 2023 1:51 pm
- Forum: Generic questions
- Topic: xRoute vs xDima
- Replies: 5
- Views: 6108
Re: xRoute vs xDima
Main difference is the size of the dima. xRoute does not support large dima's. The limit is iirc 750 x 750 for xRoute. In xServer 2 xRoute no longer has a matrix call. We decided that maintain dima functions on 2 locations is not usefull. Instead we did support easy dima access for smaller dima's wi...
- Mon Jun 26, 2023 7:19 am
- Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
- Topic: orderIdsNotPlanned in xTour response - pickup and delivery is not mixed
- Replies: 2
- Views: 4726
Re: orderIdsNotPlanned in xTour response - pickup and delivery is not mixed
Mixing them is possible out of the box. So there is another reason why the order remained unplanned. This can be figured out with the findChangeTourProposal. Note: since i do not know you parameters for building the dima I'm using Direct Distance in the rest of my explanation. First of all: store th...
- Wed Feb 08, 2023 3:01 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: useDetailedToll is still experimental
- Replies: 3
- Views: 4138
Re: useDetailedToll is still experimental
A couple of versions ago detailed toll became the standard for xServer 2. So atm the parameter is not used to enabled detailed toll, but rather disable it by explicitly setting it to false. Because of this we are keeping this parameter experimental.
- Mon Jan 23, 2023 12:37 pm
- Forum: PTV xTourServer / DEV.RouteOptimization / DEV.SequenceOptimization
- Topic: Tour Optimization: using Drones
- Replies: 1
- Views: 3023
Re: Tour Optimization: using Drones
Therefore I'd recommend to use a routed distance matrix ( ExistingDistanceMatrix ) which is based on the built in fallback to geometric distance. For this you could apply a routing profile which "fails by design", e.g. by setting a ridiculous geographic restriction (meaningless bounding r...
- Fri May 06, 2022 11:45 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Request for truck with hazardous goods xRoute v1.24
- Replies: 2
- Views: 4254
Re: Request for truck with hazardous goods xRoute v1.24
Hello, there are 2 things you need to adjust: 1) the hazardous good blockings are not part of the core map data but reside in the extra data layer TruckAttributes. You need to enable this layer in the feature layer section of the profile. 2) when dealing with hazardous good you also need to setup th...
- Thu Apr 07, 2022 8:53 am
- Forum: PTV xMapmatchServer (admin=JCL)
- Topic: How heading improves matching (xMatch 2)
- Replies: 2
- Views: 8636
Re: How heading improves matching
A common mistake witch people make with heading: In xMapmatch 1 heading is a mandatory parameter. If this is not set explicitly either the customer software during serialization or the xMapmatch during deserialization will add a default value witch is usually 0. So if you do not have headings availa...