Search found 9 matches
- Tue Jul 25, 2017 6:51 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Different load weight for different parts of the route
- Replies: 1
- Views: 3738
Different load weight for different parts of the route
Hi guys! Let's take such an example. A vehicle goes from point A to point B carrying 5 tons of load. Then it goes from point B to point C carrying 20 tons of load. I'd like to calculate a single route considering all the load weights. In the first part of the route the vehicle is lighter so it can u...
- Mon Feb 27, 2017 2:16 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Maximum weight limit
- Replies: 5
- Views: 5818
Re: Maximum weight limit
Thanks a lot for your help, Joost.
It works well after passing all the weight parameters.
By the way, how to remove the road editor technology from my request?
Is it enough to remove the layerName from AdditionalDataRules tag?
qsku
It works well after passing all the weight parameters.
By the way, how to remove the road editor technology from my request?
Is it enough to remove the layerName from AdditionalDataRules tag?
qsku
- Fri Feb 24, 2017 8:25 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Maximum weight limit
- Replies: 5
- Views: 5818
Re: Maximum weight limit
I use the xServer .NET control and I use the web service at https://xroute-eu-n-test.cloud.ptvgroup.com/xroute/ws/XRoute to calculate the route. I also use your request runner at https://xroute-eu-n-test.cloud.ptvgroup.com/pages/runRequest.html to test some requests. The vehicle in my request is not...
- Thu Feb 23, 2017 1:50 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Maximum weight limit
- Replies: 5
- Views: 5818
Maximum weight limit
Hi! I have a problem with routing. I calculate a route for a truck which totalPermittedWeight is 40000 kg. The problem is that the calculated route leads through a road marked on the map by 12000 kg maximum weight limit. westhausen.JPG I attach my SOAP request: westhausen_query.zip Could you please ...
- Wed Dec 21, 2016 10:36 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Road type parameters
- Replies: 1
- Views: 3618
Road type parameters
Hello. I found out I can pass some road type parameters in two ways when I call calculateExtendedRoute method. For instance, I can set RoutingParameter.AVOID_HIGHWAYS as a RoutingOption. On the other hand I can pass Network table in BasicDataRules as a ProfileXMLSnippet and there set the MalusByNetw...
- Wed Nov 30, 2016 2:02 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: How to avoid dirt roads?
- Replies: 2
- Views: 3265
How to avoid dirt roads?
I'd like to know what I should change in the calculateExtendedRoute request to get a route that avoids dirt roads.
I attach a request example The calculated route leads through a dirt road, which is painted in the map with brown color Regards,
qsku
I attach a request example The calculated route leads through a dirt road, which is painted in the map with brown color Regards,
qsku
- Thu Jun 23, 2016 11:00 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: How to avoid toll roads only in specific countries?
- Replies: 1
- Views: 4528
How to avoid toll roads only in specific countries?
For instance, I'm calculating a route from Poland to Spain and I want to avoid toll roads in France but not to avoid toll roads in other countries.
How to calculate a route that way?
qsku
How to calculate a route that way?
qsku
- Wed Jun 22, 2016 1:47 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: New feature in xRoute: intersectingLine as ExceptionPath
- Replies: 2
- Views: 5773
Re: New feature in xRoute: intersectingLine as ExceptionPath
Hi Bernd,
this is exactly what I'm looking for
How to get it worked in xServer .NET client?
Do you have a code example?
Can I already achieve this functionality using your server at https://xroute-eu-n-test.cloud.ptvgroup.com ?
qsku
this is exactly what I'm looking for
How to get it worked in xServer .NET client?
Do you have a code example?
Can I already achieve this functionality using your server at https://xroute-eu-n-test.cloud.ptvgroup.com ?
qsku
- Thu Jun 16, 2016 9:56 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Considering totalPermittedWeight problem
- Replies: 1
- Views: 2903
Considering totalPermittedWeight problem
I have a problem to make xServer consider totalPermittedWeight while routing. For testing purposes I'm using Request Runner at https://xroute-eu-n-test.cloud.ptvgroup.com/pages/runRequest.html I'm passing totalPermittedWeight='7500' within ProfileXMLSnippet. In spite of this parameter I'm getting se...