Daniel J. Hofmann
|
345d5e8d9e
|
Make an exception for block barriers in bicycle and foot profile.
This adds `barrier=block` exceptions to the respective white lists.
In addition this adds tests to check for the exception in bicycle and
foot profiles and makes sure cars are still not able to cross them.
Checked with:
cucumber --tags @barrier -p verify
References:
- https://github.com/Project-OSRM/osrm-backend/issues/1643
- http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dblock
|
2015-09-07 12:23:21 +02:00 |
|
Lauren Budorick
|
0a53dccd4c
|
Use .round instead of .to_i for cucumber speeds
|
2015-08-25 00:06:57 +02:00 |
|
Lauren Budorick
|
eec4f173a7
|
Fix tag misspellings in profiles + tests: forestry, pebblestone
|
2015-06-09 20:16:58 -07:00 |
|
Patrick Niklaus
|
2a9b1311d3
|
Add test for ignoring crossing nodes
|
2015-05-30 19:30:33 +02:00 |
|
Dennis Luxen
|
878c49e4e1
|
fix incomplete implementation of movable bridges in bike profiles, plenty of regressions
|
2015-02-26 17:17:43 +01:00 |
|
Dennis Luxen
|
6b88856c16
|
add support for movable bridges in the biking profile, cf #1399
|
2015-02-26 16:28:04 +01:00 |
|
Emil Tin
|
3460bd0ba9
|
fix problems with mode, 1 failing test left
|
2014-08-20 11:08:42 +02:00 |
|
Emil Tin
|
6e1ab9fe3a
|
profile fixes
|
2014-08-20 11:08:42 +02:00 |
|
Emil Tin
|
235a52032a
|
more tests passing
|
2014-08-20 11:08:42 +02:00 |
|
Emil Tin
|
6fd615b9cd
|
first cut at porting travel mode, some tests fail
|
2014-08-20 11:08:41 +02:00 |
|
Emil Tin
|
d09394ed52
|
add failing tests for travel mode
|
2014-08-20 11:08:41 +02:00 |
|
Emil Tin
|
5f7065848e
|
clean cucumber comments, fixes 'file to long' problem with latest version of cucumber
|
2014-04-01 15:30:55 +02:00 |
|
Emil Tin
|
65e020a627
|
cuke: use new speed tests where relevant
|
2014-04-01 14:56:25 +02:00 |
|
Emil Tin
|
cb1b824a75
|
cuke: improve routability tables, test for speed
|
2014-03-27 10:38:02 +01:00 |
|
Dennis Luxen
|
f684fa9a7b
|
fix tests to resemble the fixed duration calculation
|
2014-01-21 16:11:51 +01:00 |
|
Emil Tin
|
a178555838
|
update text in cuke test
|
2013-09-17 21:04:02 +02:00 |
|
Emil Tin
|
47f11fc3a6
|
bike: normal speed on paths with asphalt, add tests
|
2013-09-12 14:15:50 +02:00 |
|
Emil Tin
|
6c32d97b23
|
organize cuke test with @todo and @bug
|
2013-09-05 20:00:42 +02:00 |
|
Emil Tin
|
407d73a735
|
removing trailing whitespace in cuke/ruby files
|
2013-08-29 19:39:45 +02:00 |
|
Emil Tin
|
b5bfdb56dc
|
cleanup indentation of cuke files
|
2013-08-29 19:29:13 +02:00 |
|
Dennis Luxen
|
aeba3aa209
|
fixes #695 for bike profile
|
2013-08-12 18:00:56 +02:00 |
|
Emil Tin
|
a45215ddf2
|
cuke test roundabout exit nr
|
2013-07-30 17:58:00 +02:00 |
|
Emil Tin
|
cb28b2de07
|
cuke test for roundabout instructions
|
2013-07-30 17:01:25 +02:00 |
|
Emil Tin
|
c07966408b
|
add test for consecutive oneways, fails for car
|
2013-06-03 00:00:14 +02:00 |
|
Emil Tin
|
9588ef00a5
|
use alt=false during cucumber testing
|
2013-05-10 17:17:24 +02:00 |
|
Emil Tin
|
3afcd31f61
|
bike: use both ref&name when available
|
2013-04-28 11:42:21 +02:00 |
|
Emil Tin
|
1fc11a6b06
|
return way type in encoded form for unnamed streets
|
2013-04-08 16:23:42 +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
|
cf6c1e97bb
|
add test for current contraflow instructions
|
2013-04-08 10:04:17 +02:00 |
|
Emil Tin
|
081831e6ea
|
test for mode flag (todo)
|
2013-03-18 15:51:41 +01:00 |
|
Emil Tin
|
f9abfbf68a
|
compute turn penalties in lua profiles
|
2013-02-27 19:33:33 +01:00 |
|
Emil Tin
|
f88a4baf79
|
update bike tests
|
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 |
|
Emil Tin
|
313b93169d
|
turn off turn restrictions for bicycle and foot, update tests
|
2013-02-22 15:49:44 +01:00 |
|
Emil Tin
|
a4e322f085
|
don't allow bikes on highway=construction, fixes #582
|
2013-02-06 16:58:18 +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 |
|
Emil Tin
|
97f1dc0749
|
update maxspeed tests, remove maxspeed from foot profile
|
2013-02-04 11:30:46 +01:00 |
|
Emil Tin
|
73c81a0a6c
|
Removing debug output
|
2013-02-03 18:13:57 +01:00 |
|
Emil Tin
|
3a4695713d
|
test bike maxspeed forw/backw (@todo)
|
2013-02-03 15:34:41 +01:00 |
|
Emil Tin
|
dd5d520b53
|
update profile and tests for pushing of bikes
|
2013-02-03 14:46:18 +01:00 |
|
Emil Tin
|
d6adc56b3a
|
add test for multiple except tag values in restrictions
|
2013-01-06 15:44:15 +01:00 |
|
DennisOSRM
|
5de2aa1cbf
|
fixing test and removing todo tag
|
2013-01-05 17:35:50 +01:00 |
|
Emil Tin
|
551af0e45a
|
fix a few restrictions tests
|
2013-01-04 16:09:00 +01:00 |
|
Emil Tin
|
ff417fac01
|
update ferry tests
|
2013-01-01 18:41:38 +01:00 |
|
Emil Tin
|
d4db5cca1c
|
fixing typo in forestry access
|
2012-12-23 19:32:26 +01:00 |
|
Emil Tin
|
ec56478a3c
|
cucumber cleanup, removed unused code
|
2012-12-16 13:36:47 +01:00 |
|
Emil Tin
|
b0f035bf3c
|
mark some tests as @todo
|
2012-12-10 13:08:26 +01:00 |
|
Emil Tin
|
b182cd1fa4
|
test bikes & public_transport stop_area relations
|
2012-12-03 11:06:25 +01:00 |
|
Emil Tin
|
f1d47328e9
|
support testing of all relation types
|
2012-11-30 13:40:21 +01:00 |
|
Emil Tin
|
9a865384a1
|
tests for except tag on turn restrictions
|
2012-11-28 18:43:07 +01:00 |
|
Emil Tin
|
7493d8aa49
|
test ferry duration on part of route
|
2012-11-04 14:00:21 +01:00 |
|
Emil Tin
|
263dcbd188
|
test ferry durations
|
2012-11-02 15:57:20 +01:00 |
|
Emil Tin
|
57dc1e03b1
|
bikes, handle parking areas and train platforms
|
2012-10-20 12:03:36 +02:00 |
|
Emil Tin
|
c83ab666d7
|
bringing bikes on trains
|
2012-10-10 18:25:15 +02:00 |
|
Emil Tin
|
5c737709e2
|
test for bikes on trains
|
2012-10-05 16:28:19 +02:00 |
|
Emil Tin
|
7282e543ca
|
test maxspeed for bicycles (yes it's possible)
|
2012-10-05 16:15:47 +02:00 |
|
Emil Tin
|
ea90627e02
|
simple test for routing on areas
|
2012-10-05 15:52:44 +02:00 |
|
Emil Tin
|
b95596d6b7
|
test for empty highway tag
|
2012-10-05 15:52:44 +02:00 |
|
Emil Tin
|
3f039f59de
|
add @todo tag to test for unimplemented features
|
2012-10-05 13:48:05 +02:00 |
|
Emil Tin
|
2a89aeecd8
|
handle cycleway tags
|
2012-10-05 12:09:03 +02:00 |
|
Emil Tin
|
8e756a2476
|
tests for cycleways
|
2012-10-04 15:00:46 +02:00 |
|
Emil Tin
|
8e31b8860c
|
more access tests combinations and other modes
|
2012-10-04 12:07:38 +02:00 |
|
Emil Tin
|
794c3490fe
|
add test for acces hierachy on nodes
|
2012-10-04 11:38:29 +02:00 |
|
Emil Tin
|
216157e00d
|
simply access hierachy test, add tests for implied access
|
2012-10-04 11:30:29 +02:00 |
|
Emil Tin
|
8e6b7766a1
|
parse access tag hierachy in bike profile
|
2012-10-04 08:36:14 +02:00 |
|
Emil Tin
|
59025ca2da
|
add tests for hierachy of access tags
|
2012-10-03 22:56:41 +02:00 |
|
Emil Tin
|
4b00557fda
|
better handling of access and barrier tags
|
2012-10-03 19:14:44 +02:00 |
|
Emil Tin
|
97f04eae91
|
rewrite tests for access=destination
|
2012-10-01 16:18:36 +02:00 |
|
Emil Tin
|
1ad274ed2e
|
more reorganizing of tests
|
2012-10-01 13:33:47 +02:00 |
|
Emil Tin
|
57d6af5486
|
update barrier tests
|
2012-10-01 12:36:06 +02:00 |
|
Emil Tin
|
d4352b84ac
|
reorganizating tests into car/bike/foot
|
2012-10-01 12:36:06 +02:00 |
|