Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

ViewVC logotype

Log of /branches/destination-access/extras

View Directory Listing Directory Listing


Sticky Revision:


Revision 1838 - Directory Listing
Modified Sat Dec 5 19:12:53 2015 UTC (9 years, 4 months ago) by amb
Merge from trunk (web page Javascript and translations).


Revision 1829 - Directory Listing
Modified Sat Oct 17 14:17:17 2015 UTC (9 years, 5 months ago) by amb
Merge trunk back into routino-destination branch after completing the
loop and reverse changes.


Revision 1807 - Directory Listing
Modified Wed Sep 23 18:20:13 2015 UTC (9 years, 6 months ago) by amb
Merge the trunk changes back into the destination-access branch.


Revision 1654 - Directory Listing
Modified Thu May 14 17:32:16 2015 UTC (9 years, 10 months ago) by amb
Merge changes from trunk related to compiler warnings, portability and
pedantic compilation flags.


Revision 1647 - Directory Listing
Modified Fri May 1 18:01:32 2015 UTC (9 years, 11 months ago) by amb
Merge changes from trunk related to translations, the Hungarian
translation and HTML formatting for mobile browsers.


Revision 1629 - Directory Listing
Modified Sun Mar 22 14:56:38 2015 UTC (10 years ago) by amb
Parse "access=destination" differently and store the information in
the database for later use routing the first and last waypoints.


Revision 1628 - Directory Listing
Modified Sun Mar 22 13:45:29 2015 UTC (10 years ago) by amb
A new branch for access=destination routing at each end.


Revision 1601 - Directory Listing
Modified Fri Oct 10 18:35:26 2014 UTC (10 years, 5 months ago) by amb
Original Path: trunk/extras
Log the router time in microseconds rather than milliseconds.
Add a note at the end about the format of the time and memory logging.


Revision 1599 - Directory Listing
Modified Tue Sep 30 18:31:51 2014 UTC (10 years, 6 months ago) by amb
Original Path: trunk/extras
Use exit() when exiting the program other than at the end of the main function.


Revision 1598 - Directory Listing
Modified Sat Sep 27 16:35:09 2014 UTC (10 years, 6 months ago) by amb
Original Path: trunk/extras
Add a '--logmemory' option to planetsplitter which will report the maximum
memory in use (allocated and mapped files) during each step of the processing.


Revision 1589 - Directory Listing
Modified Thu Sep 18 16:25:59 2014 UTC (10 years, 6 months ago) by amb
Original Path: trunk/extras
Remove unused macros.


Revision 1528 - Directory Listing
Modified Sat Mar 22 12:04:51 2014 UTC (11 years ago) by amb
Original Path: trunk/extras
Another iteration through the Makefiles with some small changes.


Revision 1523 - Directory Listing
Modified Tue Mar 11 19:25:07 2014 UTC (11 years ago) by amb
Original Path: trunk/extras
Update the Makefiles by creating one in the web directory and moving parts from
the src, doc and xml Makefiles into it.


Revision 1520 - Directory Listing
Modified Sat Mar 8 19:36:35 2014 UTC (11 years ago) by amb
Original Path: trunk/extras
Update all Perl scripts to "use strict".


Revision 1516 - Directory Listing
Modified Sat Mar 1 12:06:37 2014 UTC (11 years, 1 month ago) by amb
Original Path: trunk/extras
Updated to version 2.13.1 of OpenLayers (also 2.12 still supported).


Revision 1514 - Directory Listing
Modified Sat Feb 22 14:00:03 2014 UTC (11 years, 1 month ago) by amb
Original Path: trunk/extras
Add the option for automatic uncompression of .xz compressed files (not enabled
by default in Makefile.conf).


Revision 1506 - Directory Listing
Modified Fri Jan 31 16:07:17 2014 UTC (11 years, 2 months ago) by amb
Original Path: trunk/extras
Handle the new format XML (using ''' instead of ''').


Revision 1499 - Directory Listing
Modified Tue Jan 28 19:24:17 2014 UTC (11 years, 2 months ago) by amb
Original Path: trunk/extras
Add close buttons to the popup boxes.


Revision 1496 - Directory Listing
Modified Sun Jan 26 16:33:12 2014 UTC (11 years, 2 months ago) by amb
Original Path: trunk/extras
Fix bugs in displayStatus() function after jshint tidy-up.


Revision 1495 - Directory Listing
Modified Sun Jan 26 16:08:31 2014 UTC (11 years, 2 months ago) by amb
Original Path: trunk/extras
Fix bug with Leaflet map startup.


Revision 1493 - Directory Listing
Modified Sun Jan 26 15:13:36 2014 UTC (11 years, 2 months ago) by amb
Original Path: trunk/extras
Run jshint again and update some more in the JavaScript.


Revision 1491 - Directory Listing
Modified Sat Jan 25 14:11:06 2014 UTC (11 years, 2 months ago) by amb
Original Path: trunk/extras
Add the option to use Leaflet Javascript library instead of OpenLayers.
Dynamically load the appropriate Javascript library based on mapprops.js.


Revision 1487 - Directory Listing
Modified Sat Jan 11 18:51:30 2014 UTC (11 years, 2 months ago) by amb
Original Path: trunk/extras
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 - Directory Listing
Modified Sat Jan 11 14:50:17 2014 UTC (11 years, 2 months ago) by amb
Original Path: trunk/extras
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 1485 - Directory Listing
Added Sun Jan 5 18:50:56 2014 UTC (11 years, 3 months ago) by amb
Original Path: trunk/extras
Remove special support for IE6 and IE7 browsers.