Search found 8 matches

by davidprem
Wed Apr 01, 2026 3:32 pm
Forum: Routing API
Topic: Routing with Vehicle Parameter LoadWeight
Replies: 6
Views: 10175

Re: Routing with Vehicle Parameter LoadWeight

Hi,

thank you for the Showcase, this helps a lot.

In my opinion the restriction total permitted weight: 30000 may be wrong. Our customer from Krefeld told us, that the restriction is not concerning the total permitted weight but the actual maximum weight. I also verified this statement through ...
by davidprem
Wed Apr 01, 2026 2:56 pm
Forum: Routing API
Topic: Routing with Vehicle Parameter LoadWeight
Replies: 6
Views: 10175

Re: Routing with Vehicle Parameter LoadWeight

Hi Bernd,

after adding traffic mode AVERAGE to my original request, I still don't get the expected result unfortunately. I can only enforce routing over the bridge by lowering the total permitted weight to 30t.

So my question is: Why is a truck with total permitted weight of 30t routed over the ...
by davidprem
Wed Apr 01, 2026 2:14 pm
Forum: Routing API
Topic: Routing with Vehicle Parameter LoadWeight
Replies: 6
Views: 10175

Re: Routing with Vehicle Parameter LoadWeight

UPDATE:
We just tested this for a completely different bridge with a similar restriction and got the expected results. So I guess this is a case of map data error?

Sample request for an 18t restriction bridge in Mötz, Austria:
https://api.myptv.com/routing/v1/routes?vehicle[loadWeight]=2000 ...
by davidprem
Wed Apr 01, 2026 1:51 pm
Forum: Routing API
Topic: Routing with Vehicle Parameter LoadWeight
Replies: 6
Views: 10175

Routing with Vehicle Parameter LoadWeight

Hi,

we are currently trying to use the VehicleParameter "loadWeight" to allow vehicles with profile EUR_TRAILER_TRUCK to pass a
bridge with a maximum weight of 30.000 kg by setting the load weight to 10.000 kg, which should result in less than 30.000 kg total weight.

Unfortunately, we cannot ...
by davidprem
Fri Mar 07, 2025 3:02 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: How to enforce daily toll rates in xServer 1
Replies: 3
Views: 31098

Re: How to enforce daily toll rates in xServer 1

Interesting, I am getting time dependant toll data on XS1 as well.

Please review my two sample requests:
sample_request_night.txt
(3.34 KiB) Downloaded 1408 times
sample_request_day.txt
(3.34 KiB) Downloaded 1389 times
by davidprem
Fri Mar 07, 2025 7:42 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: How to enforce daily toll rates in xServer 1
Replies: 3
Views: 31098

How to enforce daily toll rates in xServer 1

Hi (Bernd),

hoping this is the right place to ask this question:
Would it be possible in XS1 to configure toll calculation to enforce daily toll rates only? I couldn't find any possibility in the documentation unfortunately.

I'd need that explicitly for the Brenner pass, where our cutomers do a ...
by davidprem
Wed Feb 19, 2025 2:10 pm
Forum: Generic questions
Topic: PTV_GeneralTruckRestrictions no longer available
Replies: 3
Views: 78673

Re: PTV_GeneralTruckRestrictions no longer available

Hi Bernd,

does the new PTV Developer Routing API provide any data for lorry/truck bans on saturdays, sundays or weekends, similar to the discontinued GeneralTruckRestrictions layer?

Thank you!
by davidprem
Tue Feb 20, 2024 8:11 am
Forum: Developer.Route Optimization API
Topic: Update an existing Optimization (missing inputplan)
Replies: 7
Views: 19895

Update an existing Optimization (missing inputplan)

Hi,

let's say I want to pre-optimize a large amount of orders for the next day. Now during the night, some additional orders are being received through my order interface and I want to integrate those orders into the existing optimization really fast. Is there any way to do this or do I have to ...