Project OSRM
|
a9b9775fe4
|
Adding the URL of the demo installation to README
|
2012-03-15 20:30:17 +01:00 |
|
DennisOSRM
|
75353852fd
|
duration tags on ferry ways get parsed now. Cheers to Mackerski!
|
2012-03-15 16:39:35 +01:00 |
|
DennisOSRM
|
64ab2da43b
|
Fixes issue #180.
|
2012-03-14 16:44:43 +01:00 |
|
DennisOSRM
|
6d74ae1b84
|
Allowing toll_booth's to be bypassed.
|
2012-03-13 16:03:43 +01:00 |
|
Project OSRM
|
26f3c51cf0
|
Merge pull request #131 from emiltin/oneway_class_override
make sure oneway:<class> overrides standard oneway tag
|
2012-03-13 07:58:36 -07:00 |
|
Emil Tin
|
b192fb9403
|
make sure oneway:<class> overrides standard oneway tag
|
2012-03-10 09:36:52 +01:00 |
|
Project OSRM
|
24e72bc6cc
|
Merge pull request #171 from emiltin/cuke_penalty_tests
tests for signal penalties
|
2012-03-08 05:33:21 -08:00 |
|
Emil Tin
|
9dfbd5f671
|
tests for signal penalty. renamed 'given the nodes' to 'given the node map' and introduced new 'given the nodes' to set node tags
|
2012-03-08 14:10:28 +01:00 |
|
DennisOSRM
|
a65339d011
|
Check that each shortcut is unpackable in debug mode
|
2012-03-08 11:42:55 +01:00 |
|
DennisOSRM
|
88890a1914
|
Upper bound for ordinals. Unlikely that any roundabout has more than 10
exits, but again, OSM has unlimited opportunities.
|
2012-03-08 11:37:41 +01:00 |
|
DennisOSRM
|
3ea1461839
|
Fixing direction of edges.
|
2012-03-08 11:35:40 +01:00 |
|
DennisOSRM
|
164e1be018
|
Disabling CH postprocessing for now.
|
2012-03-08 11:27:31 +01:00 |
|
DennisOSRM
|
fffb9c8a2c
|
Correct counting of node-based edges
|
2012-03-07 14:08:46 +01:00 |
|
DennisOSRM
|
f877788cf1
|
Changing traffic signal penalty
|
2012-03-07 12:39:08 +01:00 |
|
DennisOSRM
|
5940e40d22
|
Moving a variable back to local scope
|
2012-03-07 10:43:25 +01:00 |
|
DennisOSRM
|
9c894fb8b0
|
A bit of code cleanup
|
2012-03-07 10:39:33 +01:00 |
|
DennisOSRM
|
29b30bb69c
|
Moving contractor back to baseline
|
2012-03-07 08:49:10 +01:00 |
|
DennisOSRM
|
9b340a507b
|
checksum is unsigned not signed
|
2012-03-07 08:30:51 +01:00 |
|
DennisOSRM
|
0465753bdf
|
Merge branch 'master' of https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git
|
2012-03-06 19:27:02 +01:00 |
|
DennisOSRM
|
08ebe94005
|
Remove duplicate edges.
|
2012-03-06 19:25:54 +01:00 |
|
Project OSRM
|
7afd6d32b7
|
Merge pull request #169 from emiltin/cuke_avoid_pbf_roundtrip
osrm-prepare still reads xml, so avoid converting to pfb format during testing
|
2012-03-06 06:09:34 -08:00 |
|
Emil Tin
|
f41495dc7a
|
osrm-prepare still reads xml, so avoid converting to pfb format. avoids dependency on osmosis tool
|
2012-03-06 15:05:52 +01:00 |
|
Project OSRM
|
b253721df4
|
Merge pull request #168 from emiltin/cuke_updated_api
updated cucumber test to use loc= query params
|
2012-03-06 05:55:34 -08:00 |
|
Emil Tin
|
8200f889fb
|
updated cucumber test to use loc= query params
|
2012-03-06 14:50:59 +01:00 |
|
DennisOSRM
|
ec9a7f8165
|
Updated SConstruct to check for additional boost headers
|
2012-03-06 08:50:15 +01:00 |
|
DennisOSRM
|
e83891b4fc
|
API Breaking change. Location of nodes can be specified by a hint.
|
2012-03-05 19:08:10 +01:00 |
|
DennisOSRM
|
91c9cb2114
|
Change of API.
|
2012-03-05 17:42:35 +01:00 |
|
Project OSRM
|
303d571d23
|
Merge pull request #163 from emiltin/update_restriction_tests
update turn restrictions tests to use oneway streets, to avoid u-turns
|
2012-03-05 07:21:07 -08:00 |
|
DennisOSRM
|
f7cc34c807
|
Parsing hints from request. If no hint is given, then it is initialized
to empty string.
|
2012-03-05 16:19:46 +01:00 |
|
Emil Tin
|
8b2c0030d0
|
update turn restrictions tests to use oneway streets, to avoid u-turns
|
2012-03-05 16:11:11 +01:00 |
|
DennisOSRM
|
c273351d4a
|
PhantomNodes get transmitted as well. The client is supposed to send us
this information whenever it's possible.
|
2012-03-05 15:44:21 +01:00 |
|
DennisOSRM
|
0cd06be13a
|
Fixes segfault where route over node with highest ID could not be
unpacked.
|
2012-03-05 14:48:59 +01:00 |
|
DennisOSRM
|
ee64b2f5fd
|
removed dead code
|
2012-03-05 14:47:48 +01:00 |
|
DennisOSRM
|
f8499e1113
|
More assertions in debug runs, but faster in release runs.
|
2012-03-05 14:34:38 +01:00 |
|
DennisOSRM
|
305f4dc5d0
|
Merge remote-tracking branch 'origin/master'
|
2012-03-05 09:39:13 +01:00 |
|
DennisOSRM
|
3e73710245
|
Adding another method to simply add the increment.
|
2012-03-05 09:37:13 +01:00 |
|
DennisOSRM
|
77d5c44664
|
fixes issue #161
|
2012-03-05 09:36:20 +01:00 |
|
DennisOSRM
|
22e1e6c92f
|
partially fixes issue #161
|
2012-03-05 09:32:53 +01:00 |
|
Project OSRM
|
e70bcfb343
|
Merge pull request #158 from DrVanScott/gui
Gui: allow coordinates to specify start/end point
|
2012-03-02 10:21:25 -08:00 |
|
Dr Scott
|
93bccf36ba
|
support coordinates as start/end point: also accept semicolon as separator
|
2012-03-02 19:05:17 +01:00 |
|
Project OSRM
|
1720a2b123
|
Merge pull request #159 from emiltin/update_restriction_tests
updated turn restriction tests
|
2012-03-02 07:48:57 -08:00 |
|
Emil Tin
|
b0ecb869f2
|
updated turn restriction tests. use correct .osrm.restrictions file during tests. add tests for no-right-turn
|
2012-03-02 16:37:55 +01:00 |
|
Dr Scott
|
58359fe4ac
|
support coordinates as start/end point
|
2012-03-02 01:31:05 +01:00 |
|
DennisOSRM
|
9fdb6eb2c5
|
Refactoring edge based graph generation subrouting into a single
function. Should make parallelization much easier.
|
2012-03-01 19:41:06 +01:00 |
|
DennisOSRM
|
9b80d44873
|
Fixes an issue where target was on a dead-end street.
|
2012-03-01 19:39:48 +01:00 |
|
DennisOSRM
|
9673980fae
|
Reserve is not initial size
|
2012-03-01 15:59:46 +01:00 |
|
DennisOSRM
|
ec579fb6be
|
Renaming of Bits Struct
|
2012-03-01 15:58:59 +01:00 |
|
DennisOSRM
|
3cc3d4fd3b
|
Fail more gracefully if file of restrictions is not accessible.
|
2012-03-01 15:58:10 +01:00 |
|
DennisOSRM
|
63f4aaf7dd
|
Further refactoring of edge based graph generation
|
2012-03-01 14:36:10 +01:00 |
|
DennisOSRM
|
9776373784
|
Allow ways to cross barrier=border_control
|
2012-03-01 09:59:35 +01:00 |
|