Routino SVN Repository Browser

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

ViewVC logotype

Annotation of /trunk/doc/NEWS.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 288 - (hide annotations) (download)
Wed Oct 21 15:40:57 2009 UTC (15 years, 4 months ago) by amb
File MIME type: text/plain
File size: 1813 byte(s)
Updated for version 1.2.

1 amb 288 Version 1.2 of Routino released : Wed Oct 21 2009
2     -------------------------------------------------
3    
4     Inputs
5     Recognise tags "vehicle" and "motor_vehicle".
6     Handle duplicate ways in the input OSM file (e.g. concatenation of 2 files).
7    
8     Database
9     Identical ways are combined to reduce database size (~80% fewer ways stored).
10    
11     Routing
12     Fix weight, height, width, length restriction routing.
13     Allow up to 99 waypoints to be specified instead of 9.
14    
15     Visualiser
16     Don't display speed limits for tracks and paths unless a value is set.
17     Draw all super-segments that cross the selected boundary.
18    
19     planetsplitter
20     Optional slim mode uses minimal memory at the expense of temporary files.
21    
22     router
23     Less CPU time for routing (~30% less).
24    
25     filedumper
26     Allow dumping individual nodes, segments and ways (for debug).
27    
28    
29 amb 193 Version 1.1 of Routino released : Sat Jun 13 2009
30     -------------------------------------------------
31    
32     Inputs
33     Improve parsing of OSM file (imperial units).
34 amb 288 Ignore nodes that are missing from the input OSM file.
35 amb 193
36     Outputs
37     Create GPX route files as well as GPX track files.
38     Read in an optional copyright.txt file and include contents in output.
39     Make better choices about what to output in the abbreviated text file.
40    
41     Routing
42     Allow generating a route with intermediate waypoints.
43     Use preferences for highway types instead of yes/no choice.
44     Choice of closest node to start/finish points ensures transport allowed.
45    
46     Visualiser
47     Added data extraction function for viewing routing database data.
48    
49     Web Pages
50     Include full set of web pages for creating customised online router.
51    
52     Documentation
53     Included NEWS.txt file.
54     Included documentation for installation of web pages.
55    
56    
57     Version 1.0 of Routino released : Wed Apr 08 2009
58     -------------------------------------------------
59    
60     First version.

Properties

Name Value
cvs:description A NEWS file.