Search found 12 matches
- Fri Dec 09, 2016 10:38 am
- Forum: PTV Webclients (Ajax, Leaflet, OpenLayers, WMS, ...) (Admin=BWE)
- Topic: Accessing experimental features of xLocate server
- Replies: 4
- Views: 6687
Re: Accessing experimental features of xLocate server
Everything works now. Thank you for your help.
- Thu Dec 08, 2016 11:26 am
- Forum: PTV Webclients (Ajax, Leaflet, OpenLayers, WMS, ...) (Admin=BWE)
- Topic: Accessing experimental features of xLocate server
- Replies: 4
- Views: 6687
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...
- Tue Dec 06, 2016 12:53 pm
- Forum: PTV Webclients (Ajax, Leaflet, OpenLayers, WMS, ...) (Admin=BWE)
- Topic: Accessing experimental features of xLocate server
- Replies: 4
- Views: 6687
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.
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.
- Fri Dec 02, 2016 11:40 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Problems with routing with enabled violations
- Replies: 5
- Views: 5888
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.
- Thu Dec 01, 2016 2:53 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Problems with routing with enabled violations
- Replies: 5
- Views: 5888
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.
- Thu Dec 01, 2016 12:17 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Problems with routing with enabled violations
- Replies: 5
- Views: 5888
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...
- Thu Dec 01, 2016 11:00 am
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: Problems with routing with enabled violations
- Replies: 5
- Views: 5888
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...
- Wed Nov 30, 2016 3:22 pm
- Forum: PTV xRouteServer / DEV.Routing API
- Topic: How to avoid dirt roads?
- Replies: 2
- Views: 3273
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
http://xserver.ptvgroup.com/forum/viewt ... t=325#p818
- Tue Jun 07, 2016 1:29 pm
- Forum: PTV Webclients (Ajax, Leaflet, OpenLayers, WMS, ...) (Admin=BWE)
- Topic: Getting detailed information about truck restrictions
- Replies: 4
- Views: 10775
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 ...
- Fri Jun 03, 2016 1:25 pm
- Forum: PTV Webclients (Ajax, Leaflet, OpenLayers, WMS, ...) (Admin=BWE)
- Topic: Getting detailed information about truck restrictions
- Replies: 4
- Views: 10775
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...