afischerdev
8903939176
Merge pull request #499 from quaelnix/fix-calc-distance
...
Fix rounding error in calcDistance
2023-02-15 17:24:03 +01:00
afischerdev
c588daa68f
Merge pull request #500 from quaelnix/elevation-filter-regression-fix
...
Fix regression in elevation filter logic
2023-02-15 17:21:19 +01:00
afischerdev
ca5279d7c7
Merge pull request #506 from quaelnix/eta-regression-fix
...
Fix regression in travel time computation
2023-02-13 18:47:14 +01:00
quaelnix
480977ec46
Fix regression in travel time computation
...
abrensch@17be365 introduced a bug that causes a negative bias in the calculated incline each time the elevation buffer is reset, which results in an additional misestimation of the travel time when via points are added.
2023-02-08 22:01:09 +01:00
quaelnix
f46c94083e
Fix priorityclassifier initialization
2023-01-28 10:34:01 +01:00
quaelnix
c3508c2adc
Fix regression in elevation filter logic
...
25e506d
changed the order in which the elevation deltas are passed through the elevation filter, which can lead to the undesirable behavior that appending segments to the end of a route can decrease the calculated total ascent. This fixes the bug by adjusting the elevation filter accordingly.
2023-01-24 23:38:11 +01:00
quaelnix
4495952625
Fix rounding error in calcDistance
2023-01-20 10:22:01 +01:00
afischerdev
3d34340e14
recalc elevation at end
2023-01-16 11:18:12 +01:00
afischerdev
32b258c188
recalc track rules, reorg detours
2023-01-16 10:37:19 +01:00
afischerdev
25e506dcbe
recalc track at end
2023-01-15 18:05:18 +01:00
afischerdev
4867368296
move process voice hint, speed profile to the end
2023-01-15 17:43:51 +01:00
afischerdev
2b9a9d5bdd
Merge pull request #494 from afischerdev/update-version
...
Update lib part three - ignore misplaced via points
2023-01-15 16:44:56 +01:00
quaelnix
a49c43d1ef
Refactor computeKinematic
2023-01-10 15:34:37 +01:00
quaelnix
1e819cf5bd
Fix regression of travel time calculation
...
This fixes a regression in the travel time calculation in the kinematic model caused by combining the following two commits:
* bd025875d4 (diff-59799a4a78f59692f35951f94cd8733f7e34718c2d60a6248685159f637517a4)
* 57da34d205 (diff-59799a4a78f59692f35951f94cd8733f7e34718c2d60a6248685159f637517a4)
2023-01-10 15:32:17 +01:00
afischerdev
b98a576fe3
add routines for misplaced pts
2023-01-09 18:25:16 +01:00
afischerdev
d2297c0c52
add vars for misplaced pts
2023-01-09 18:13:03 +01:00
afischerdev
d67b3c0ec9
change use of direct routing
2022-12-05 11:50:52 +01:00
afischerdev
8fa27bcf6e
remove compiler warnings
2022-11-23 16:28:43 +01:00
Manuel Fuhr
09a9c1a104
Enable PMD rule SimplifiedTernary and fix violations
2022-11-14 22:06:18 +01:00
Manuel Fuhr
3b77f93c00
Enable PMD rule UnnecessaryReturn and fix violations
2022-11-14 22:06:18 +01:00
Manuel Fuhr
30be64cbbe
Enable PMD rule LooseCoupling and fix violations
2022-11-14 22:06:18 +01:00
Manuel Fuhr
c75a8cb703
Enable PMD rule UnnecessaryImport and fix violations
2022-11-14 22:06:18 +01:00
zod
0566f8154c
Merge pull request #478 from afischerdev/update-version
...
Extend android service interface and http API
2022-11-14 21:47:58 +01:00
afischerdev
78cd395ca1
Merge pull request #474 from zod/test-routeserver
...
Tests for RouteServer
2022-11-10 13:07:10 +01:00
Manuel Fuhr
15df3d392d
Add testcase for param override
2022-11-09 18:35:44 +01:00
Manuel Fuhr
6f6d99b3e3
Stricter whitespace handling
2022-11-09 07:29:53 +01:00
afischerdev
54a7ad6b9d
update lib part one
2022-11-02 09:37:12 +01:00
Manuel Fuhr
fd158dc0ce
Cleanup testcases (split, dependencies, assertions)
2022-10-23 10:51:02 +02:00
Manuel Fuhr
3787076839
Move testcases from brouter-server to their modules
2022-10-23 10:22:47 +02:00
Manuel Fuhr
c15913c1ab
Reformat whole codebase using Android Studio
2022-07-25 06:14:46 +02:00
Manuel Fuhr
669ea28d1b
Share track via intent
2022-05-30 22:39:11 +02:00
polyscias
62444f8387
Update locus html generation to have only one extension section
2022-04-18 12:23:21 +02:00
Arndt Brenschede
96ab3bf5c2
suspect-manager: display trigger-list
2022-02-12 21:48:26 +01:00
Arndt Brenschede
8fd38da5c9
Merge branch 'master' of https://github.com/abrensch/brouter
2022-01-15 09:58:37 +01:00
Arndt Brenschede
7173e78214
TR bike exceptions also for foot-mode
2022-01-15 09:57:22 +01:00
vodie
5f62723cbb
no turnrestrictions for footmode
2022-01-15 01:49:02 +01:00
afischerdev
623f3c0279
set new version 1.6.3
2021-12-21 17:02:35 +01:00
afischerdev
a7857384fb
Revert "Update from abrensch/brouter"
2021-10-07 13:28:24 +02:00
afischerdev
4483143c35
gradle for publish #339
2021-10-06 20:43:57 +02:00
afischerdev
f5724cf388
gradle for publish #339
2021-10-06 20:37:15 +02:00
afischerdev
3e17914470
gradle for publish #339
2021-10-06 20:18:26 +02:00
afischerdev
12116b8467
change version numbers
2021-10-05 16:32:18 +02:00
afischerdev
1f99ef4d60
default value for "considerTurnRestrictions" ( #307 )
2021-09-05 17:12:24 +02:00
afischerdev
6601512bc3
Merge pull request #289 from ntruchsess/fix_issue_#288
...
fix issue #288 (No-go polyline sometimes leaky)
2021-09-05 17:01:29 +02:00
afischerdev
8e008a8d66
hardcoded waypoint distance to variable
2021-07-30 14:15:12 +02:00
afischerdev
4bbd2d7bff
move params forward
2021-07-24 11:45:56 +02:00
afischerdev
57da34d205
speed handling #301
2021-07-08 13:35:49 +02:00
afischerdev
03574f834c
more on version code
2021-07-07 12:21:52 +02:00
afischerdev
8c5a961011
Merge branch 'master' into cleanup-fileaccess
2021-07-01 11:20:30 +02:00
afischerdev
47f1b10b99
migrate to gradle part 2
2021-06-29 13:02:21 +02:00