Search found 13 matches

by daxbin
Thu Dec 14, 2017 2:46 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: Forcing an error message in case of missing profile
Replies: 2
Views: 5872

Re: Forcing an error message in case of missing profile

Hello Bernd,

thanks a lot, that was exactly what I was looking for.

Best regards,
Birk

BTW, Your red Xmas coat looks great!
by daxbin
Thu Dec 14, 2017 2:07 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: Forcing an error message in case of missing profile
Replies: 2
Views: 5872

Forcing an error message in case of missing profile

I'm using xRoute via Java WS API.

Years ago I got the following exception, if I used a wrong (e.g. misspelled) profile name:

com.ptvag.jabba.core.exception.UnexpectedException:
requested profile does not exist: xxxxx

Now I don't get an error but a regular result because xRoute falls back to a ...
by daxbin
Tue Apr 04, 2017 3:29 pm
Forum: PTV xMapServer / Dev.RasterMaps API
Topic: Invisible TruckAttributes layer
Replies: 2
Views: 9732

Re: Invisible TruckAttributes layer

Hello Bernd,

no problem, I would just say:
"The inventor of upper and lower case is the root of all (or at least many) evil." ;)

Best regards, Birk
by daxbin
Tue Apr 04, 2017 3:01 pm
Forum: PTV xMapServer / Dev.RasterMaps API
Topic: Invisible TruckAttributes layer
Replies: 2
Views: 9732

Invisible TruckAttributes layer

Hello Bernd,

after reading http://xserver.ptvgroup.com/forum/viewtopic.php?f=15&t=121 I just tried to display TruckAttributes with OpenLayers via WMS (by the way, switching different styles classic , gravelpit , sandbox , silkysand as background maps and switching on/off labels as overlay layers ...
by daxbin
Tue Apr 04, 2017 2:28 pm
Forum: PTV Webclients (Ajax, Leaflet, OpenLayers, WMS, ...) (Admin=BWE)
Topic: Display TruckAttributes with Leaflet and OpenLayers
Replies: 12
Views: 95568

Which license is required for displaying TruckAttributes via

Hello Oliver,

I just tried to display TruckAttributes with OpenLayers via WMS (by the way, switching different styles classic , gravelpit , sandbox , silkysand as background maps and switching on/off labels as overlay layers works fine).

But when switching on the TruckAttributes layer there is ...
by daxbin
Thu Mar 30, 2017 12:28 pm
Forum: PTV xDimaServer / Developer Matrix Routing API
Topic: High Performance Routing with RoadEditor with xDimaServer
Replies: 3
Views: 13837

Confirming your right understanding

Hello Bernd,

yes,
Is this still an issue? I'm not aware of an error in this combination...
there is still an issue with exact this combination.

So the profile fdp1 is the one using the search graph based on traditional TruckAttributes.BIN file?
Yes, the fdp1 profile uses the TruckAttributes ...
by daxbin
Mon Mar 27, 2017 8:29 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: High Performance Routing with xRouteServer
Replies: 8
Views: 17994

I used (asynchronous) xRoute.startCalculateMatrixInfo

Hello Joost,

I have tried not to consider the transfer time of the relations from the xServer to the client.

My explanation for

xServer Profile HPR Size-X Size-Y --Time
xDima carfast × 625 625 1,8 s
xDima carslow – 625 625 39,0 s
xRoute carfast × 625 625 7,8 s
xRoute carslow – 625 625 42,2 s ...
by daxbin
Mon Mar 27, 2017 4:21 pm
Forum: PTV xDimaServer / Developer Matrix Routing API
Topic: High Performance Routing with RoadEditor with xDimaServer
Replies: 3
Views: 13837

High Performance Routing with RoadEditor with xDimaServer

Hi,

I'd like to test high performance routing (HPR) with xDima with several profiles which have and have not
HPR (high performance routing) and RE (road editor)
Profile HPR -RE
carslow – –
carfast × –
sdp1 – ×
fdp1 × ×

For some reasons the sdp1 and fdp1 profiles do not use Truck Attributes ...
by daxbin
Mon Mar 27, 2017 12:28 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: High Performance Routing with xRouteServer
Replies: 8
Views: 17994

Computing times for xRouteServer with HPR

Hello Bernd,

now the times are

xServer Profile HPR Size-X Size-Y --Time
xDima carfast × 625 625 1,8 s
xDima carslow – 625 625 39,0 s
xRoute carfast × 625 625 7,8 s
xRoute carslow – 625 625 42,2 s

which is satisfying for xRoute too.

BTW, the important point for me were not absolute numbers but ...
by daxbin
Fri Mar 24, 2017 8:11 pm
Forum: Generic questions
Topic: XML-String of Request and Response from application side
Replies: 5
Views: 17658

Fiddler – Free Web Debugging Proxy to Log Network Traffic

Hello Volker,

I had a similar problem some time ago. My idea was to log all traffic between client and server with an additional proxy in between. Fortunately, my problem has been solved in a different way. So, in lack of own experience I can't recommend you a specific tool.

Anyway, I had already ...