Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lookups #458

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
e20a564
new lookups #416
afischerdev Apr 13, 2022
b6aa675
new lookups #416
afischerdev Apr 15, 2022
73b3da6
new lookups #416
afischerdev Apr 16, 2022
aecb85e
rewind network update
afischerdev Apr 17, 2022
730e726
changes aliases #416
afischerdev Apr 18, 2022
25cbc48
changes more aliases #416
afischerdev Apr 27, 2022
08aecc6
new lookups abrensch#416
afischerdev Jun 21, 2022
2ed9b70
new lookups abrensch#416
afischerdev Jun 21, 2022
3c4d585
new lookups abrensch#416
afischerdev Jul 4, 2022
9490621
rewind one change
afischerdev Jul 27, 2022
5ed8152
add useful things
afischerdev Jul 30, 2022
f49e668
Merge branch 'abrensch:master' into update-lookups
afischerdev Aug 4, 2022
d8280af
add funicular #463
afischerdev Sep 26, 2022
875dde3
correct tagging
afischerdev Sep 27, 2022
7066bab
Merge branch 'abrensch:master' into update-lookups
afischerdev Oct 3, 2022
4cae620
Merge branch 'abrensch:master' into update-lookups
afischerdev Oct 18, 2022
815c904
add lookup w/o major change
afischerdev Nov 3, 2022
da05c10
Merge branch 'update-lookups' of https://github.com/afischerdev/brout…
afischerdev Nov 3, 2022
3e23bbb
add profile breaker to lookup
afischerdev Nov 4, 2022
3f4a544
add kerb and other from #458
afischerdev Feb 16, 2023
3395605
add folder for db profiles
afischerdev Jun 6, 2023
5322417
changed to racebike
afischerdev Jun 6, 2023
829021a
change town penalty on trekking
afischerdev Jun 8, 2023
90ff452
add path=crossing
afischerdev Jul 13, 2023
820d4bf
removed T1-hiking
afischerdev Aug 27, 2023
1ded7cf
added footway surface
afischerdev Aug 30, 2023
c6660a1
added conveying
afischerdev Oct 5, 2023
9cca5a0
added tool:motorcycle
afischerdev Oct 27, 2023
68860c0
added sidewalk left/right
afischerdev Feb 4, 2024
afbdfdf
added estimated classes
afischerdev Feb 4, 2024
0637f2f
Merge branch 'master' into update-lookups
afischerdev Feb 4, 2024
68cbca4
modified manual changes
afischerdev Feb 4, 2024
be171cf
removed unused folder
afischerdev Feb 5, 2024
9bf45f6
updated to origin profiles
afischerdev Feb 5, 2024
e8061ff
updated breaking profile
afischerdev Feb 5, 2024
9885e05
added bicycle:backward/forward #686
afischerdev Apr 10, 2024
570670d
added obstacle
afischerdev Sep 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions misc/profiles2/all.brf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ assign costfactor
switch not railway= 1
switch not or waterway= waterway=unknown 1
switch not route= 1
switch man_made=pier 1
100000

---context:node # following code refers to node tags
Expand Down
4 changes: 2 additions & 2 deletions misc/profiles2/car-vario.brf
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ assign initialcost =

assign accessspeedlimit = if caraccess then 999 else 0

assign isbadoneway = if reversedirection=yes then ( if oneway= then junction=roundabout else oneway=yes|true|1 ) else oneway=-1
assign isbadoneway = if reversedirection=yes then ( if oneway= then junction=roundabout else oneway=yes|1 ) else oneway=-1
assign onewayspeedlimit = if isbadoneway then 0 else 999

assign islinktype = highway=motorway_link|trunk_link|primary_link|secondary_link|tertiary_link
Expand Down Expand Up @@ -221,7 +221,7 @@ assign priorityclassifier =
# some more classifying bits used for voice hint generation...

assign isgoodoneway = if reversedirection=yes then oneway=-1
else if oneway= then junction=roundabout else oneway=yes|true|1
else if oneway= then junction=roundabout else oneway=yes|1
assign isroundabout = junction=roundabout
assign isgoodforcars = if greater priorityclassifier 6 then true
else if or isresidentialorliving highway=service then true
Expand Down
4 changes: 2 additions & 2 deletions misc/profiles2/fastbike-verylowtraffic.brf
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ assign badoneway =
if reversedirection=yes then
if oneway:bicycle=yes then true
else if oneway= then junction=roundabout
else oneway=yes|true|1
else oneway=yes|1
else oneway=-1

assign onewaypenalty =
Expand Down Expand Up @@ -378,7 +378,7 @@ assign priorityclassifier =

assign isbadoneway = not equal onewaypenalty 0
assign isgoodoneway = if reversedirection=yes then oneway=-1
else if oneway= then junction=roundabout else oneway=yes|true|1
else if oneway= then junction=roundabout else oneway=yes|1
assign isroundabout = junction=roundabout
assign islinktype = highway=motorway_link|trunk_link|primary_link|secondary_link|tertiary_link
assign isgoodforcars = if greater priorityclassifier 6 then true
Expand Down
4 changes: 2 additions & 2 deletions misc/profiles2/fastbike.brf
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ assign badoneway =
if reversedirection=yes then
if oneway:bicycle=yes then true
else if oneway= then junction=roundabout
else oneway=yes|true|1
else oneway=yes|1
else oneway=-1

assign onewaypenalty =
Expand Down Expand Up @@ -244,7 +244,7 @@ assign priorityclassifier =

assign isbadoneway = not equal onewaypenalty 0
assign isgoodoneway = if reversedirection=yes then oneway=-1
else if oneway= then junction=roundabout else oneway=yes|true|1
else if oneway= then junction=roundabout else oneway=yes|1
assign isroundabout = junction=roundabout
assign islinktype = highway=motorway_link|trunk_link|primary_link|secondary_link|tertiary_link
assign isgoodforcars = if greater priorityclassifier 6 then true
Expand Down
485 changes: 485 additions & 0 deletions misc/profiles2/hiking-beta.brf

Large diffs are not rendered by default.

Loading