@PTV:
What is your experience with the migration of Map&Guide internet/intranet from xServer 1 to xServer 2?
What were your challenges during the migration?
Are the Map&Guide users satisfied with the results and performance of the Map&Guide version powered by xServer 2?
Search found 15 matches
- Wed Mar 20, 2024 3:28 pm
- Forum: PTV xLocateServer / Developer: Geocoding and Places
- Topic: Migration Guide : "How to get away from xLocate1?"
- Replies: 2
- Views: 5345
- Thu Nov 16, 2023 3:52 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Upcoming Toll Update Germany
- Replies: 11
- Views: 26163
Re: Upcoming Toll Update Germany
Short update regarding my question regarding the results for CO2 emission classes 2 till 5 from todays webinar from Bernd:
The data is not yet ready, is supposed to be released from the data team on November 27 at the earliest and might be available in the production cloud on December 12.
The data is not yet ready, is supposed to be released from the data team on November 27 at the earliest and might be available in the production cloud on December 12.
- Tue Nov 14, 2023 4:16 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Upcoming Toll Update Germany
- Replies: 11
- Views: 26163
Re: Upcoming Toll Update Germany
Unfortunately your screenshots does not show a specific price and distance - so I have no idea if for example the price per kilometer for 40 t, 5 axles and CO2 emission class 3 is 33.2 cent per kilometer what both sources from my prior post tell me. We already use experimental endpoint for the calcu...
- Tue Nov 14, 2023 3:14 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Upcoming Toll Update Germany
- Replies: 11
- Views: 26163
Re: Upcoming Toll Update Germany
Our toll tests for the December 2023 toll with the CO2 emission class 1 do PASS with our local xServer 2.30 installation with 2023.2 H and also with xServer 2 internet. How do we get the expected values for CO2 emission class 2 till 5? We use vehicle profiles like the following profile with Euro 6, ...
- Tue Nov 14, 2023 12:29 pm
- Forum: Generic questions
- Topic: Forum error You dont have permission to access this resource
- Replies: 1
- Views: 4217
Forum error You dont have permission to access this resource
I am trying to use the forum today to ask a toll question regarding results with CO2 emission class greater 2 does not match the expected price per kilometer. However im getting the following error Forbidden You dont have permission to access this resource Conditions: - randomly just clicking on a l...
- Mon Feb 13, 2023 11:57 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: useDetailedToll is still experimental
- Replies: 3
- Views: 4138
Re: useDetailedToll is still experimental
Thanks for the informationen. When we calculate the route with toll, we do always use detailed toll and so we can remove this parameter from the request and switch to the head xroute endpoint.
- Wed Feb 08, 2023 2:48 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: useDetailedToll is still experimental
- Replies: 3
- Views: 4138
useDetailedToll is still experimental
We are using the CalculateRoute option useDetailedToll since about three years in development. Meanwhile we use it in production! I have just checked it and using useDetailedToll still requires using the experimental xroute endpoint. Is this an oversight that it is still being flagged as experimental?
- Wed Feb 08, 2023 1:10 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Error "ExactTimeConsiderationAtArrival mode can not ..."
- Replies: 2
- Views: 1466
Error "ExactTimeConsiderationAtArrival mode can not ..."
I have just got a xServer 2 CalculateRoute request from a "customer" that leads to the error: ExactTimeConsiderationAtArrival mode can not be used if TourRestrictions are requested. The reason seems to be the combination of ExactTimeConsiderationAtArrival and tourRestrictions . From my POV...
- Thu Mar 10, 2022 2:58 pm
- Forum: Generic questions
- Topic: xRuntime: Retrieving stored profiles
- Replies: 5
- Views: 7173
Re: xRuntime: Retrieving stored profiles
The xRoute2::getProfile method was the reason for the initial question in this thread and we are no step further, when ignoring the existance of the deprecated methods. I am not happy with the situation that there is no non deprecated method that delivers information we need as integrators. As integ...
- Wed Mar 09, 2022 4:17 pm
- Forum: PTV xMapmatchServer (admin=JCL)
- Topic: Current status of map matching
- Replies: 6
- Views: 27022
Re: Current status of map matching
Using PTV Developer with the async methods is a paradigm shift, but you as a Mapserver user do also used async methods for the Mapserver route calculation for example like IRouteLister::CalcRouteExtended. We already had an abstraction layer for the xServer access and the code in our application does...