Emil Tin
|
207cddd50b
|
use enum for TravelMode
|
2014-08-20 11:08:58 +02:00 |
|
Emil Tin
|
dae9c9a7ed
|
use 4 bits for travel mode
|
2014-08-20 11:08:41 +02:00 |
|
Emil Tin
|
6fd615b9cd
|
first cut at porting travel mode, some tests fail
|
2014-08-20 11:08:41 +02:00 |
|
Emil Tin
|
3e6f27d173
|
rename contra_flow to travel_mode, use unsigned char
|
2014-08-20 11:08:41 +02:00 |
|
Dennis Luxen
|
82c2ae5441
|
first round of replacing deprecated typedefs with much nicer using statements
|
2014-08-19 13:01:38 +02:00 |
|
Dennis Luxen
|
8aee371d81
|
further include untangling, chops 5sec compile time
|
2014-06-11 12:25:57 +02:00 |
|
Dennis Luxen
|
c21b40bebc
|
further renaming of variable names, reduces legacy lint
|
2014-05-29 19:25:17 +02:00 |
|
Dennis Luxen
|
0766c3c62d
|
refactor member names in ImportEdge
|
2014-05-29 18:46:20 +02:00 |
|
Dennis Luxen
|
3625308585
|
moved ImportNode/Edge into compile units
|
2014-05-29 18:31:02 +02:00 |
|
Dennis Luxen
|
e12ad48822
|
migrate DataStructures to C++11
|
2014-05-07 18:39:16 +02:00 |
|
Dennis Luxen
|
f7d5b0db9c
|
uncompressed edges get serialized correctly'ish
|
2014-04-24 12:05:43 +02:00 |
|
Dennis Luxen
|
c71c8b0047
|
Unpacking of intermediate paths
|
2014-04-24 12:03:19 +02:00 |
|
Dennis Luxen
|
64720c2d2e
|
several lints fixed that were detected by facebook's flint
|
2014-04-21 17:40:07 +02:00 |
|
Dennis Luxen
|
29499f21c5
|
License change to (simplified) 2-clause BSD. Good riddance, AGPL
|
2013-10-14 13:42:28 +02:00 |
|
Dennis Luxen
|
d851dd7196
|
bit packing ImportEdge members
|
2013-08-16 13:34:28 +02:00 |
|
Dennis Luxen
|
54302a53e1
|
use exceptions instead of hard abort
|
2013-08-05 17:28:57 +02:00 |
|
DennisOSRM
|
f315a013b8
|
Refactoring InputEdge type and removing dead code
|
2013-02-14 17:12:12 +01:00 |
|
DennisOSRM
|
e6e5626a2c
|
Implementing logic when route is going against one-way flow (think
bikes!)
|
2013-01-27 14:36:56 +01:00 |
|
Emil Tin
|
c4ed218a7a
|
Revert "remove unused struct MinimalEdgeData"
This reverts commit 0235cf5d8e .
|
2013-01-01 23:01:52 +01:00 |
|
Emil Tin
|
0235cf5d8e
|
remove unused struct MinimalEdgeData
|
2012-12-31 11:22:56 +01:00 |
|
DennisOSRM
|
666371099e
|
Independent set tie-breaker in O(1) space and time
|
2012-05-23 21:18:38 +02:00 |
|
DennisOSRM
|
00502e0476
|
Packed struct saves four bytes for each edge-expanded graph edge
|
2012-05-15 16:44:29 +02:00 |
|
DennisOSRM
|
7e47553c88
|
Further cleanup
|
2012-04-25 10:57:19 +02:00 |
|
DennisOSRM
|
f8761ecea0
|
Routing datastructure more seperated from data of original edges
|
2012-04-25 10:51:16 +02:00 |
|
DennisOSRM
|
3f6cc725d6
|
First round of changes for access=destination enhancements. Not yet
fully functional.
|
2012-03-22 10:25:04 +01:00 |
|
DennisOSRM
|
f5226b2228
|
Certain type of edges, i.e. ferries, are now properly ignored from
nearest neighbor lookup. Fixes ticket 59.
|
2011-12-16 14:05:30 +01:00 |
|
DennisOSRM
|
8d008f9dcc
|
Space requirements are better now
|
2011-11-25 12:02:52 +01:00 |
|
DennisOSRM
|
070050a48e
|
Entering and leaving roundabouts is getting handled.
|
2011-11-22 16:47:15 +01:00 |
|
DennisOSRM
|
f66c1e4a4f
|
Removed unnecessary nameID of first leg
|
2011-11-16 18:10:51 +01:00 |
|
DennisOSRM
|
735b4e2db1
|
Renamed ImportEdge turn instruction getter function to turnInstruction()
|
2011-11-15 11:35:46 +01:00 |
|
DennisOSRM
|
97afa231ca
|
First working edge based version. Still missing: GPX export; Via Points;
origin,destination on same edge, descriptions
|
2011-11-14 19:36:31 +01:00 |
|
Project OSRM
|
5e1f621c50
|
Removed linebreak
|
2011-10-07 18:19:43 +03:00 |
|
Dennis Luxen
|
5377e82ca0
|
Unnecessary members on edge
|
2011-07-18 14:18:12 +00:00 |
|
Dennis Luxen
|
13f8c973f4
|
Allowing empty c'tor
|
2011-07-07 09:01:49 +00:00 |
|
Dennis Luxen
|
d38adbe7f1
|
Fixed warnings
|
2011-01-12 17:09:04 +00:00 |
|
Dennis Luxen
|
b1ee58b8e8
|
TurnInfo is now computed in a seperate object
|
2010-10-05 11:28:27 +00:00 |
|
Dennis Luxen
|
5692d43abb
|
Propagating turn info (not yet finished)
|
2010-10-01 16:30:35 +00:00 |
|
Dennis Luxen
|
676f64b0ef
|
BREAKING CHANGE, REPROCESS YOUR OSM FILES
All preparations necessary to compute and output turn directions.
|
2010-09-29 15:22:38 +00:00 |
|
Dennis Luxen
|
76488c58e8
|
Preparing data structures for turn directions
|
2010-09-23 15:34:22 +00:00 |
|
Dennis Luxen
|
1ba915cbed
|
BREAKING CHANGE, REPROCESS YOUR OSM FILES
Ferry egdes are now ignores by nearest neighbor grid
|
2010-09-02 15:47:55 +00:00 |
|
Dennis Luxen
|
d4a64d2168
|
Initial Import.
|
2010-07-09 09:05:40 +00:00 |
|