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 36 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 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
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
2 changes: 1 addition & 1 deletion misc/profiles2/hiking-mountain.brf
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ assign SAC
else if sac_scale=alpine_hiking then 4
else if sac_scale=demanding_mountain_hiking then 3
else if sac_scale=mountain_hiking then 2
else if sac_scale=hiking|T1-hiking|yes then 1
# else if sac_scale=hiking|T1-hiking|yes then 1
else 0

assign SAC_scale_access # if SAC_scale_limit < SAC then true else false
Expand Down
Loading