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
DennisOSRM
0f03beb2b5
replacing c-style size_t with the one from std namespace
2013-02-12 15:46:40 +01:00
DennisOSRM
7e39c43896
allocate data in chunks of 8MB
2013-02-12 15:24:35 +01:00
DennisOSRM
906d28fa5d
Correct wrong allocation, use std::vector for node array and pass PODs
...
by value not ref
2013-02-12 15:23:09 +01:00
DennisOSRM
4d017f5d49
Saving 4 bytes per edge
2013-02-12 11:35:59 +01:00
DennisOSRM
6410314b0b
Add license attribution to GPX output
2013-02-12 10:57:33 +01:00
DennisOSRM
1c0202e790
Reordering initializations
2013-02-11 15:20:37 +01:00
DennisOSRM
918c978551
Fixes issue #585
2013-02-11 15:06:33 +01:00
DennisOSRM
3d1a85bbea
Fixing compilation issues on various compilers, i.e. old GCC, clang,
...
ICPC
2013-02-10 18:18:39 +01:00
Dennis Luxen
1a442c36e9
Implementing #566
2013-02-10 15:05:31 +01:00
Emil Tin
a4e322f085
don't allow bikes on highway=construction, fixes #582
2013-02-06 16:58:18 +01:00
DennisOSRM
0b1d268b09
Fixing issue that enters infinite loop under certain conditions
2013-02-06 15:23:57 +01:00
DennisOSRM
c2be6bc019
Fixes issue #567
2013-02-05 16:06:10 +01:00
DennisOSRM
9e11e832da
fixing symlink
2013-02-05 09:50:14 +01:00
DennisOSRM
348e656671
Merge branch 'feature/opposite_direction' into develop
2013-02-04 18:38:15 +01:00
DennisOSRM
54cdf6d6f2
maxspeed:forward and :backward get parsed and tests pass. Implements
...
#569 partially.
2013-02-04 15:58:35 +01:00
DennisOSRM
7c5ca8f199
ignore changes on profile symlink
2013-02-04 13:11:03 +01:00
DennisOSRM
ee42d94e2d
Fix test to reflect changed maxspeed behavior
2013-02-04 13:10:31 +01:00
DennisOSRM
91baa9dfd7
Merge completed
2013-02-04 13:05:05 +01:00
DennisOSRM
572b176401
Fixes issue #579
2013-02-04 12:13:30 +01:00
Emil Tin
97f1dc0749
update maxspeed tests, remove maxspeed from foot profile
2013-02-04 11:30:46 +01:00
Emil Tin
d67ac1a708
fuzzy matching in routability tables, ported from opposite branch
2013-02-04 10:33:25 +01:00
DennisOSRM
2707001a3a
Merge branch 'feature/opposite_direction' of https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git into feature/opposite_direction
2013-02-03 23:25:06 +01:00
Emil Tin
bb1064ac42
remove a nearest test, for now
2013-02-03 21:01:10 +01:00
Emil Tin
436cc692da
a few more test for nearest api
2013-02-03 20:37:22 +01:00
Emil Tin
76decf2e8b
fix nearest test
2013-02-03 20:24:46 +01:00