Search found 13 matches

by AndreasJunghans
Fri Apr 17, 2015 11:49 am
Forum: PTV Webclients (Ajax, Leaflet, OpenLayers, WMS, ...) (Admin=LNM)
Topic: drag and drop (orders into a tour)
Replies: 4
Views: 10364

Re: drag and drop (orders into a tour)

Hi Daniele, here's a tutorial sample for creating selectable and draggable elements that can be dropped on each other (including lines). It consists of a custom marker class (for selectable and draggable icons), a custom line class (for selectable lines that can serve as drop targets) and a VectorLa...
by AndreasJunghans
Thu Jan 15, 2015 3:53 pm
Forum: PTV xMapServer
Topic: Radius around a point on the map
Replies: 6
Views: 15519

Re: Radius around a point on the map

Here's a complete AjaxMaps tutorial example: <html> <head> <!--[if IE]><script type="text/javascript" src="webcomponent/script/excanvas.js"></script><![endif]--> <script type="text/javascript" src="webcomponent/script/qooxdoo/script/qx-transport.js"></script> ...
by AndreasJunghans
Fri Aug 29, 2014 3:16 pm
Forum: PTV Webclients (Ajax, Leaflet, OpenLayers, WMS, ...) (Admin=LNM)
Topic: Periodic Actualisation of Trafficinfos
Replies: 1
Views: 4182

Re: Periodic Actualisation of Trafficinfos

Hello Mr Huber, in the current implementation, there is no explicit refresh method. And you are right that setting the same center again is optimized away, so no new request is made. The easiest solution for now is to set a new center with a tiny change along one axis: private int counter = 0; ... p...