Search found 227 matches

by Joost
Wed Apr 15, 2020 2:31 pm
Forum: PTV xRouteServer
Topic: Slower speed when not using speed patterns layer?
Replies: 1
Views: 1632

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: 7475

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: 7475

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: 2183

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: 9088

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: 2094

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: 2617

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: 6225

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
by Joost
Tue Dec 03, 2019 8:18 am
Forum: PTV xMapServer
Topic: Display map with PTV xMap client and Leaflet 1.6.0
Replies: 1
Views: 4554

Re: Display map with PTV xMap client and Leaflet 1.6.0

For xServer 1 we are not actively updating the leaflet library for the latest versions. Our focus is on xMap 2 which has a better interface for connecting to leaflet. Have a look at https://xserver.ptvgroup.com/forum/view ... =612#p2146 for comment from our developer.
by Joost
Thu Nov 21, 2019 11:40 am
Forum: PTV xDimaServer
Topic: High Performance Routing in createDistanceMatrix
Replies: 3
Views: 7905

Re: High Performance Routing in createDistanceMatrix

It is explain in the technical concepts documentation: https://xserver2.cloud.ptvgroup.com/dashboard/Default.htm#TechnicalConcepts/Routing/DSC_HighPerformanceRouting.htm . in the Integration samples there are samples that take this theory in practice: https://xserver2.cloud.ptvgroup.com/dashboard/De...