Routino SVN Repository Browser

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

ViewVC logotype

Contents of /trunk/doc/NEWS.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 319 - (show annotations) (download)
Thu Jan 21 18:29:13 2010 UTC (15 years, 2 months ago) by amb
File MIME type: text/plain
File size: 3305 byte(s)
Update to latest news.

1 Version 1.3 of Routino released : Thu Jan 21 2010
2 -------------------------------------------------
3
4 Bug fixes:
5 Ensure output even if the distance between two adjacent route points is small.
6 Correct the determination of waypoints for abbreviated output.
7 Check the command line values for filedumper --dump options.
8 Made the verbose output consistent between different places.
9
10 OSM tagging
11 Recognise "designation" tag to determine designated paths.
12 Recognise "steps" tag to determine the highway type.
13 Recognise "wheelchair" tag to determine if wheelchairs are allowed on highway.
14 Recognise "moped" tag to determine if mopeds are allowed on a highway.
15 Recognise "surface" and "paved" tags to determine if a highway is paved.
16 Recognise "lanes" tag to determine if a highway has multiple lanes.
17 Recognise "bridge" tag to determine if a highway is a bridge.
18 Recognise "tunnel" tag to determine if a highway is a tunnel.
19
20 New Features
21 Remove "bridleway" and "footway" highway types and use "path" highway instead.
22 Added "steps" as a new highway type separate from the "path" type.
23 Added "wheelchair" and "moped" to the list of possible transports.
24 Added "paved", "multilane", "bridge", "tunnel" to list of highway properties.
25
26 router
27 For each waypoint choose closest point on a segment and not just closest node.
28 Added the ability to set preferences based on highway properties.
29 Changed the text output formats to include bearing and turn information.
30
31
32 Version 1.2 of Routino released : Wed Oct 21 2009
33 -------------------------------------------------
34
35 OSM tagging
36 Recognise tags "vehicle" and "motor_vehicle".
37 Handle duplicate ways in the input OSM file (e.g. concatenation of 2 files).
38
39 Database
40 Identical ways are combined to reduce database size (~80% fewer ways stored).
41
42 Routing
43 Fix weight, height, width, length restriction routing.
44 Allow up to 99 waypoints to be specified instead of 9.
45
46 Visualiser
47 Don't display speed limits for tracks and paths unless a value is set.
48 Draw all super-segments that cross the selected boundary.
49
50 planetsplitter
51 Optional slim mode uses minimal memory at the expense of temporary files.
52
53 router
54 Less CPU time for routing (~30% less).
55
56 filedumper
57 Allow dumping individual nodes, segments and ways (for debug).
58
59
60 Version 1.1 of Routino released : Sat Jun 13 2009
61 -------------------------------------------------
62
63 Inputs
64 Improve parsing of OSM file (imperial units).
65 Ignore nodes that are missing from the input OSM file.
66
67 Outputs
68 Create GPX route files as well as GPX track files.
69 Read in an optional copyright.txt file and include contents in output.
70 Make better choices about what to output in the abbreviated text file.
71
72 Routing
73 Allow generating a route with intermediate waypoints.
74 Use preferences for highway types instead of yes/no choice.
75 Choice of closest node to start/finish points ensures transport allowed.
76
77 Visualiser
78 Added data extraction function for viewing routing database data.
79
80 Web Pages
81 Include full set of web pages for creating customised online router.
82
83 Documentation
84 Included NEWS.txt file.
85 Included documentation for installation of web pages.
86
87
88 Version 1.0 of Routino released : Wed Apr 08 2009
89 -------------------------------------------------
90
91 First version.

Properties

Name Value
cvs:description A NEWS file.