DennisOSRM
b3ae4f5c7b
Fixes issue #189
2012-08-31 10:36:08 +02:00
Project OSRM
428783e183
Merge pull request #378 from emiltin/cuke_time_more_scales
...
add test at more grid scales
2012-08-31 01:20:37 -07:00
Project OSRM
d26d3bb574
Merge pull request #393 from emiltin/cuke_ranges
...
add fuzzy range options to cucumber tests
2012-08-31 00:47:56 -07:00
DennisOSRM
7bd4e213c2
Fixes issue #392
2012-08-31 09:46:23 +02:00
DennisOSRM
bdcbb8670c
Tweaks to SConstruct
2012-08-31 09:42:16 +02:00
DennisOSRM
3edf4799d3
Fixes plain old XML parsing.
2012-08-31 09:40:17 +02:00
Emil Tin
62c12e7473
add fuzzy range options to cucumber tests
2012-08-31 08:10:55 +02:00
DennisOSRM
e0f51dd5e9
Fixes issue #366
2012-08-30 18:58:42 +02:00
DennisOSRM
7222231abf
Removing unnecessary defines
2012-08-30 18:58:19 +02:00
DennisOSRM
91080f0690
Further code cleanup
2012-08-30 17:34:06 +02:00
DennisOSRM
4c2c1f519c
Minor code cleanup
2012-08-30 17:01:54 +02:00
DennisOSRM
0eb5d8db4e
Removing unneeded dependencies
2012-08-30 17:00:32 +02:00
DennisOSRM
e43d27e86d
Implements way parsing through LUA scripting engine, implements issue #1
2012-08-30 16:59:41 +02:00
DennisOSRM
87df312a9d
Removing Adress data type that is not needed during extraction
2012-08-29 18:43:08 +02:00
DennisOSRM
1412c5db42
Removal of v8 as it sucked big time during integration and first
...
(partially) working parsing with LUA as the scripting engine.
2012-08-29 18:33:18 +02:00
DennisOSRM
4c58674393
First steps towards integrating libv8
2012-08-28 11:50:23 +02:00
DennisOSRM
1fdfac4aaf
Refactoring extraction stuff
2012-08-27 17:40:59 +02:00
DennisOSRM
e1fe363268
Added v8 library as a depency for the extractor
2012-08-27 16:31:24 +02:00
DennisOSRM
a127c705f2
backport of resize implementation
2012-08-27 16:16:59 +02:00
DennisOSRM
827b9e4be2
Removing an unnecessary sorting step.
2012-08-22 18:44:14 +02:00
DennisOSRM
417fcde9db
Using DeallocatingVector class instead of doing vector-swap-tricks
2012-08-22 17:36:30 +02:00
DennisOSRM
818c66e774
Fixes issue #334 (partially)
2012-08-22 16:46:47 +02:00
DennisOSRM
f69076f55c
Using back reference instead of iterator arithmetic
2012-08-22 16:20:13 +02:00
Emil Tin
ebafd25e77
add test at more grid scales
2012-08-21 19:23:57 +02:00
Project OSRM
b055334e73
Merge pull request #377 from emiltin/cuke_row_check
...
add two scenarios to check row-type test mechanism
2012-08-21 09:54:16 -07:00
DennisOSRM
f112f944aa
Fixes issue #364
2012-08-21 18:46:46 +02:00
Emil Tin
62951f3ab9
add two scenarios to check row-type test mechanism
2012-08-21 18:43:15 +02:00
Project OSRM
3e25f85eb6
Merge pull request #376 from emiltin/cuke_spacing
...
readjust spacing to avoid risk of overflow
2012-08-21 09:11:41 -07:00
Project OSRM
e544233abb
Merge pull request #375 from emiltin/access_test_profiles
...
update test speedprofiles to use new accessTags
2012-08-21 09:11:33 -07:00
Emil Tin
d6fd898101
readjust spacing to avoid risk of overflow
2012-08-21 18:02:36 +02:00
Emil Tin
ad610ac904
update test speedprofiles to use new accessTags
2012-08-21 17:45:33 +02:00
Project OSRM
70c4b293ce
Merge pull request #374 from emiltin/cuke_spacing
...
larger spacing when testing individual ways, avoids picking wrong one
2012-08-21 07:51:40 -07:00
Emil Tin
41e7dbf205
larger spacing when testing individual ways, avoids picking wrong one
2012-08-21 16:44:30 +02:00
DennisOSRM
2901e6891c
Merge branch 'master' of https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git
2012-08-21 16:35:08 +02:00
DennisOSRM
a911089913
Checking if input graph is empty
2012-08-21 16:34:56 +02:00
Project OSRM
ac1925d4b9
Merge pull request #373 from lonvia/access-control
...
Extended access tag configuration
2012-08-21 07:34:25 -07:00
DennisOSRM
5d2c2a3107
Don't preprocess an empty graph.
2012-08-21 16:02:28 +02:00
DennisOSRM
bab2c80857
Fixes 'ferry' test
2012-08-21 15:24:26 +02:00
DennisOSRM
d3d90e10a5
Fixes issue #372
2012-08-21 15:23:27 +02:00
Project OSRM
4336931f46
Merge pull request #372 from emiltin/cuke_hangs
...
scenario that hangs on mac
2012-08-21 06:17:47 -07:00
Sarah Hoffmann
58dfd29a3a
adapt speed profiles to extended access control
2012-08-20 21:13:54 +02:00
Sarah Hoffmann
66c23b5843
extended access handling
...
This adds a few more configuration options for a more flexible access
tag handling:
accessTags -
replaces accessTag and is an ordered list of access tags to take into
account. The first tag in the list found will determine the access.
This allows to model OSM's access hierarchy where a more specific
access tag might override a more general one.
accessForbiddenKeys -
unordered list of values that disallow access (similar to
accessRestrictionKeys). Replaces hardcoded values in extractor.
accessForbiddenDefault -
unordered list of highway types where access is forbidden unless an
explicit positiv access tag is given. Replaces the current track
hack.
2012-08-20 21:13:54 +02:00
Emil Tin
ea1fb0a078
scenario that hangs on mac
2012-08-20 19:12:54 +02:00
DennisOSRM
0381e0dd9d
Const'ing a member function
2012-08-14 15:04:09 +02:00
DennisOSRM
595579a6c2
Partially fixes issue #339
2012-08-14 14:31:45 +02:00
DennisOSRM
2143df2e4f
Removed non-informative console output
2012-08-14 13:44:34 +02:00
Project OSRM
c86060f5bb
Merge pull request #367 from karme/missinginitializer
...
missing initializers
2012-08-14 04:33:47 -07:00
DennisOSRM
4f2e9e8442
Implementing issue #272
2012-08-13 18:11:46 +02:00
DennisOSRM
411803919d
Implements issue #324 . Thanks tyrasd.
2012-08-13 17:31:46 +02:00
DennisOSRM
ebc3d09f0f
Segment duration is now given in second and not tenths of a second.
...
Partially fixes issue #355
2012-08-13 17:08:23 +02:00