Search found 12 matches

by kgrudzinski
Thu Dec 08, 2016 11:26 am
Forum: PTV Webclients (Ajax, Leaflet, OpenLayers, WMS, ...) (Admin=LNM)
Topic: Accessing experimental features of xLocate server
Replies: 4
Views: 5506

Re: Accessing experimental features of xLocate server

I have a follow up question. I am using PTV xServer INTERNET so I replaced http://your_server_ip:port/ from Your answer with https://xserver2-europe-test.cloud.ptvgroup.com/ and I am getting 403 forbidden error. I suspect it is caused by bad authentication. I followed this example but it does not se...
by kgrudzinski
Tue Dec 06, 2016 12:53 pm
Forum: PTV Webclients (Ajax, Leaflet, OpenLayers, WMS, ...) (Admin=LNM)
Topic: Accessing experimental features of xLocate server
Replies: 4
Views: 5506

Accessing experimental features of xLocate server

Hello,

Is there a way to access experimental features of xLocate server by means of XLocateClient? I could not find in documentation how to include xlocate-client.js.
by kgrudzinski
Fri Dec 02, 2016 11:40 am
Forum: PTV xRouteServer
Topic: Problems with routing with enabled violations
Replies: 5
Views: 4853

Re: Problems with routing with enabled violations

I have got an answer from support: ALLOW_SEGMENT_VIOLATIONS only applies to truck attributes. For all other restrictions this parameter is ignored.
by kgrudzinski
Thu Dec 01, 2016 2:53 pm
Forum: PTV xRouteServer
Topic: Problems with routing with enabled violations
Replies: 5
Views: 4853

Re: Problems with routing with enabled violations

I am not sure if this problem is related only to road networks, because I have got same error while routing parameter AVOID_URBAN_AREAS was set to BAN and no road was banned. Anyway I will contact support as You suggest.
by kgrudzinski
Thu Dec 01, 2016 12:17 pm
Forum: PTV xRouteServer
Topic: Problems with routing with enabled violations
Replies: 5
Views: 4853

Re: Problems with routing with enabled violations

I would like to block certain types of roads for trucks, but if route cannot be found (because of those restrictions) I would like to show what parts of route are restricted. That is why I enable violations - I have the route and by checking which segments have violations I can display this informat...
by kgrudzinski
Thu Dec 01, 2016 11:00 am
Forum: PTV xRouteServer
Topic: Problems with routing with enabled violations
Replies: 5
Views: 4853

Problems with routing with enabled violations

Hello, I have following problem. I am trying to calculate route with certain types of roads blocked. Although I have set parameter ALLOW_SEGMENT_VIOLATIONS to true (as suggested here ) I am getting error that route cannot be found. { "errorMessage": "cannot calculate route (concerning...
by kgrudzinski
Wed Nov 30, 2016 3:22 pm
Forum: PTV xRouteServer
Topic: How to avoid dirt roads?
Replies: 2
Views: 2775

Re: How to avoid dirt roads?

You can try changing road network parameters as shown in this thread
http://xserver.ptvgroup.com/forum/viewt ... t=325#p818
by kgrudzinski
Tue Jun 07, 2016 1:29 pm
Forum: PTV Webclients (Ajax, Leaflet, OpenLayers, WMS, ...) (Admin=LNM)
Topic: Getting detailed information about truck restrictions
Replies: 4
Views: 9783

Re: Getting detailed information about truck restrictions

After some investigation, I found out that the lack of tooltips was caused by error in my onMouseMove event handler for vector layer. The handler did not have a return statement. After adding return false (true also works), tooltips appeared on the map. I do have some additional questions: 1. Where ...
by kgrudzinski
Fri Jun 03, 2016 1:25 pm
Forum: PTV Webclients (Ajax, Leaflet, OpenLayers, WMS, ...) (Admin=LNM)
Topic: Getting detailed information about truck restrictions
Replies: 4
Views: 9783

Getting detailed information about truck restrictions

Hello, When Truck Attributes layer is displayed on Ajax Maps, it shows generic icons for truck restrictions, same for each type of restriction (e.g. two different weight limits will be displayed with same icon). Is it possible to get and display detailed information, for each restriction? (e.g. that...