Search found 6 matches

by Eratosthenes
Thu Feb 03, 2022 9:14 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: xs2 storedProfile truck7_5t is missing
Replies: 2
Views: 3330

xs2 storedProfile truck7_5t is missing

We are using your xServer2 online apis.
Now we have noticed that the " truck7_5t" profile cannot be found for route calculations.
All other "storedProfile" like car, truck40t or truck11_99t are available and working fine.
Just the truck7_5t profile is missing.
For example:

{
"storedProfile ...
by Eratosthenes
Fri Dec 21, 2018 9:45 am
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: xServer2 reverse geocode
Replies: 2
Views: 5587

xServer2 reverse geocode

I only find geocode operations in the api-documentation.
Are there no reverse geocode operations like the xlocate -> findLocation in xServer1 to find the nearest Street, City... by given coordinates?
by Eratosthenes
Thu Sep 27, 2018 1:28 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: xServer2 calculateRoute "avoid" - parameters
Replies: 6
Views: 7723

Re: xServer2 calculateRoute "avoid" - parameters

So if i want to avoid highways or vignette-roads i need to set the
requestProfile -> routingProfile -> course -> network -> penalties
parameter?

I see the default value is 0,0,0,0,15,50,100,100
i dont find any documentation about which integer means what.
Is there an explanation about the order and ...
by Eratosthenes
Thu Sep 27, 2018 11:59 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: xServer2 calculateRoute "avoid" - parameters
Replies: 6
Views: 7723

Re: xServer2 calculateRoute "avoid" - parameters

So if i want several checkboxes in my user interface to give our customers the ability to:
avoidTollRoads
avoidVignetteRoads
avoidHighways
avoidFerries
avoidResidentsOnly
avoidUrbanAreas
avoidRamps
avoidLowEmissionZones

i need to create a profile for any possible combination?
By the way: we use ...
by Eratosthenes
Thu Sep 27, 2018 8:05 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: xServer2 calculateRoute "avoid" - parameters
Replies: 6
Views: 7723

xServer2 calculateRoute "avoid" - parameters

On a xServer1 i need to call the "calculateExtendedRoute" function to calculate a route.
If i submit my request as json i have the "options" field where i can put values for:
avoidTollRoads
avoidVignetteRoads
avoidHighways
...

Where can i set these parameters in a json request for xServer2?
Seems ...