Routino SVN Repository Browser

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

ViewVC logotype

Log of /trunk/web

View Directory Listing Directory Listing


Sticky Revision:


Revision 1016 - Directory Listing
Modified Tue Jul 10 18:05:35 2012 UTC (12 years, 8 months ago) by amb
Trigger the search form only when pressing the return key.


Revision 1015 - Directory Listing
Modified Tue Jul 10 10:22:11 2012 UTC (12 years, 8 months ago) by amb
Remove some temporary variables by combining statements.


Revision 1014 - Directory Listing
Modified Tue Jul 10 10:21:16 2012 UTC (12 years, 8 months ago) by amb
A change that should have been in r985.


Revision 1013 - Directory Listing
Modified Mon Jul 9 18:59:40 2012 UTC (12 years, 8 months ago) by amb
Make compatible with OpenLayers version 2.12 (but don't default to using it).


Revision 1012 - Directory Listing
Modified Mon Jul 9 15:59:34 2012 UTC (12 years, 8 months ago) by amb
Move the maxmarkers variable from router.js to mapprops.js.


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 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 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 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
Modified 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.


Revision 986 - Directory Listing
Added Sat Mar 31 14:01:31 2012 UTC (12 years, 11 months ago) by amb
Update the link URLs just-in-time rather than every time the map moves or
parameters are changed.