Commit graph

195 commits

Author SHA1 Message Date
Manuel Fuhr
c0245df07b Adapt scripts & documentation 2023-05-17 20:04:56 +02:00
Manuel Fuhr
78f33ee479 Use pbfparser instead of XML parser in map-creator 2023-05-17 19:42:57 +02:00
moving-bits
79b1eda1ed Unify brackets for opening blocks with comments 2023-04-29 19:04:52 +02:00
afischerdev
13aad459b7 change foot default brf 2023-04-17 10:04:15 +02:00
afischerdev
0bc24c121c modify bike brf on roundabout #485 one more 2023-04-03 09:51:53 +02:00
afischerdev
5e217ff67b modify bike brf on roundabout #485 2023-04-02 18:40:21 +02:00
afischerdev
560358d9cb
Merge pull request #179 from bagage/master
Add MTB profile
2023-04-02 18:06:25 +02:00
afischerdev
b7842e1722
Merge pull request #471 from Totorrr/profiles-no-total-access-cycleroutes
Remove cycleroute always having access granted
2023-04-02 18:01:06 +02:00
afischerdev
443b01e9fd repair #268 2023-04-02 17:52:56 +02:00
afischerdev
609f62d6d5
Merge pull request #268 from Totorrr/profiles-oneway-bicycle-leftright
Consider cycleway:left&right in onewaypenalty
2023-04-02 17:32:40 +02:00
afischerdev
b304789e43 repair call to interface, pmd conform 2023-03-22 18:25:37 +01:00
afischerdev
d85905035c change affected files for output rules 2023-02-26 13:04:43 +01:00
afischerdev
5571eee82c
Merge pull request #472 from Totorrr/profile-indent-typo-correc
Correc indent typo
2023-02-15 17:29:41 +01:00
afischerdev
fb7c73bb0f add test profiles with lookups.dat 2022-11-08 18:09:03 +01:00
afischerdev
93e8a81005
Merge pull request #305 from multimodaal/patch-1
Update river profile
2022-10-22 10:58:10 +02:00
Totorrr
8d2a2db770
Correc indent typo
Minor 1 char change to improve profile code readability.
2022-10-22 00:58:37 +02:00
Totorrr
e2c6811761
Remove cycleroute always having access granted
Some bicycle routes can have portions which are not accessible.

