Commit graph

101 commits

Author SHA1 Message Date
Victor Shcherb
92ebc7380e Split 2 methods into different 2019-06-25 16:07:18 +02:00
Victor Shcherb
fd5d7fc517 Update min speed definition 2019-06-25 15:56:21 +02:00
crimean
9ac93f824e Implemented default speed adjusting 2019-06-25 13:41:49 +03:00
crimean
b067b66aa6 Working on min/max/def speed 2019-06-24 15:03:53 +03:00
Chumva
49481e227b Fix #6930 2019-06-24 11:59:33 +03:00
Victor Shcherb
aae6a4af30 Make code more documented 2019-06-10 12:13:25 +02:00
Victor Shcherb
7d58cf110d Fix tests 2019-06-08 12:40:19 +03:00
Victor Shcherb
8834258e80 Fix tests 2019-06-08 12:21:33 +03:00
Victor Shcherb
21d2da32f3 Fix issue with pedestrian routing where multiple footways and highways available around skyscraper 2019-06-08 12:01:02 +03:00
Alexey
781d4e1c53
Merge pull request #6968 from osmandapp/app_profiles
App profiles
2019-05-23 15:01:28 +03:00
Victor Shcherb
28a5b90294 Make public 2019-05-22 18:24:29 +03:00
madwasp79
29f44c6bc0 PR clean up 2019-05-22 16:21:10 +03:00
madwasp79
a7168d400b PR clean up 2019-05-22 14:21:40 +03:00
madwasp79
a560dff59d cleaning code 2 2019-05-21 17:26:49 +03:00
madwasp79
c6230dd8c0 refactoring profile reading 2019-05-21 16:28:14 +03:00
madwasp79
ab0e7f0f1c refactoring custom routing calculation params 2019-05-21 15:13:14 +03:00
madwasp79
9916b72555 Add Straight Line and BRouter (if installed) to Routing Types list.
Extracted string resources, refactoring and general clean up of code
Add RouteService to ApplicationMode (to set straight line for AIRCRAFT mode
2019-05-20 16:30:46 +03:00
madwasp79
d70dfd129b changing route reading
fix getRouting method (now it looks for routing profile name, not application profile stringKey
2019-05-16 17:24:48 +03:00
madwasp79
998e04181c Fix issue where routing profiles with equal names being overwritten 2019-05-14 15:42:00 +03:00
madwasp79
bd34a38e7d correctly shows names of files with custom routing profiles 2019-05-13 12:51:20 +03:00
madwasp79
0f7f1b6e89 ui and behavioral fixes 2019-05-13 11:51:53 +03:00
madwasp79
2a51b39e68 Read and parse all routing files from .../files/routing/ 2019-05-08 13:09:29 +03:00
madwasp79
08d28d65ed Setting navigation profile to application profile. Work in progress. Need testing. 2019-05-02 16:27:38 +03:00
crimean
2611dbf829 Fix unknown PT geometry color 2019-04-05 20:59:49 +03:00
crimean
8a0304f99f Draw straight line between stops if no geometry found (PT) 2019-04-05 19:49:25 +03:00
crimean
e7c2bd150b Fix #6599 2019-04-01 18:11:01 +03:00
crimean
51be2bb3f8 Fix PT route details - added boarding time. Few UI fixes. 2019-03-23 11:33:27 +03:00
Victor Shcherb
f89bae4595 Parse as float to avoid issues with custom user input 2019-03-18 15:58:25 +01:00
Victor Shcherb
0c8ce1270a Make parameter 0-based maxnumber of changes 2019-03-17 17:06:30 +01:00
Victor Shcherb
7933c74faf Add boarding time for all transports 2019-03-17 14:19:26 +01:00
Victor Shcherb
fc9e4e03c2 Update routing and add parameters to configuration 2019-03-17 14:15:54 +01:00
Victor Shcherb
a607b5c636 Update routing and add parameters to configuration 2019-03-17 14:09:41 +01:00
Chumva
83e02f1dc6 removed unnecessary changes 2019-03-16 00:18:36 +02:00
Chumva
4259dea0fe remove unnecessary log 2019-03-15 19:14:54 +02:00
Chumva
cb23520a0a Fix min max values for steepness and improve ui 2019-03-15 19:12:50 +02:00
Victor Shcherb
a0b6e40c1f Merge branch 'r3.3' of github.com:osmandapp/Osmand into r3.3 2019-03-15 17:39:37 +01:00
Victor Shcherb
d2ab470e65 Fix critical issue with PT 2019-03-15 17:38:55 +01:00
crimean
b3551ac82b Merge branch 'r3.3' of https://github.com/osmandapp/Osmand into r3.3 2019-03-15 19:07:02 +03:00
crimean
6c542058b1 Fix PT details time 2019-03-15 19:06:51 +03:00
Victor Shcherb
bb509f9ab6 Try to speedup pt calculation 2019-03-15 14:41:13 +01:00
Victor Shcherb
50bdc0083d Fix empty routes 2019-03-15 14:41:12 +01:00
Victor Shcherb
682316fc0e Fix fields for transport route 2019-03-15 13:44:49 +01:00
Victor Shcherb
bdd0424ca4 Fix crucial bug for public transport #6687 2019-03-15 13:31:01 +01:00
crimean
635805475a Merge branch 'r3.3' of https://github.com/osmandapp/Osmand into r3.3 2019-03-14 22:13:10 +03:00
crimean
fb2245e73c Make PT bages clickable 2019-03-14 22:13:04 +03:00
Chumva
96a2a87579 Add support for all custom rendering properties in route statistic 2019-03-14 18:32:54 +02:00
Victor Shcherb
2bf2694516 Avoid transport routes where walking is faster 2019-03-14 16:35:03 +01:00
Victor Shcherb
259df00936 Add constants and change algorithm to display route geometry 2019-03-13 15:58:40 +01:00
Chumva
c9cf01fff7 Add default renderer and steepness colors in RouteStatistics 2019-03-12 11:29:10 +02:00
Chumva
da2eafdc1e Merge branch 'master' of ssh://github.com/osmandapp/Osmand into Fix_6613 2019-03-12 11:15:56 +02:00