Commit graph

37 commits

Author SHA1 Message Date
Waldir Pimenta
ae951d9aa5 Fix 'sees' typo in consider_river switch
Use wording proposed by @gnbl on https://github.com/nrenner/brouter-web/issues/747
2024-01-12 23:05:48 +00: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
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
b2abdd720f update order to costfactor 2023-07-08 10:59:36 +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
5e217ff67b modify bike brf on roundabout #485 2023-04-02 18:40:21 +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
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
d85905035c change affected files for output rules 2023-02-26 13:04:43 +01: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
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
6183f567b7 normalize profiles #312, defaults considerTurnRestrictions #307 2021-09-08 18:41:23 +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
43635284e7
turninstructionmodes in profiles
add description for turninstructionmodes in profiles
2020-06-27 23:25:09 +02:00
Marcus Jaschen
7da925a212 add dummyUsage to certain profiles
If BRouter calculates a route with a cycling or hiking profile,
the `smoothness` tag is included in the response. That enables
a statistical analysis for the calculated route (distribution of
smoothness tags by distance).

See the analysis sidebar at https://brouter.m11n.de/ for an example.
2020-06-13 16:43:39 +02:00
vodie
ac38737927
Update fastbike.brf 2020-05-29 02:10:28 +02:00
Arndt Brenschede
8607c47b66 fixed missing penalty for certain footways 2020-02-15 16:00:40 +01:00
Phyks (Lucas Verney)
b99cfaddfd Add profile variables in the fastbike profile 2019-10-04 13:03:27 +02:00
Phyks (Lucas Verney)
0b1fef2778 Generate fastbike-lowtraffic as a variant of fastbike with configuration options 2019-10-03 18:03:51 +02:00
Phyks (Lucas Verney)
815028e961 Merge car-{fast,eco} and fastbike-asia-pacific variants with car-vario and fastbike profiles with configurable variables 2019-10-03 16:57:15 +02:00
Phyks (Lucas Verney)
5fe5cca3a1 Add support for bicycle_road=yes 2019-08-04 13:09:12 +02:00
Phyks (Lucas Verney)
3ff7949c28 Add living_street=yes as an alias for highway=living_street
See #174.
2019-08-04 13:09:10 +02:00
Julian Rüth
208f40c5ce
Fix typo 2018-06-28 23:44:03 +02:00
Arndt Brenschede
6d95bc46e7 github issue 51 2016-10-19 18:39:49 +02:00
Arndt
7cb5e9f377 turninstructions: update profiles 2016-05-06 10:23:54 +02:00
Arndt
5b68c75a77 minor profile updates 2015-10-17 19:12:15 +02:00
Arndt
e13d1ad468 more lookup changes 2014-06-19 18:44:10 +02:00
Arndt
55717c6e71 fixes for access=permissive + highway=abondened 2014-06-18 08:25:04 +02:00
Arndt
be24ee7a88 variable length tag encoding (more bugs..) 2014-06-05 09:28:24 +02:00
Arndt Brenschede
2edac085d0 added profiles and readmes 2014-01-19 13:33:43 +01:00