Search found 229 matches

by Joost
Fri Jun 12, 2020 6:36 am
Forum: PTV xMapServer
Topic: xMap2: how to retrieve specific layers only? (REST)
Replies: 4
Views: 9175

Re: xMap2: how to retrieve specific layers only? (REST)

For leaflet, don't forget the code Oliver put on github to give examples:

https://github.com/ptv-logistics/xserve ... oilerplate
by Joost
Fri May 15, 2020 6:55 am
Forum: PTV xDimaServer
Topic: Dima C# Sample
Replies: 3
Views: 9144

Re: Dima C# Sample

You are using CreateDistanceMatrixRequest . This is designed for calculating a dima and leave it on the server so other xServer (like xTour and xCluster) can use it. If you want to get the result you have to use the derived type CreateAndGetDistanceMatrixRequest as request. Keep in mind that CreateA...
by Joost
Wed Apr 15, 2020 2:31 pm
Forum: PTV xRouteServer
Topic: Slower speed when not using speed patterns layer?
Replies: 1
Views: 1647

Re: Slower speed when not using speed patterns layer?

Hello Dries, About: "From what I understand, optimistic always assumes that the vehicle can drive the maximum speed allowed for the road/type." This not exactly correct. Technically optimistic means that if has segments has multiple states depending on different time frames. xServer will u...
by Joost
Fri Apr 03, 2020 2:43 pm
Forum: PTV xRouteServer
Topic: Route from vehicle points
Replies: 5
Views: 7570

Re: Route from vehicle points

I would suggest xMapmatch profile wise you pick the sparse-signal as standard but do adjust the following values: Mapmatching / Weights / @headingDifferenceRatingMinimum = 0 Mapmatching / Weights / @headingDifferenceRatingNormal= 0 Mapmatching / Weights / @headingDifferenceRatingMaximum= 0 Mapmatchi...
by Joost
Fri Apr 03, 2020 10:00 am
Forum: PTV xRouteServer
Topic: Route from vehicle points
Replies: 5
Views: 7570

Re: Route from vehicle points

Feeding thousand of point into xRoute is not a good idea. Not because the xRoute can;t handle them, but because due to GPS inaccuracy they probably sometimes are on a wrong road. Feed you point through xMapmatch first and then use the result to do the routing. Do you only have the coordinates or by ...
by Joost
Thu Apr 02, 2020 10:09 am
Forum: PTV xRouteServer
Topic: XRoute tolls missing for some countries
Replies: 3
Views: 2203

Re: XRoute tolls missing for some countries

Hello John, If you are using xServer 2: this is normal. We are still busy converting all countries to our new internal format. It take more work then a regular update since we need to redo our converters so we make use of the new toll features xServer 2 offer. You can monitor our blog http://devblog...
by Joost
Mon Mar 30, 2020 7:51 am
Forum: PTV xTourServer
Topic: result difference between xRoute and xTour
Replies: 3
Views: 9280

Re: result difference between xRoute and xTour

Actually in your xRoute request you are setting multiple routing options that affect the Effective routing. The effective profile is the "de facto"" profile that is applied. It is created using settings from all applicable profiles in the following order, where each step overwrites va...
by Joost
Thu Mar 12, 2020 12:51 pm
Forum: PTV xRouteServer
Topic: XRoute tolls currency
Replies: 2
Views: 2112

Re: XRoute tolls currency

The TollCost element that contains the actual prices also contains a currency attribute which tell you what currency is used. Details: https://xserver2.cloud.ptvgroup.com/dashboard/Default.htm#API-Documentation/xroute.html%23com.ptvgroup.xserver.xroute.TollCost Atm there is no option for having all ...
by Joost
Wed Mar 04, 2020 11:54 am
Forum: PTV xRouteServer
Topic: xServer1 | Current highway toll rates for Croatia
Replies: 4
Views: 2668

Re: xServer1 | Current highway toll rates for Croatia

keep in mind that the prices xServer give are always excluding VAT. In not sure if the prices on the site you linked are with or without VAT, but the difference between 332 and 416 is 25% witch I believe is the VAT rate for Croatia.
by Joost
Mon Feb 17, 2020 1:53 pm
Forum: PTV xLocateServer
Topic: xServer / SQL
Replies: 3
Views: 6716

Re: xServer / SQL

Hello Max,

I have no experience doing this directly in SQL server. All the software designs i have encountered always do this in middle ware since it usually has more powerful tools for handling web connections.

With regards,
Joost