Commit Graph

1492 Commits

Author SHA1 Message Date
Dennis Luxen
85e333127a Manually merging cmake support 2013-04-22 22:24:40 +02:00
Dennis Luxen
d52d86ae82 Manually merging cmake support 2013-04-22 22:23:53 +02:00
Dennis Luxen
f62293275f Template arguments were uneccessarily defined 2013-04-22 16:42:14 +02:00
Emil Tin
af490bae8e fix timestamp test 2013-04-16 16:56:05 +02:00
Emil Tin
edf5a0f677 test processing flow example 2013-04-13 12:13:31 +02:00
Emil Tin
5eecd0a57d cuke: keep number nodes locally, not in osm file 2013-04-13 11:38:41 +02:00
Emil Tin
1fc11a6b06 return way type in encoded form for unnamed streets 2013-04-08 16:23:42 +02:00
Emil Tin
3516538813 remove .mode reference from bike profile 2013-04-08 11:27:12 +02:00
Emil Tin
e3af8cb2e8 move name test 2013-04-08 11:19:17 +02:00
Emil Tin
16cd822555 mark failing name test as todo 2013-04-08 10:54:49 +02:00
Emil Tin
5938368a09 test for way name when way+area overlap 2013-04-08 10:21:23 +02:00
Emil Tin
50f865b81c add test for pushing bikes on footways etc 2013-04-08 10:04:17 +02:00
Emil Tin
96cd09471b encode way types for unnamed ways in bike profile 2013-04-08 10:04:17 +02:00
Emil Tin
cf6c1e97bb add test for current contraflow instructions 2013-04-08 10:04:17 +02:00
Emil Tin
f557e1efb4 remove test tag 2013-04-06 17:49:37 +02:00
Emil Tin
8893fd1656 test for bearing param (todo) 2013-03-18 21:26:36 +01:00
Emil Tin
081831e6ea test for mode flag (todo) 2013-03-18 15:51:41 +01:00
DennisOSRM
46c3ce0e34 Fixing 32 bit node id issue 2013-03-08 11:06:14 +01:00
DennisOSRM
6031a45c68 Avoid aborts like issue #601 2013-03-06 13:50:09 +01:00
DennisOSRM
ca64887cba Partially implements #569, thx @lonvia 2013-03-03 18:26:29 +01:00
DennisOSRM
3f1d67ca4c Workaround for #557 2013-03-03 18:05:36 +01:00
DennisOSRM
ff09af2812 Fixes #597, compile issues with boost filesystem2. 2013-03-03 17:38:35 +01:00
DennisOSRM
2cc2c967d1 Compute turn angles in mercartor projection. Implements issues #596,
#532
2013-02-28 13:34:48 +01:00
DennisOSRM
bec4e4437d Minor code refactoring 2013-02-27 19:47:04 +01:00
Emil Tin
f9abfbf68a compute turn penalties in lua profiles 2013-02-27 19:33:33 +01:00
DennisOSRM
53af4ee39f Cleaning of several regressions in the parsing code. 2013-02-27 17:36:44 +01:00
DennisOSRM
af5f2f85da Workaround for failing tests 2013-02-26 09:57:29 +01:00
DennisOSRM
ea83231da5 Fixing incorrect initialization of hash function 2013-02-25 18:47:17 +01:00
Project OSRM
c4693602ef Adding geometry to production rules 2013-02-25 14:52:35 +01:00
Emil Tin
3c8dd85966 respect use_restricions in xml import 2013-02-23 13:53:06 +01:00
Emil Tin
0399022d25 update turn instruction test 2013-02-23 09:00:44 +01:00
drxzcl
c6840496c0 Add basic CORS headers to allow cross-site access.
Add ¨Access-Control-Allow-Origin: *¨ to the HTTP headers of all replies.
This allows use in a cross-origin AJAX situation.

In compliance with the recommendations of section 4.2 of RFC2616, the header
is added before the existing entity headers.
2013-02-22 16:01:30 +01:00
DennisOSRM
f7657280b6 Merge branch 'develop' of https://github.com/DennisOSRM/Project-OSRM into develop 2013-02-22 15:50:07 +01:00
Emil Tin
f88a4baf79 update bike tests 2013-02-22 15:49:44 +01:00
Emil Tin
b051f715e6 add 'no' to barrier whitelist in bike profile 2013-02-22 15:49:44 +01:00
Emil Tin
81a05c89e4 update bike speeds 2013-02-22 15:49:44 +01:00
Emil Tin
cc55b016e9 don't push against oneway flow on roundabout. fixes #591 2013-02-22 15:49:44 +01:00
DennisOSRM
ae8e51074e Removing superflous inline statements 2013-02-22 15:49:44 +01:00
Emil Tin
313b93169d turn off turn restrictions for bicycle and foot, update tests 2013-02-22 15:49:44 +01:00
Emil Tin
db148741e9 code cleanup 2013-02-22 15:49:43 +01:00
Emil Tin
1ecad20a0d support xml, move duplicated xml/pbf code to base 2013-02-22 15:49:43 +01:00
Emil Tin
22c5c539c2 default to using turn restrictions 2013-02-22 15:49:43 +01:00
Emil Tin
d59e526e1e lua setting for using turn restrictions 2013-02-22 15:49:43 +01:00
Emil Tin
94fa0047db update bike tests 2013-02-19 08:54:23 +01:00
Emil Tin
26e2f9ddd1 add 'no' to barrier whitelist in bike profile 2013-02-19 08:38:10 +01:00
Emil Tin
23254b4f24 update bike speeds 2013-02-19 08:38:10 +01:00
Emil Tin
9a44f16846 don't push against oneway flow on roundabout. fixes #591 2013-02-15 17:02:49 +01:00
DennisOSRM
cad0069be2 Minor refactoring/reordering 2013-02-14 17:12:52 +01:00
DennisOSRM
f315a013b8 Refactoring InputEdge type and removing dead code 2013-02-14 17:12:12 +01:00
DennisOSRM
f780aa6160 Saving 4 bytes on each original edge. Simplifying handling of original
edge data
2013-02-14 17:11:18 +01:00