@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: 73385
- Thu Nov 16, 2023 3:52 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Upcoming Toll Update Germany
- Replies: 11
- Views: 90066
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: 90066
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 ...
We already use experimental endpoint for the ...
- Tue Nov 14, 2023 3:14 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Upcoming Toll Update Germany
- Replies: 11
- Views: 90066
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 ...
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: 39152
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 ...
Forbidden
You dont have permission to access this resource
Conditions:
- randomly just clicking on ...
- Mon Feb 13, 2023 11:57 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: useDetailedToll is still experimental
- Replies: 3
- Views: 10654
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: 10654
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 ...
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 ...
- Wed Feb 08, 2023 1:10 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Error "ExactTimeConsiderationAtArrival mode can not ..."
- Replies: 2
- Views: 5099
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 I do ...
ExactTimeConsiderationAtArrival mode can not be used if TourRestrictions are requested.
The reason seems to be the combination of ExactTimeConsiderationAtArrival and tourRestrictions . From my POV I do ...
- Thu Mar 10, 2022 2:58 pm
- Forum: Generic questions
- Topic: xRuntime: Retrieving stored profiles
- Replies: 5
- Views: 12601
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 ...
I am not happy with the situation that there is no non deprecated method that delivers information we need as integrators. As ...
- Wed Mar 09, 2022 4:17 pm
- Forum: PTV xMapmatchServer (admin=JCL), PTV Developer MapMatching API
- Topic: Current status of map matching
- Replies: 7
- Views: 162120
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 ...
We already had an abstraction layer for the xServer access and the code in our application ...
- Thu Feb 24, 2022 1:31 pm
- Forum: Generic questions
- Topic: xRuntime: Retrieving stored profiles
- Replies: 5
- Views: 12601
Re: xRuntime: Retrieving stored profiles
Thanks for the information. The getServerConfiguration request is sufficient, but this operation including a lot of other xRuntime operations is marked as deprecated. Usually this means that it should not be used for new implementations.
Can deprecated hint be ignored for getServerConfiguration and ...
Can deprecated hint be ignored for getServerConfiguration and ...
- Wed Feb 23, 2022 3:00 pm
- Forum: PTV xMapmatchServer (admin=JCL), PTV Developer MapMatching API
- Topic: PTV Developer: Track zombies
- Replies: 1
- Views: 74894
PTV Developer: Track zombies
We do run a lot of interfaces 24/7 and have seen the strangest things in TCP/IP communication. In connection with PTV Developer I have the following questions:
What happens when we do not delete map matching tracks with deleteMatchedTrack?
The usual call sequence is like that:
1st ...
What happens when we do not delete map matching tracks with deleteMatchedTrack?
The usual call sequence is like that:
1st ...
- Thu Dec 09, 2021 11:45 am
- Forum: Generic questions
- Topic: xRuntime: Retrieving stored profiles
- Replies: 5
- Views: 12601
xRuntime: Retrieving stored profiles
How do I retrieve the stored profiles that includes profiles like "truck11_99t"?
The use case is profile definition in our application and retrieving profiles with the new xRoute operation getProfile (2.25). At the end the user should have the option to use built in profile XYZ or define its own ...
The use case is profile definition in our application and retrieving profiles with the new xRoute operation getProfile (2.25). At the end the user should have the option to use built in profile XYZ or define its own ...
- Thu Dec 09, 2021 11:20 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Routing options to use motorways and ferries
- Replies: 3
- Views: 4816
Re: Routing options to use motorways and ferries
Thanks Bernd and Joost!
For me "course::specialAreas::residentsOnlyPenalty" sounds more reasonable as equivalent for "IDrivingOptions_5_4_0_0::put_ResidentsOnlyFactor". I will try that (as soon as I remember a test case for that).
For me "course::specialAreas::residentsOnlyPenalty" sounds more reasonable as equivalent for "IDrivingOptions_5_4_0_0::put_ResidentsOnlyFactor". I will try that (as soon as I remember a test case for that).
- Wed Dec 08, 2021 1:35 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Routing options to use motorways and ferries
- Replies: 3
- Views: 4816
Routing options to use motorways and ferries
We are migrating from Mapserver to xServer 2 and routing with details like profiles, toll and emission does work. There are some remaining questions and one of them is regarding some routing profile options. Our option (bool) Mapserver xServer 2 [x] Use motorway IRouteOptions2::put ...