DennisOSRM
|
c64aaab193
|
Checkin missing file, fixes issue #197
|
2012-03-20 23:17:45 +01:00 |
|
DennisOSRM
|
556e487a15
|
Adding a U-turn penalty for very sharp turns. Fixes #188 and #153 and
also partially fixes #65 and #167
|
2012-03-20 12:35:52 +01:00 |
|
DennisOSRM
|
30d72543b9
|
Fixes issue #195
|
2012-03-19 15:38:02 +01:00 |
|
DennisOSRM
|
af0def36c2
|
Fixing a misplaced min function. Thanks, Gnonthgol
|
2012-03-19 14:43:59 +01:00 |
|
DennisOSRM
|
6d8f99832f
|
Excluding barrier=cattle_grid
|
2012-03-19 13:48:01 +01:00 |
|
DennisOSRM
|
6a9b05e126
|
bollards are ignored if access=yes tag is set at the node.
|
2012-03-19 13:37:43 +01:00 |
|
DennisOSRM
|
c45e2cbb82
|
Reworking the logic to accept only tracks with access=yes.
|
2012-03-19 11:49:52 +01:00 |
|
Sven Anders
|
4d0c02de2d
|
Added stxxlroot option for default target
|
2012-03-18 15:31:08 +01:00 |
|
DennisOSRM
|
e43019a1df
|
Adding tracks if they are tagged with access=yes
|
2012-03-17 19:54:31 +01:00 |
|
Project OSRM
|
4d19793d69
|
Allowing tracks to be accessed at low avg speed.
|
2012-03-17 13:19:12 +01:00 |
|
Project OSRM
|
15358a2e72
|
Update speedprofile.ini
|
2012-03-17 12:25:46 +01:00 |
|
Project OSRM
|
73f0e6e825
|
Adding tertiary_link.
|
2012-03-17 12:23:39 +01:00 |
|
DennisOSRM
|
17738c3861
|
Destination now shows up in turn instructions
|
2012-03-16 13:25:23 +01:00 |
|
DennisOSRM
|
3712868831
|
Fixing a bug with hinting coordinates on one-way streets.
|
2012-03-16 13:22:51 +01:00 |
|
DennisOSRM
|
a0a71d6e05
|
Merge branch 'master' of https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git
|
2012-03-16 12:19:43 +01:00 |
|
DennisOSRM
|
1116608389
|
Ignoring barrier=no for now. Thanks Derick.
|
2012-03-16 12:19:10 +01:00 |
|
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 |
|