Search found 237 matches

by Joost
Tue Feb 17, 2026 12:39 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: 'strange' tourEventTypes 'Wait' in certain response (effect of PTV_TrafficIncidents)
Replies: 3
Views: 3632

Re: 'strange' tourEventTypes 'Wait' in certain response (effect of PTV_TrafficIncidents)

The route is taking combined transport during the waiting event. The driver is then not driving and most of the times it can't be used as a break so waiting is the correct event for what is going on.

I figured this out by also ask for the segment back and look for the segment that had the ID ...
by Joost
Fri Jan 09, 2026 11:48 am
Forum: Routing API
Topic: Routing with / without delivery flag
Replies: 2
Views: 3571

Re: Routing with / without delivery flag

I would expect the API to return the DELIVERY_ONLY_EVENTS which I can use to perform some post processing.

Add DELIVERY_ONLY_EVENTS or DELIVERY_ONLY_EVENTS_POLYLINE (if you want to visualize the delivery part on a map) to the results.

For example:
https://api.myptv.com/routing/v1/routes ...
by Joost
Mon Dec 08, 2025 7:49 am
Forum: Developer.Route Optimization API
Topic: The request is not allowed to contain routes
Replies: 2
Views: 2239

Re: The request is not allowed to contain routes

it is caused by your plan. The standard plans do not allow for routes as a input parameter. Please contact your sales representative. They can inform you about the license implications of using routes and if need be provide you with a test license that does allow routes.
by Joost
Thu Oct 23, 2025 1:26 pm
Forum: PTV APIs meet SAP
Topic: How to deal with nullable values in SAP?
Replies: 3
Views: 893

Re: How to deal with nullable values in SAP?

Both options should be valid.
by Joost
Thu Oct 23, 2025 7:55 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: Toll calculation for the Netherlands with TLN Europe City Map
Replies: 1
Views: 3676

Re: Toll calculation for the Netherlands with TLN Europe City Map

Hello Christopher,

On a component level the Dutch toll will not be introduced to xServer 1, only for xServer 2 and Developer. The current version of TLNplanner works on xServer 1 and thus will not be able to deal with this. A new version of TLNplanner is in development that is based on PTV ...
by Joost
Tue Aug 05, 2025 10:45 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: Route doesnt use new tunnel
Replies: 3
Views: 5695

Re: Route doesnt use new tunnel

Hello Arjan,

You need a newer map. The 2025.2H (both regular as TLN variant) have the tunnel usable.

With Regards,
Joost
by Joost
Thu Jul 03, 2025 7:08 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: CO2 calculation, fuel consumption type
Replies: 5
Views: 12569

Re: CO2 calculation, fuel consumption type

I'm guessing you are using xServer 2, let me know if I'm wrong.

The RouteRequest.requestProfile.vehicleProfile.engine.fuelConsumption and RouteRequest.requestProfile.vehicleProfile.engine.electricityConsumption are only intended for the "Vehicle consumption" calculation. The fuel consumption for ...
by Joost
Wed Jun 18, 2025 8:00 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: REQ: ETA calculation process for guided navigation
Replies: 1
Views: 3385

Re: REQ: ETA calculation process for guided navigation

Are SVPs positions valid input for the track matching?
For a usable output it depends how dense the SVP's are. If they are to spread out from each other you will get a lot of broken paths. In that case you are better off with a regular routing and use manipulate waypoints for the SVP's.
by Joost
Tue May 28, 2024 9:36 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: accessing roadeditor layer failed after updating map
Replies: 2
Views: 7107

Re: accessing roadeditor layer failed after updating map

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
by Joost
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: 10077

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 ...