Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /branches/destination-access/web/www/routino/router.openlayers.js
Parent Directory
|
Revision Log
Sticky Revision: |
Revision 1660 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 16 17:53:28 2015 UTC (9 years, 10 months ago) by amb
File length: 55721 byte(s)
Diff to previous 1628
Merge changes from trunk for drag and drop of waypoints on web pages.
Revision 1628 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 22 13:45:29 2015 UTC (9 years, 11 months ago) by amb
File length: 52110 byte(s)
Diff to previous 1548
A new branch for access=destination routing at each end.
Revision 1548 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Apr 12 14:43:53 2014 UTC (10 years, 11 months ago) by amb
Original Path: trunk/web/www/routino/router.openlayers.js
File length: 52110 byte(s)
Diff to previous 1546
Disable the route calculation buttons if fewer than two waypoints are active (more cases).
Revision 1546 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Apr 12 12:56:08 2014 UTC (10 years, 11 months ago) by amb
Original Path: trunk/web/www/routino/router.openlayers.js
File length: 51925 byte(s)
Diff to previous 1527
Disable the route calculation buttons if fewer than two waypoints are active.
Revision 1527 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 18 20:00:48 2014 UTC (11 years ago) by amb
Original Path: trunk/web/www/routino/router.openlayers.js
File length: 51362 byte(s)
Diff to previous 1516
Run jshint again and fix some recently added changes.
Revision 1516 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 1 12:06:37 2014 UTC (11 years ago) by amb
Original Path: trunk/web/www/routino/router.openlayers.js
File length: 51363 byte(s)
Diff to previous 1515
Updated to version 2.13.1 of OpenLayers (also 2.12 still supported).
Revision 1515 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 23 15:48:10 2014 UTC (11 years ago) by amb
Original Path: trunk/web/www/routino/router.openlayers.js
File length: 51610 byte(s)
Diff to previous 1507
Add buttons to allow increasing/decreasing the transport properties and preferences (to help on tablet devices where typing a number in a box is hard).
Revision 1507 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 1 11:15:02 2014 UTC (11 years, 1 month ago) by amb
Original Path: trunk/web/www/routino/router.openlayers.js
File length: 49439 byte(s)
Diff to previous 1499
Allow mouse clicks in the router result description to popup the details and not just mouseovers. Hopefully this should work better for touch devices.
Revision 1499 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 28 19:24:17 2014 UTC (11 years, 1 month ago) by amb
Original Path: trunk/web/www/routino/router.openlayers.js
File length: 49190 byte(s)
Diff to previous 1496
Add close buttons to the popup boxes.
Revision 1496 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 26 16:33:12 2014 UTC (11 years, 1 month ago) by amb
Original Path: trunk/web/www/routino/router.openlayers.js
File length: 49071 byte(s)
Diff to previous 1493
Fix bugs in displayStatus() function after jshint tidy-up.
Revision 1493 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 26 15:13:36 2014 UTC (11 years, 1 month ago) by amb
Original Path: trunk/web/www/routino/router.openlayers.js
File length: 49071 byte(s)
Diff to previous 1491
Run jshint again and update some more in the JavaScript.
Revision 1491 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 25 14:11:06 2014 UTC (11 years, 1 month ago) by amb
Original Path: trunk/web/www/routino/router.openlayers.js
File length: 49052 byte(s)
Copied from: trunk/web/www/routino/router.js revision 1490
Diff to previous 1487
Add the option to use Leaflet Javascript library instead of OpenLayers. Dynamically load the appropriate Javascript library based on mapprops.js.
Revision 1487 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 11 18:51:30 2014 UTC (11 years, 2 months ago) by amb
Original Path: trunk/web/www/routino/router.js
File length: 48280 byte(s)
Diff to previous 1486
Change the search CGI to use latmin/max and lonmin/max instead of left, right, top, bottom. Change the Javascript to send the parameters to 5 decimal places only.
Revision 1486 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 11 14:50:17 2014 UTC (11 years, 2 months ago) by amb
Original Path: trunk/web/www/routino/router.js
File length: 48243 byte(s)
Diff to previous 1484
Update the web page URLs as things change rather than using on(focus|click) action handlers in the HTML that don't work very well.
Revision 1484 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 5 15:42:42 2014 UTC (11 years, 2 months ago) by amb
Original Path: trunk/web/www/routino/router.js
File length: 47832 byte(s)
Diff to previous 1483
Replace the unescape() function with standard decodeURIComponent() function.
Revision 1483 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 3 16:32:40 2014 UTC (11 years, 2 months ago) by amb
Original Path: trunk/web/www/routino/router.js
File length: 47822 byte(s)
Diff to previous 1478
Run 'jshint' to check for Javascript errors (fix the important ones).
Revision 1478 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 31 16:11:31 2013 UTC (11 years, 2 months ago) by amb
Original Path: trunk/web/www/routino/router.js
File length: 47787 byte(s)
Diff to previous 1475
Update Javascript to make map tile function more self-contained.
Revision 1475 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 31 11:38:31 2013 UTC (11 years, 2 months ago) by amb
Original Path: trunk/web/www/routino/router.js
File length: 47772 byte(s)
Diff to previous 1334
Update HTML ready for HTML5 but keeping HTML4.01 loose DTD (align attribute and image tags with names are deprecated).
Revision 1334 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 18 18:42:26 2013 UTC (11 years, 10 months ago) by amb
Original Path: trunk/web/www/routino/router.js
File length: 47756 byte(s)
Diff to previous 1328
Make the OSM editor URL be configurable in the mapprops.js file.
Revision 1328 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 18 10:26:50 2013 UTC (11 years, 10 months ago) by amb
Original Path: trunk/web/www/routino/router.js
File length: 47545 byte(s)
Diff to previous 1271
Don't display the marker layers in the layer switcher control.
Revision 1271 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Apr 13 10:04:43 2013 UTC (11 years, 11 months ago) by amb
Original Path: trunk/web/www/routino/router.js
File length: 47513 byte(s)
Diff to previous 1260
Fix the Javascript so that it works with OpenLayers version 2.11 again (bug reported by Dirk Eversmann).
Revision 1260 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 26 18:27:14 2013 UTC (12 years ago) by amb
Original Path: trunk/web/www/routino/router.js
File length: 47553 byte(s)
Diff to previous 1239
Clarify comment.
Revision 1239 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 19 17:23:38 2013 UTC (12 years, 1 month ago) by amb
Original Path: trunk/web/www/routino/router.js
File length: 47645 byte(s)
Diff to previous 1043
Added MapQuest as an optional map layer, added layer specific attributions to mapprops.js.
Revision 1043 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 4 15:24:32 2012 UTC (12 years, 7 months ago) by amb
Original Path: trunk/web/www/routino/router.js
File length: 47025 byte(s)
Diff to previous 1039
Don't send back the unused lines from the router CGI, add the complete command line and execution time to the log file.
Revision 1039 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Aug 3 18:30:40 2012 UTC (12 years, 7 months ago) by amb
Original Path: trunk/web/www/routino/router.js
File length: 47113 byte(s)
Diff to previous 1038
Fix some bugs in the latest check-ins.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.