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/www/routino/router.js

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 1490)


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
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]
Modified Fri Aug 3 18:30:40 2012 UTC (12 years, 7 months ago) by amb
File length: 47113 byte(s)
Diff to previous 1038
Fix some bugs in the latest check-ins.


Revision 1038 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 3 18:09:26 2012 UTC (12 years, 7 months ago) by amb
File length: 47343 byte(s)
Diff to previous 1037
Add a button to close the loop (duplicate the first waypoint at the end).


Revision 1037 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 3 17:47:55 2012 UTC (12 years, 7 months ago) by amb
File length: 46968 byte(s)
Diff to previous 1036
Don't add the waypoint items at the start and hide them if not needed but make
them invisible to start with and display them if required.


Revision 1036 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 3 17:43:33 2012 UTC (12 years, 7 months ago) by amb
File length: 46794 byte(s)
Diff to previous 1035
Improve the way that the home marker is handled (dragging etc).


Revision 1035 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 3 14:38:45 2012 UTC (12 years, 7 months ago) by amb
File length: 46206 byte(s)
Diff to previous 1034
Add comments to the functions that are called from the HTML file (to simplify
debugging and make easier to maintain).


Revision 1034 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 2 19:03:07 2012 UTC (12 years, 7 months ago) by amb
File length: 45280 byte(s)
Diff to previous 1033
Never-used markers now show as blank, not 0,0.  Clicking an unused marker
centres it on the map and updates the coordinates.


Revision 1033 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 2 18:46:46 2012 UTC (12 years, 7 months ago) by amb
File length: 44897 byte(s)
Diff to previous 1032
Refactor the code that inserts, removes and moves markers around so that all
properties are moved including search/coords selection, search values etc.


Revision 1032 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 2 18:00:35 2012 UTC (12 years, 7 months ago) by amb
File length: 43371 byte(s)
Diff to previous 1018
Change the formSetCoords() function so that it doesn't change the active state.


Revision 1018 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 12 13:57:18 2012 UTC (12 years, 8 months ago) by amb
File length: 43115 byte(s)
Diff to previous 1016
Another change related to OpenLayers 2.12.


Revision 1016 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 10 18:05:35 2012 UTC (12 years, 8 months ago) by amb
File length: 43111 byte(s)
Diff to previous 1013
Trigger the search form only when pressing the return key.


Revision 1013 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 9 18:59:40 2012 UTC (12 years, 8 months ago) by amb
File length: 42498 byte(s)
Diff to previous 1012
Make compatible with OpenLayers version 2.12 (but don't default to using it).


Revision 1012 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 9 15:59:34 2012 UTC (12 years, 8 months ago) by amb
File length: 42180 byte(s)
Diff to previous 1011
Move the maxmarkers variable from router.js to mapprops.js.


Revision 1011 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jun 30 17:45:35 2012 UTC (12 years, 8 months ago) by amb
File length: 42167 byte(s)
Diff to previous 1010
Remove some temporary variables by combining statements.


Revision 1010 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 29 19:18:53 2012 UTC (12 years, 8 months ago) by amb
File length: 42909 byte(s)
Diff to previous 1009
Fix HTML so that it validates.


Revision 1009 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 29 18:24:01 2012 UTC (12 years, 8 months ago) by amb
File length: 43379 byte(s)
Diff to previous 1008
Be more consistent with the .transform() operation.


Revision 1008 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 29 18:01:57 2012 UTC (12 years, 8 months ago) by amb
File length: 43684 byte(s)
Diff to previous 1005
Pass bounding box to search to help find local places.  Properly URI encode
search strings.  Properly check CGI parameters.


Revision 1005 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 29 14:30:38 2012 UTC (12 years, 8 months ago) by amb
File length: 43224 byte(s)
Diff to previous 1001
Display all of the search results and allow the user to select one.


Revision 1001 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 5 08:17:57 2012 UTC (12 years, 9 months ago) by amb
File length: 40963 byte(s)
Diff to previous 987
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 987 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 1 15:55:28 2012 UTC (12 years, 11 months ago) by amb
File length: 38648 byte(s)
Diff to previous 986
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 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 31 14:01:31 2012 UTC (12 years, 11 months ago) by amb
File length: 38324 byte(s)
Diff to previous 985
Update the link URLs just-in-time rather than every time the map moves or
parameters are changed.


Revision 985 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 24 13:53:53 2012 UTC (12 years, 11 months ago) by amb
File length: 38485 byte(s)
Diff to previous 984
Process the URL query string in the Javascript not in custom*.cgi.
Refactor a lot of the code for coordinate handling.
Simplify custom*.cgi so that they just redirect to the HTML page (will be
removed in later versions - for existing link compatibility only).


Revision 984 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 23 17:44:49 2012 UTC (12 years, 11 months ago) by amb
File length: 37454 byte(s)
Diff to previous 936
Added new buttons to centre map on marker and to add coordinates for current
location (Javascript geolocation function).
Shuffled the existing buttons around.
Allow "up" on first marker and "down" on last marker to wrap around.


Revision 936 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 8 19:37:44 2011 UTC (13 years, 3 months ago) by amb
File length: 36348 byte(s)
Diff to previous 935
Move semi-constant strings from the JavaScript to the HTML so that they can be
translated.


Revision 935 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Dec 8 18:39:24 2011 UTC (13 years, 3 months ago) by amb
File length: 36342 byte(s)
Diff to previous 933
Use the translated total distance from the summary and not the untranslated one
from the CGI.



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.

  Diffs between and
  Type of Diff should be a