abrensch
|
79fb1b607b
|
Merge pull request #132 from Phyks/gpxTrackName
Add a "trackName" GET parameter to the server part
|
2018-12-12 22:20:21 +01:00 |
|
Phyks (Lucas Verney)
|
430f2b8603
|
Add a "trackName" GET parameter to the server part to let users specify
the track name in the output files.
|
2018-12-12 15:47:08 +01:00 |
|
abrensch
|
0a8fa4df73
|
Merge pull request #117 from Phyks/nogoWeights
Allow custom nogo weights
|
2018-12-11 22:46:08 +01:00 |
|
Phyks (Lucas Verney)
|
000f1dfc69
|
Add tests for RoutingContext.calcAngle
|
2018-12-11 11:59:59 +01:00 |
|
Phyks (Lucas Verney)
|
1a2a1164f9
|
Fix a small bug in lat computation in CheapRulerSingleton and update
according to latest master branch.
|
2018-12-11 11:20:10 +01:00 |
|
Phyks (Lucas Verney)
|
2591f22348
|
Make nogo weight proportional to nogo distance
Compute the nogo cost as proportional to the length of the segment
inside the nogo area.
|
2018-12-11 08:53:43 +01:00 |
|
Phyks (Lucas Verney)
|
3479fd7323
|
Keep a cost of -1 for nogos which should never been entered to prevent them from being fed in the priority queue
|
2018-12-11 08:53:43 +01:00 |
|
Phyks (Lucas Verney)
|
910d6a0870
|
Allow custom nogo weights
This should help taking into account road works for instance.
|
2018-12-11 08:53:42 +01:00 |
|
abrensch
|
d95a200070
|
Merge pull request #130 from Phyks/distance
Follow up on distance rework
|
2018-12-10 22:28:13 +01:00 |
|
Phyks (Lucas Verney)
|
e0259e4cde
|
Use center latitude for getLonLatToMeters calls
|
2018-12-07 14:25:19 +01:00 |
|
Phyks (Lucas Verney)
|
34f5258f5e
|
Remove last use of rc.coslat
|
2018-12-07 09:15:03 +01:00 |
|
Phyks (Lucas Verney)
|
780e865870
|
Fix JavaDoc errors
|
2018-12-07 08:59:15 +01:00 |
|
Phyks (Lucas Verney)
|
d621964863
|
Radius are now stored in meters, to easily account for different
radiuses on X and Y axes.
|
2018-12-07 08:58:57 +01:00 |
|
abrensch
|
df9767b65e
|
Merge pull request #107 from saraedum/patch-1
Fix typo
|
2018-12-07 00:55:18 +01:00 |
|
Arndt Brenschede
|
ab2f5e3ae0
|
Better distance computation (revisited)
|
2018-12-07 00:45:12 +01:00 |
|
abrensch
|
e7afb236a6
|
Merge pull request #128 from Phyks/distance
Better distance computation - early merge, will do QS later...
|
2018-12-03 23:53:18 +01:00 |
|
Arndt Brenschede
|
7889bf85db
|
no_entry/no_exit TRs
|
2018-12-02 18:33:35 +01:00 |
|
Phyks (Lucas Verney)
|
5a62480bd3
|
Remove some duplicate codes and magic numbers
|
2018-12-02 16:00:55 +01:00 |
|
Phyks (Lucas Verney)
|
c78b56645c
|
Implement a cache for the cosine computation in CheapRuler.
|
2018-12-02 15:59:16 +01:00 |
|
Phyks (Lucas Verney)
|
665b7096e8
|
Add a basic implementation of CheapRuler and use it across code.
|
2018-12-02 15:59:16 +01:00 |
|
Arndt Brenschede
|
997beb0e96
|
bike ETA: more ele-filter, energy-correction
|
2018-11-25 20:15:09 +01:00 |
|
Arndt Brenschede
|
17be3653ae
|
bike ETA: more ele-filter, energy-correction
|
2018-11-25 20:11:50 +01:00 |
|
abrensch
|
0faae6dea7
|
Merge pull request #126 from Phyks/travelTime
Fix travel time computation
|
2018-11-23 11:32:02 +01:00 |
|
Phyks (Lucas Verney)
|
b27e6262b5
|
Fix travel time computation
|
2018-11-23 10:03:05 +01:00 |
|
Arndt Brenschede
|
6e6c4a18b2
|
bike ETA fine-tuning
|
2018-11-23 00:44:24 +01:00 |
|
abrensch
|
c57eaf9eff
|
Merge pull request #125 from Phyks/travelTime
Travel time computation for bikes and foot
|
2018-11-23 00:04:25 +01:00 |
|
Phyks (Lucas Verney)
|
0cecf87102
|
Review
* Only call speed computation for the final segments.
* Replace the cubic equation solved by a Newton method.
* Handle bicycle=dismount.
|
2018-11-22 16:20:30 +01:00 |
|
Phyks (Lucas Verney)
|
e4d0b3adc5
|
Travel time computation for bikes and foot
Based on simple models for travel speed (Tobler's hiking function for
foot, constant power for bike).
Fixes #6.
|
2018-11-18 22:29:09 +01:00 |
|
abrensch
|
0390a6a266
|
Merge pull request #122 from Phyks/lookups
Update `lookups.dat`
|
2018-11-17 17:14:40 +01:00 |
|
abrensch
|
6b81de467e
|
Merge pull request #121 from Phyks/mapcreation
Better process_pbf_planet.sh script
|
2018-11-17 17:12:16 +01:00 |
|
Phyks (Lucas Verney)
|
6ff808411d
|
Update lookups.dat
* Add information about the `busway` in opposite direction (#119)
* Add cycleway:left/right:oneway (#98)
* Add zone:maxspeed tags for traffic calming
|
2018-11-09 23:04:26 +01:00 |
|
Phyks (Lucas Verney)
|
dfb77f15eb
|
Better process_pbf_planet.sh script
|
2018-11-08 20:20:54 +01:00 |
|
abrensch
|
15cb0f267e
|
Merge pull request #120 from Phyks/mapcreation
Complete doc for map creation
|
2018-11-08 18:08:36 +01:00 |
|
Phyks (Lucas Verney)
|
c05ad2b2e5
|
Complete doc for map creation
|
2018-11-08 16:17:15 +01:00 |
|
Arndt Brenschede
|
9e88f37816
|
user-agent exclusion
|
2018-10-27 21:55:59 +02:00 |
|
Arndt Brenschede
|
394eff30fa
|
robots.txt
|
2018-10-21 16:18:54 +02:00 |
|
Arndt Brenschede
|
b154851f1f
|
shared profile dir
|
2018-10-21 11:50:58 +02:00 |
|
Arndt Brenschede
|
940abc5ea2
|
changed suspect-managers brouter-web link to 0.7-syntax
|
2018-10-12 21:51:45 +02:00 |
|
Arndt Brenschede
|
fc542dd73f
|
oneway+psv details
|
2018-10-06 11:10:18 +02:00 |
|
Arndt Brenschede
|
d6cae133e2
|
oneway+psv details
|
2018-10-06 09:19:13 +02:00 |
|
Brenschede
|
09bed6e531
|
oneway+psv details
|
2018-10-05 19:45:16 +02:00 |
|
Arndt Brenschede
|
c77e8ad5c2
|
suspect-manager: uups-fix
|
2018-10-02 09:56:06 +02:00 |
|
Arndt Brenschede
|
a61ebef90a
|
suspect-manager: some fixes
|
2018-09-22 21:01:20 +02:00 |
|
Arndt Brenschede
|
6bf782bc14
|
minor performance patch
|
2018-09-16 09:33:43 +02:00 |
|
Arndt Brenschede
|
715f98c7b1
|
suspect-manager: dynamic polygons
|
2018-09-16 09:33:18 +02:00 |
|
Arndt Brenschede
|
5dcfa91ab9
|
performance fix
|
2018-09-14 13:45:38 +02:00 |
|
Arndt Brenschede
|
89b60cc54c
|
performance fix
|
2018-09-13 13:08:32 +02:00 |
|
Arndt Brenschede
|
d7578fee03
|
suspect-manager: dynamic polygon check
|
2018-09-12 20:29:37 +02:00 |
|
Arndt Brenschede
|
e25c531d2d
|
SuspectManager: Node-Context, filter-speedup
|
2018-09-04 20:39:17 +02:00 |
|
Arndt Brenschede
|
b9a13183df
|
suspect-manager: who-did-it -> latest-changes
|
2018-09-01 16:24:16 +02:00 |
|