Christian Bäuerlein
|
36856fd646
|
Fixes typo in Rakefile
Could not download data for skaane, as there was a `t` missing in the `country` key.
|
2012-11-20 15:07:32 +01:00 |
|
DennisOSRM
|
e45b7b4b14
|
Merge branch 'master' of https://github.com/DennisOSRM/Project-OSRM
Conflicts:
Algorithms/DouglasPeucker.h
|
2012-11-15 14:19:57 +01:00 |
|
DennisOSRM
|
3353e482ef
|
Use luajit 2.0 if available
|
2012-11-15 14:13:17 +01:00 |
|
DennisOSRM
|
11d4d3ec30
|
Generate shared_ptr by make_shared macro
|
2012-11-15 13:43:33 +01:00 |
|
DennisOSRM
|
7fda7f1f9b
|
Use DeallocatingVector in DynamicGraph
|
2012-11-15 13:39:23 +01:00 |
|
DennisOSRM
|
f575da2ca8
|
Fixing tests that check for paths on equator and zero-meridian. It was a
forgotten corner case when checking a divide by zero. and no. that was
no fun to debug.
|
2012-11-12 19:17:25 +01:00 |
|
DennisOSRM
|
591a06b25e
|
Removing superflous files
|
2012-11-12 17:45:08 +01:00 |
|
DennisOSRM
|
cbe48decd1
|
Restoring softlink
|
2012-11-12 17:32:57 +01:00 |
|
DennisOSRM
|
6f8148950e
|
Speeding up parsing of car profile by about 30%
|
2012-11-12 17:00:36 +01:00 |
|
DennisOSRM
|
ac68ff192e
|
Merge branch 'develop' of https://github.com/DennisOSRM/Project-OSRM into develop
|
2012-11-12 16:54:55 +01:00 |
|
Emil Tin
|
629cccc6e1
|
Merge remote-tracking branch 'origin/develop' into develop
|
2012-11-12 16:41:49 +01:00 |
|
Emil Tin
|
763cc86043
|
cuke: ignore maxspeed for cars when higher that way speed
|
2012-11-12 16:41:08 +01:00 |
|
DennisOSRM
|
a82c9d55b3
|
Merge branch 'develop' of https://github.com/DennisOSRM/Project-OSRM into develop
|
2012-11-12 11:01:03 +01:00 |
|
Dennis Luxen
|
9fc3ed939a
|
Further refactorings
|
2012-11-12 10:59:46 +01:00 |
|
Dennis Luxen
|
90b07cc6b0
|
Further refactorings
|
2012-11-12 10:59:23 +01:00 |
|
Dennis Luxen
|
ac15c787cc
|
Further refactorings
|
2012-11-12 10:59:13 +01:00 |
|
Dennis Luxen
|
b5ed992e94
|
Further refactorings
|
2012-11-12 10:58:57 +01:00 |
|
Emil Tin
|
7493d8aa49
|
test ferry duration on part of route
|
2012-11-04 14:00:21 +01:00 |
|
DennisOSRM
|
2c61d0a79e
|
Moving more functions into LUA
|
2012-11-03 08:19:01 +01:00 |
|
DennisOSRM
|
55e58375eb
|
Moving more functions into LUA
|
2012-11-03 08:18:39 +01:00 |
|
DennisOSRM
|
24321d860c
|
Moving more functions into LUA
|
2012-11-03 08:18:22 +01:00 |
|
DennisOSRM
|
e8c7f7b5da
|
Restructured calling of callback functions
|
2012-11-02 17:15:51 +01:00 |
|
Emil Tin
|
263dcbd188
|
test ferry durations
|
2012-11-02 15:57:20 +01:00 |
|
DennisOSRM
|
10cf41d138
|
Fixes issue #493
|
2012-11-02 09:10:19 +01:00 |
|
DennisOSRM
|
f4fd9dbd38
|
Fixes issue #489
|
2012-10-29 13:32:34 +01:00 |
|
DennisOSRM
|
10b650caf4
|
fixes unsafe float comparisons
|
2012-10-29 13:25:31 +01:00 |
|
DennisOSRM
|
75561b8278
|
Fixes issues introduced with commit
48c6145bdf
|
2012-10-29 13:24:54 +01:00 |
|
DennisOSRM
|
d89be86e4f
|
Fixing typo
|
2012-10-27 21:06:56 +02:00 |
|
DennisOSRM
|
6c218960e0
|
Revert "Douglas Peucker now twice as fast by using integer arithmetic only"
This reverts commit 48c6145bdf .
|
2012-10-27 21:04:03 +02:00 |
|
DennisOSRM
|
92d4b40379
|
Revert "stray round brackets"
This reverts commit 8b2629c273 .
|
2012-10-27 21:01:45 +02:00 |
|
Project OSRM
|
4c0203c108
|
stray round brackets
Fixing type
|
2012-10-27 09:34:12 +02:00 |
|
Project OSRM
|
8b2629c273
|
stray round brackets
Fixing type
|
2012-10-26 21:12:25 +03:00 |
|
Project OSRM
|
c19c97804a
|
Merge pull request #490 from DennisOSRM/develop
Develop
|
2012-10-26 10:52:03 -07:00 |
|
DennisOSRM
|
313466941b
|
Making alternative route optional
|
2012-10-26 18:31:31 +02:00 |
|
DennisOSRM
|
48c6145bdf
|
Douglas Peucker now twice as fast by using integer arithmetic only
|
2012-10-26 18:20:37 +02:00 |
|
Emil Tin
|
9dd45cceab
|
fix invalid ref to numberOfSegments in foot profile
|
2012-10-26 13:12:52 +02:00 |
|
DennisOSRM
|
b6303626b5
|
Merge branch 'develop' of https://github.com/DennisOSRM/Project-OSRM into develop
|
2012-10-20 21:12:49 +02:00 |
|
DennisOSRM
|
d1d800025d
|
changing gdal check to version free include dir
|
2012-10-20 21:11:37 +02:00 |
|
Emil Tin
|
57dc1e03b1
|
bikes, handle parking areas and train platforms
|
2012-10-20 12:03:36 +02:00 |
|
Emil Tin
|
ad5b96d6f2
|
verify distance in traffic signal tests
|
2012-10-18 14:50:21 +02:00 |
|
Emil Tin
|
b5f2a98e89
|
make clang++ default compiler on Mac
|
2012-10-17 09:50:00 +02:00 |
|
Emil Tin
|
3a706cade7
|
in tests, use profile arg instead of copying file
|
2012-10-13 22:41:19 +02:00 |
|
Emil Tin
|
d9af615db9
|
remove incorrect @bicycle tag from car test
|
2012-10-11 19:22:49 +02:00 |
|
Emil Tin
|
f40550b18c
|
bike speeds on pedestrian areas
|
2012-10-11 16:52:14 +02:00 |
|
Emil Tin
|
3ec4a049c5
|
update rakefile to work with lua profiles
|
2012-10-11 16:52:14 +02:00 |
|
DennisOSRM
|
dc86007fa9
|
Removing man_mades=* from being routable
|
2012-10-11 16:35:14 +02:00 |
|
DennisOSRM
|
64d14da0fa
|
allowing access tags on unknown highways
|
2012-10-11 10:01:54 +02:00 |
|
Emil Tin
|
c83ab666d7
|
bringing bikes on trains
|
2012-10-10 18:25:15 +02:00 |
|
Emil Tin
|
599b96ed95
|
dont use cover?() in test, to support ruby 1.8
|
2012-10-10 17:51:10 +02:00 |
|
DennisOSRM
|
38ba10ddad
|
Updated line generalization thresholds
|
2012-10-08 16:25:59 +02:00 |
|