Commit graph

215 commits

Author SHA1 Message Date
afischerdev
88ec15f1d6
Merge pull request #601 from quaelnix/fix-st-area
Fix bug in exclusion of small water bodies
2023-08-30 17:08:13 +02:00
afischerdev
76265e7713 latest scripts for db generation 2023-08-02 13:27:21 +02:00
quaelnix
a610255529 Fix bug in exclusion of small water bodies 2023-07-27 18:18:42 +02:00
quaelnix
03aab82e1e
Merge pull request #599 from quaelnix/improve-mapcreation-readme
Improve mapcreation readme
2023-07-27 17:32:30 +02:00
quaelnix
838141f597 Improve mapcreation readme 2023-07-27 16:05:19 +02:00
quaelnix
5ccc6ef766
Exploit constant expression optimization in fastbike.brf 2023-07-24 17:11:14 +02:00
quaelnix
c38a9186fd
Remove unused profile options 2023-07-24 17:01:04 +02:00
quaelnix
67f923b96e
Implement 'allow_steps' and 'allow_ferries' in fastbike.brf 2023-07-24 17:00:49 +02:00
quaelnix
38fc780055
Remove unused profile options 2023-07-17 14:52:28 +02:00
quaelnix
188280b448
Fix regression in trekking profile
The 'avoid_path' logic which was added in 89b71c2bfb ignores the cycleroute logic and makes no sense.
2023-07-17 14:48:16 +02:00
quaelnix
9125481aed
Fix regression in fastbike profile
e66468b091 broke the logic that handled highway=path. This patch reverts the problematic change in behavior. See: https://github.com/nrenner/brouter-web/issues/756
2023-07-16 19:33:34 +02:00
afischerdev
5628b885e2 update consider description 2023-07-08 11:20:03 +02:00
afischerdev
b2abdd720f update order to costfactor 2023-07-08 10:59:36 +02:00
afischerdev
89b71c2bfb update trekking for db tags 2023-07-08 10:57:43 +02:00
afischerdev
e66468b091 update profiles for new db tags 2023-07-06 13:45:44 +02:00
Totorrr
df19fcf891 Also consider cycleway:left:oneway & cycleway:right:oneway in onewaypenalty 2023-06-13 00:54:17 +02:00
afischerdev
6158c44d82 reformat sql by hand 2023-05-24 14:12:51 +02:00
afischerdev
72195d3b4c reformat lua 2023-05-24 11:33:32 +02:00
afischerdev
511ac2752a set new lookups version 2023-05-20 18:26:40 +02:00
afischerdev
1142c28343 add scripts and readme for db use 2023-05-20 18:17:09 +02:00
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