Potential reasons for this:
 - temporary construction work on the ways (sometimes for months),
 - local access change without simultaneous update of bicycle route relation
   (lack of mapper's knowledge or lack of time to redefine an updated route),  
 - ... 

This commit changes the fastbike profile so that being on a cycle route does 
not automatically mean "access granted" for bicycles. The normal access 
checkings are used instead.

However, the accesspenalty is set to 15 if the no-access way belongs to such a 
route, so that the way is not completely forbidden if there is no other 
alternative unavailable.
2022-10-22 00:51:23 +02:00
Totorrr
35f4e3312e
Remove cycleroute always having access granted
Some bicycle routes can have portions which are not accessible.

Potential reasons for this:
 - temporary construction work on the ways (sometimes for months),
 - local access change without simultaneous update of bicycle route relation
   (lack of mapper's knowledge or lack of time to redefine an updated route),  
 - ... 

This commit changes the trekking profile so that being on a cycle route does 
not automatically mean "access granted" for bicycles. The normal access 
checkings are used instead.

However, the accesspenalty is set to 15 if the no-access way belongs to such a 
route, so that the way is not completely forbidden if there is no other 
alternative unavailable.
2022-10-22 00:19:22 +02:00
Manuel Fuhr
c15913c1ab Reformat whole codebase using Android Studio 2022-07-25 06:14:46 +02:00
Manuel Fuhr
a75570a027 Merge branch 'master' into docs 2022-05-17 06:40:31 +02:00
Manuel Fuhr
6c5b1ddec6 Reference docs and remove readmes 2022-05-17 06:24:04 +02:00
Manuel Fuhr
4b6e34ca55 Update profile to Hiking-Mountain-SAC3 v1.8.7 2022-04-24 14:09:04 +02:00
Manuel Fuhr
56c9030406 Rename hiking profile 2022-04-24 14:09:04 +02:00
Manuel Fuhr
eb89f9c999 Use more railway lines for routing
Closes #409
2022-03-30 17:24:56 +02:00
Arndt Brenschede
771770af22 added bad-TRs analysis to pre-processor 2022-01-15 10:05:06 +01:00
Arndt Brenschede
7173e78214 TR bike exceptions also for foot-mode 2022-01-15 09:57:22 +01:00
Manuel Fuhr
d45a811720 Move mapcreation to developer content 2021-12-29 08:45:40 +01:00
Manuel Fuhr
ca30bc86b9 Add profile developers guide 2021-12-29 07:17:31 +01:00
Arndt Brenschede
a5b8ba459b removed brouter-suspects/traffic-analyisis profiles 2021-12-20 10:10:12 +01:00
Manuel Fuhr
87a5cd21e8 Rewrap 2021-12-01 07:35:30 +01:00
Manuel Fuhr
dfc4bff7fd Use markdown syntax 2021-12-01 07:33:18 +01:00
Manuel Fuhr
d3482098f0 Rename to markdown 2021-11-30 17:32:16 +01:00
afischerdev
f0853adaca
Merge pull request #257 from Totorrr/profiles-paved-surfaces
Consider sett as paved in trekking.brf & fastbike.brf
2021-11-28 16:59:09 +01:00
Manuel Fuhr
d1a5911b34 fastbike: Check isunpaved for highway=unclassified
Fixes #102
2021-11-26 17:44:41 +01:00
afischerdev
227e7394b8 add a warning for BRouter folder in Android Q 2021-11-18 10:53:36 +01:00
afischerdev
0f0d7db18f Comparison profiles for download 2021-11-07 13:32:44 +01:00
Manuel Fuhr
555fa98914 Extend ReadSizes to get sizes from server index
Call "java ReadSizes.java https://brouter.de/brouter/segments4/" to
get an updated list of segment sizes which can be inserted into
BInstallerSizes.java
2021-10-21 07:53:44 +02:00
Manuel Fuhr
f5a415bd68 Format ReadSizes before changes 2021-10-17 09:20:56 +02:00
afischerdev
51291237c5 add some brf - removed to much 2021-10-15 12:57:04 +02:00
afischerdev
c5f6c3a6e3 normalize profiles #312, add use_sidepath #335 2021-09-09 10:49:08 +02:00
afischerdev
6183f567b7 normalize profiles #312, defaults considerTurnRestrictions #307 2021-09-08 18:41:23 +02:00
afischerdev
c60ff7176b
Merge pull request #278 from theraser/patch-1
Add Osmand elevation profile diagram
2021-09-05 16:53:12 +02:00
afischerdev
90bb1b0079 migrate to gradle part 5 2021-08-18 13:03:54 +02:00
multimodaal
4ba29cac95
Update river profile
Add support for routing over fairways which are used for navigable routes in a body of water
(where waterway=river or waterway=canal are not appropriate).
2021-05-22 14:13:02 +02:00
Arndt Brenschede
1e542d19b7 more aliases for highway=proposed|abandoned 2021-04-05 20:58:15 +02:00
theraser
5c0223c9d9
Add Osmand elevation profile diagram 2020-11-29 10:30:14 +01:00
Fabien
7c56886eec Same onewaypenalty for fastbike-verylowtraffic:
Consider cycleway:left&right in onewaypenalty
Avoids discarding some fine ways during routing
2020-10-03 22:56:38 +02:00
Fabien
33c984d558 Consider cycleway:left&right in onewaypenalty
Avoids discarding some fine ways during routing
2020-09-25 15:28:07 +02:00
Totorrr
41b4008330 Update trekking.brf & fastbike.brf
add "sett" as a paved surface (often nicer for bikes than cobblestone)
otherwise, sett surfaces tend to be avoided in routing, while it is usually smooth
even for thin wheels
2020-06-29 19:22:49 +02:00
vodie
d47e5af1fa
turninstructionmodes in profiles
add description for turninstructionmodes in profiles
2020-06-27 23:32:52 +02:00