Routino SVN Repository Browser

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

ViewVC logotype

Log of /trunk

View Directory Listing Directory Listing


Sticky Revision:


Revision 1011 - Directory Listing
Modified Sat Jun 30 17:45:35 2012 UTC (12 years, 8 months ago) by amb
Remove some temporary variables by combining statements.


Revision 1010 - Directory Listing
Modified Fri Jun 29 19:18:53 2012 UTC (12 years, 8 months ago) by amb
Fix HTML so that it validates.


Revision 1009 - Directory Listing
Modified Fri Jun 29 18:24:01 2012 UTC (12 years, 8 months ago) by amb
Be more consistent with the .transform() operation.


Revision 1008 - Directory Listing
Modified Fri Jun 29 18:01:57 2012 UTC (12 years, 8 months ago) by amb
Pass bounding box to search to help find local places.  Properly URI encode
search strings.  Properly check CGI parameters.


Revision 1007 - Directory Listing
Modified Fri Jun 29 17:58:27 2012 UTC (12 years, 8 months ago) by amb
Remove all style definitions from HTML files except for "display:none".


Revision 1006 - Directory Listing
Modified Fri Jun 29 14:31:20 2012 UTC (12 years, 8 months ago) by amb
Fix icons to have transparent background.


Revision 1005 - Directory Listing
Modified Fri Jun 29 14:30:38 2012 UTC (12 years, 8 months ago) by amb
Display all of the search results and allow the user to select one.


Revision 1004 - Directory Listing
Modified Tue Jun 5 15:56:48 2012 UTC (12 years, 9 months ago) by amb
Made some of the perl variables scope-local and checked other perl functions.


Revision 1003 - Directory Listing
Modified Tue Jun 5 14:14:45 2012 UTC (12 years, 9 months ago) by amb
Add an option to the visualiser to display segments of each of the highway
types.


Revision 1002 - Directory Listing
Modified Tue Jun 5 13:17:42 2012 UTC (12 years, 9 months ago) by amb
Add an option to the visualiser to display segments accessible to each of the
transport types.


Revision 1001 - Directory Listing
Modified Tue Jun 5 08:17:57 2012 UTC (12 years, 9 months ago) by amb
Add a button to replace the lat/long text entry with a location search entry.
Use Nominatim service via CGI to get first search result and fill in coords.


Revision 1000 - Directory Listing
Modified Mon Jun 4 19:21:32 2012 UTC (12 years, 9 months ago) by amb
No need to include paths.pl.


Revision 999 - Directory Listing
Modified Mon Jun 4 19:21:09 2012 UTC (12 years, 9 months ago) by amb
Move the filename prefix parameter to the paths.pl script with the other
user-editable parameters.


Revision 998 - Directory Listing
Modified Mon Jun 4 15:37:33 2012 UTC (12 years, 9 months ago) by amb
Move the filename prefix parameter to the paths.pl script with the other
user-editable parameters.


Revision 997 - Directory Listing
Modified Mon Jun 4 15:25:54 2012 UTC (12 years, 9 months ago) by amb
On OSX the md5 program is called "md5" and not "md5sum".


Revision 996 - Directory Listing
Modified Thu May 10 18:18:14 2012 UTC (12 years, 10 months ago) by amb
Added some mutexes and condition variables to communicate between threads.


Revision 995 - Directory Listing
Modified Wed May 9 16:49:05 2012 UTC (12 years, 10 months ago) by amb
Force bicycle routes to be bicycle accessible and foot routes to be foot
accessible.


Revision 994 - Directory Listing
Modified Tue May 8 18:43:57 2012 UTC (12 years, 10 months ago) by amb
Merge in the changes to the HTML template.


Revision 993 - Directory Listing
Modified Tue May 8 18:22:27 2012 UTC (12 years, 10 months ago) by amb
Make link to documentation a relative one rather than to the Routino website.


Revision 992 - Directory Listing
Modified Tue May 8 18:16:58 2012 UTC (12 years, 10 months ago) by amb
Add a German language router webpage, and links to it from the other ones (patch
from Andreas Matthus).


Revision 991 - Directory Listing
Modified Wed May 2 16:40:08 2012 UTC (12 years, 10 months ago) by amb
Convert sorting algorithms to optionally use multiple threads.


Revision 990 - Directory Listing
Modified Tue May 1 16:39:58 2012 UTC (12 years, 10 months ago) by amb
Handle OSM files that contain changesets.


Revision 989 - Directory Listing
Modified Sun Apr 29 15:29:53 2012 UTC (12 years, 10 months ago) by amb
Handle the --process-only and --parse-only options better.


Revision 988 - Directory Listing
Modified Sun Apr 1 16:12:00 2012 UTC (12 years, 11 months ago) by amb
Don't even bother checking the legality of the parameters since the JavaScript
does that.


Revision 987 - Directory Listing
Added Sun Apr 1 15:55:28 2012 UTC (12 years, 11 months ago) by amb
The number of waypoints is controlled by the JavaScript and they are
automatically inserted so there is no need to insert multiple lines in the HTML.